no message

This commit is contained in:
Armamem0t 2025-07-10 09:07:09 +08:00
parent 7225438341
commit 31caab3965
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B
2 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,7 @@ maven {
## hash-utils
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:29:35
- lastVersion 1.0.1
- [Source](https://git.mingliqiye.com/mingliqiye/hash-utils)
### maven (pom.xml)
```xml
<dependency>
@ -79,6 +80,7 @@ implementation("com.mingliqiye:hash-utils:1.0.1")
## minecraft-SLP
- lastUpdateTime(UTC/GMT+08:00) 2025-07-09 23:11:05
- lastVersion 1.0.1
- [Source](https://git.mingliqiye.com/mingliqiye/minecraft-SLP)
### maven (pom.xml)
```xml
<dependency>
@ -98,6 +100,7 @@ implementation("com.mingliqiye:minecraft-SLP:1.0.1")
## network-endpoint
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:43:50
- lastVersion 1.0.4
- [Source](https://git.mingliqiye.com/mingliqiye/network-endpoint)
### maven (pom.xml)
```xml
<dependency>
@ -117,6 +120,7 @@ implementation("com.mingliqiye:network-endpoint:1.0.4")
## socket-utils
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:50:37
- lastVersion 1.0.7
- [Source](https://git.mingliqiye.com/mingliqiye/socket-utils)
### maven (pom.xml)
```xml
<dependency>
@ -136,6 +140,7 @@ implementation("com.mingliqiye:socket-utils:1.0.7")
## string-utils
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:26:35
- lastVersion 1.0.4
- [Source](https://git.mingliqiye.com/mingliqiye/string-utils)
### maven (pom.xml)
```xml
<dependency>
@ -155,6 +160,7 @@ implementation("com.mingliqiye:string-utils:1.0.4")
## tcp-proxy
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:53:00
- lastVersion 0.2
- [Source](https://git.mingliqiye.com/mingliqiye/tcp-proxy)
### maven (pom.xml)
```xml
<dependency>

View File

@ -132,6 +132,7 @@ if __name__ == '__main__':
readme += f"## {metadata.artifactId}\n"
readme += f"- lastUpdateTime(UTC/GMT+08:00) {metadata.versioning.lastUpdated}\n"
readme += f"- lastVersion {metadata.versioning.latest}\n"
readme += f"- [Source](https://git.mingliqiye.com/mingliqiye/{metadata.artifactId})\n"
dep = Dependency.of(metadata)
readme += f"### maven (pom.xml)\n"
readme += f"```xml\n{dep.getMaven()}\n```\n"