From 31caab39650ca135a031cbab71a0815b961dcd32 Mon Sep 17 00:00:00 2001 From: minglipro Date: Thu, 10 Jul 2025 09:07:09 +0800 Subject: [PATCH] no message --- README.MD | 6 ++++++ update/update.py | 1 + 2 files changed, 7 insertions(+) diff --git a/README.MD b/README.MD index d364607..4187c1d 100644 --- a/README.MD +++ b/README.MD @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/update/update.py b/update/update.py index 5d4cb64..1e49c60 100644 --- a/update/update.py +++ b/update/update.py @@ -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"