This commit is contained in:
Armamem0t 2025-08-27 09:31:01 +08:00
parent 2801b9f963
commit dac29bdd60
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B
2 changed files with 2 additions and 1 deletions

View File

@ -245,7 +245,7 @@ implementation 'com.mingliqiye:tcp-proxy:0.2'
implementation("com.mingliqiye:tcp-proxy:0.2")
```
## mingli-utils
- lastUpdateTime(UTC/GMT+08:00) 2025-08-24 14:18:00
- lastUpdateTime(UTC/GMT+08:00) 2025-08-27 09:25:15
- lastVersion 1.1.4
- [Source](https://git.mingliqiye.com/mingliqiye/mingli-utils)
### maven (pom.xml)

View File

@ -1,3 +1,4 @@
from __future__ import annotations
import os
import xml.etree.ElementTree as ET
from datetime import datetime, timedelta