Skip to content

Commit 53b32e5

Browse files
committed
[ci skip] 更新README
1 parent 6caf85d commit 53b32e5

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ MiraiMC 是一个基于[Mirai](https://github.com/mamoe/mirai)的Bukkit插件,
4242

4343
你也可以为现有插件引入MiraiMC,只需按照以下步骤即可接入MiraiMC:
4444

45-
* 将下面的代码复制到pom.xml的```dependencies```项或直接将插件jar文件作为外部库导入
45+
* 将下面的代码复制到pom.xml的```dependencies```项或直接将插件jar文件作为外部库导入(请将下方的```{VERSION}```替换为顶部```maven-central```右边的字符)
4646
```
4747
<dependency>
4848
<groupId>io.github.dreamvoid</groupId>
4949
<artifactId>MiraiMC-Integration</artifactId>
50-
<!--请确保版本为Github上的最新版本-->
51-
<version>1.5.3</version>
50+
<version>{VERSION}</version>
5251
<scope>provided</scope>
5352
</dependency>
5453
```

README_en-US.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,12 @@ You can simply use [MiraiMC Development Template](https://github.com/DreamVoid/M
4343

4444
You can also introduce MiraiMC for existing plugins, just follow the following steps:
4545

46-
Copy the following code to the ```dependencies``` of pom.xml or directly import the plugin jar file as an external library
46+
Copy the following code to the ```dependencies``` of pom.xml or directly import the plugin jar file as an external library. (Replace ```{VERSION}``` with the text to the right of ```maven-central``` on the top.)
4747
```
4848
<dependency>
4949
<groupId>io.github.dreamvoid</groupId>
5050
<artifactId>MiraiMC-Integration</artifactId>
51-
<!--Make sure it is the latest version-->
52-
<version>1.5.3</version>
51+
<version>{VERSION}</version>
5352
<scope>provided</scope>
5453
</dependency>
5554
```

README_zh-Hant.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ MiraiMC 是一個基於[Mirai](https://github.com/mamoe/mirai)的Bukkit插件,
3636

3737
你也可以為現有插件引入MiraiMC,只需按照以下步驟即可接入MiraiMC:
3838

39-
* 將下面的代碼複製到pom.xml的```dependencies```項或直接將插件jar文件作為外部庫導入
39+
* 將下面的代碼複製到pom.xml的```dependencies```項或直接將插件jar文件作為外部庫導入(請將下方的```{VERSION}```替換為頂部```maven-central```右邊的字符)
4040
```
4141
<dependency>
4242
<groupId>io.github.dreamvoid</groupId>
4343
<artifactId>MiraiMC-Integration</artifactId>
44-
<!--請確保版本為Github上的最新版本-->
45-
<version>1.5.3</version>
44+
<version>{VERSION}</version>
4645
<scope>provided</scope>
4746
</dependency>
4847
```

0 commit comments

Comments
 (0)