fix: home widget url (#517)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-04 00:17:21 +08:00
committed by GitHub
parent ea7c8caf14
commit 493c86cacb
6 changed files with 32 additions and 32 deletions

View File

@@ -2,6 +2,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 1042;
static const int build = 1047;
static const int script = 55;
}