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

@@ -5,6 +5,7 @@ import registerSubscriptionRoutes from './subscriptions';
import registerCollectionRoutes from './collections';
import registerArtifactRoutes from './artifacts';
import registerFileRoutes from './file';
import registerModuleRoutes from './module';
import registerSyncRoutes from './sync';
import registerDownloadRoutes from './download';
import registerSettingRoutes from './settings';
@@ -25,6 +26,7 @@ export default function serve() {
registerSettingRoutes($app);
registerArtifactRoutes($app);
registerFileRoutes($app);
registerModuleRoutes($app);
registerSyncRoutes($app);
registerNodeInfoRoutes($app);
registerMiscRoutes($app);