💄 style: support html preview (#8969)

* support preview html

* add html

* refactor some code
This commit is contained in:
Arvin Xu
2025-08-28 23:12:56 +08:00
committed by GitHub
parent 4b3f8d4abb
commit 82abf6d7d0
30 changed files with 429 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ module.exports = defineConfig({
],
temperature: 0,
saveImmediately: true,
modelName: 'gpt-5-mini',
modelName: 'gpt-4.1-mini',
experimental: {
jsonMode: true,
},