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

@@ -4,6 +4,7 @@ import $ from '@/core/app';
import registerSubscriptionRoutes from './subscriptions';
import registerCollectionRoutes from './collections';
import registerArtifactRoutes from './artifacts';
import registerFileRoutes from './file';
import registerSyncRoutes from './sync';
import registerDownloadRoutes from './download';
import registerSettingRoutes from './settings';
@@ -23,6 +24,7 @@ export default function serve() {
registerSortingRoutes($app);
registerSettingRoutes($app);
registerArtifactRoutes($app);
registerFileRoutes($app);
registerSyncRoutes($app);
registerNodeInfoRoutes($app);
registerMiscRoutes($app);