fix(storage): Yarn 全局变量前缀改为 $global_
Made-with: Cursor
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user