设置。。。

This commit is contained in:
bob
2025-05-29 18:26:40 +08:00
parent f421288244
commit 7bed0ec316
14 changed files with 108 additions and 9 deletions

View File

@@ -21,6 +21,7 @@
public static string Get(string key)
{
if(Text == null) return key;
return Text.Get(key);
}