feat(hero config): add hero power score calculation system

新增英雄强度评分系统,实现了基于属性、技能、buff的量化战力计算,支持归一化相对评分。同时添加了npx tsc命令到允许的bash操作列表中。
This commit is contained in:
panFD
2026-08-01 21:38:01 +08:00
parent ad38e9904e
commit 11ae66fe1d
2 changed files with 292 additions and 3 deletions

View File

@@ -15,7 +15,8 @@
"WebSearch",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(npm install *)"
"Bash(npm install *)",
"Bash(npx tsc *)"
],
"deny": [
"Bash(rm -rf *)",