feat(training): release V0.8 自调参 Agent
web-platform-ci / TypeScript, lint, unit, build (push) Has been cancelled
web-platform-ci / Playwright E2E (push) Has been cancelled

This commit is contained in:
2026-09-02 13:49:34 +08:00
parent cffac29a03
commit deead17a9a
47 changed files with 4986 additions and 96 deletions
+6
View File
@@ -86,6 +86,12 @@ export default defineConfig({
outDir: '../web-platform-dist',
emptyOutDir: true,
target: 'es2022',
rollupOptions: {
input: {
main: resolve(dirname(fileURLToPath(import.meta.url)), 'index.html'),
tuning: resolve(dirname(fileURLToPath(import.meta.url)), 'tuning.html'),
},
},
modulePreload: { polyfill: false },
},
worker: { format: 'es' },