feat: 模块接口; 脚本参数支持 JSON 和 URL编码

This commit is contained in:
xream
2023-09-14 15:16:12 +08:00
parent 33a17c2d66
commit 3211fbf357
6 changed files with 143 additions and 17 deletions

View File

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