feat: 升级剧本评分系统为 DeepSeek V4 多维评分体系

变更内容:
- scriptEvalClient: 替换系统提示词为 DeepSeek V4 完整版(六维评分细则、
  评分类别、评分铁律、等级标准),维度满分调整为 hook 20/plot 20/
  character 18/dialogue 15/visual 15/content 12,总分算法改为直接累加,
  模型使用 qwen3.7-max,增加请求链路 console 日志
- ScriptTokensPage: 同步维度满分和描述(角色塑造 18、内容深度 12),
  增加页面挂载和评测流程的 console 日志
- vite.config: esbuild.drop 移除 "console",保留 "debugger",
  确保开发环境 console 日志正常输出
This commit is contained in:
2026-06-02 16:04:26 +08:00
parent bedee3ba8d
commit d1b5d64bc8
3 changed files with 68 additions and 31 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export default defineConfig({
host: "127.0.0.1",
},
esbuild: {
drop: ["console", "debugger"],
drop: ["debugger"],
},
build: {
sourcemap: "hidden",