feat: 实验性支持本地脚本复用

This commit is contained in:
xream
2023-09-13 23:45:00 +08:00
parent 2c89a0ddbd
commit 33a17c2d66
5 changed files with 125 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ export const SCHEMA_VERSION_KEY = 'schemaVersion';
export const SETTINGS_KEY = 'settings';
export const SUBS_KEY = 'subs';
export const COLLECTIONS_KEY = 'collections';
export const FILES_KEY = 'files';
export const ARTIFACTS_KEY = 'artifacts';
export const RULES_KEY = 'rules';
export const GIST_BACKUP_KEY = 'Auto Generated Sub-Store Backup';