fix(storage): Yarn 全局变量前缀改为 $global_

Made-with: Cursor
This commit is contained in:
2026-04-23 16:31:35 +08:00
parent f48e733663
commit 42d1f431b6
+1 -1
View File
@@ -17,7 +17,7 @@ namespace AibisDream
public class StorageSystem : VariableStorageBehaviour
{
private const string VariablePrefix = "$";
private const string GlobalPrefix = "$global.";
private const string GlobalPrefix = "$global_";
private const string DataPrefix = "$data.";
private const int MaxSaveNum = 200;