Skip to content

Commit

Permalink
更新示例api插件地址
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdeZhang committed Oct 11, 2024
1 parent 8e25150 commit 7fff24d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/en-us/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}
dependencies {
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT")
compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
}
```

Expand All @@ -28,7 +28,7 @@ repositories {
}

dependencies {
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT")
compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>cn.lunadeer</groupId>
<artifactId>DominionAPI</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -94,4 +94,4 @@ public void onEnable() {
}
```

[示例项目地址](https://github.com/ColdeZhang/DominionPluginExample)
[示例项目地址](https://github.com/ColdeZhang/DominionAddonExample)
2 changes: 1 addition & 1 deletion docs/zh-cn/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ public void onEnable() {
}
```

[示例项目地址](https://github.com/ColdeZhang/DominionPluginExample)
[示例项目地址](https://github.com/ColdeZhang/DominionAddonExample)
9 changes: 5 additions & 4 deletions docs/zh-hk/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}
dependencies {
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT")
compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
}
```

Expand All @@ -28,7 +28,7 @@ repositories {
}

dependencies {
compileOnly("cn.lunadeer:DominionAPI:2.0-SNAPSHOT")
compileOnly("cn.lunadeer:DominionAPI:2.1-SNAPSHOT")
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>cn.lunadeer</groupId>
<artifactId>DominionAPI</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -93,4 +93,5 @@ public void onEnable() {
}
}
```
[示例项目地址](https://github.com/ColdeZhang/DominionPluginExample)

[示例项目地址](https://github.com/ColdeZhang/DominionAddonExample)

0 comments on commit 7fff24d

Please sign in to comment.