[ci skip]Update README.md
This commit is contained in:
27
README.md
27
README.md
@@ -31,6 +31,12 @@
|
|||||||
使用 Gradle:
|
使用 Gradle:
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
url = "http://maven.moliatopia.icu/repository/maven-snapshots/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("me.earthme.luminol:luminol-api:1.20.6-R0.1-SNAPSHOT")
|
compileOnly("me.earthme.luminol:luminol-api:1.20.6-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
@@ -39,11 +45,20 @@ dependencies {
|
|||||||
使用 Maven
|
使用 Maven
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<repositories>
|
||||||
<groupId>me.earthme.luminol</groupId>
|
<repository>
|
||||||
<artifactId>luminol-api</artifactId>
|
<id>moliatopia</id>
|
||||||
<version>1.20.6-R0.1-SNAPSHOT</version>
|
<url>http://maven.moliatopia.icu/repository/maven-snapshots/</url>
|
||||||
</dependency>
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>me.earthme.luminol</groupId>
|
||||||
|
<artifactId>luminol-api</artifactId>
|
||||||
|
<version>1.20.6-R0.1-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
```
|
```
|
||||||
|
|
||||||
## 联系方式
|
## 联系方式
|
||||||
@@ -70,4 +85,4 @@ dependencies {
|
|||||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=LuminolMC/Luminol%2CLuminolMC/LightingLuminol&type=Date" />
|
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=LuminolMC/Luminol%2CLuminolMC/LightingLuminol&type=Date" />
|
||||||
<img alt="Star历史表" src="https://api.star-history.com/svg?repos=LuminolMC/Luminol%2CLuminolMC/LightingLuminol&type=Date" />
|
<img alt="Star历史表" src="https://api.star-history.com/svg?repos=LuminolMC/Luminol%2CLuminolMC/LightingLuminol&type=Date" />
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user