opt.: remove internal SharePreference keys while using KvEditor (#509)

Fixes #508
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-03 12:37:16 +08:00
committed by GitHub
parent 73248011a1
commit 0e21755acb
6 changed files with 39 additions and 60 deletions

View File

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