fix(frontend): Code.vue StrategyFile 接口补 type 字段(CI vue-tsc -b 报 TS2339,run570-572 build 失败根因) [nas]
CI/CD / test (push) Successful in 11s
CI/CD / nas-deploy (push) Failing after 11s
CI/CD / nas-verify (push) Has been skipped

This commit is contained in:
2026-08-13 18:28:19 +08:00
parent ccf958c5d6
commit 3e7d40ad5f
+1
View File
@@ -12,6 +12,7 @@ interface StrategyFile {
name: string
dir: string
class_name: string
type: string
lines: number
modified: string
code: string