i#ICZHVS 增加task内容支持自定义渲染

This commit is contained in:
qiuchengw
2025-09-24 16:52:49 +08:00
parent f77bd31198
commit 86aab1be0f
10 changed files with 190 additions and 47 deletions
+3
View File
@@ -19,4 +19,7 @@ export default defineConfig(({ command }) => ({
'@': '../src',
},
},
server: {
port: 13000,
}
}))