增加任务统计

This commit is contained in:
whyour
2026-06-01 18:20:18 +08:00
parent c0b7527148
commit e8ac195c96
18 changed files with 1484 additions and 60 deletions
+2
View File
@@ -10,6 +10,7 @@ import dependence from './dependence';
import system from './system';
import subscription from './subscription';
import update from './update';
import dashboard from './dashboard';
import health from './health';
export default () => {
@@ -25,6 +26,7 @@ export default () => {
system(app);
subscription(app);
update(app);
dashboard(app);
health(app);
return app;