fix: 修复合并后 TypeScript 编译错误

- 补充 RefObject import(local-captcha、slider-captcha、node-group-form)
- 删除 slider-captcha 中无用的 _scaleX/_scaleY 变量
- user_subscribe_id 类型转换 number → string
- 移除 services 文件中失效的 @ts-expect-error 指令
This commit is contained in:
2026-03-24 01:23:36 -07:00
parent ef54d2479d
commit 8d0ddbb5ef
28 changed files with 167 additions and 30 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
"i18n:sync": "turbo i18n:sync",
"i18n:status": "turbo i18n:status",
"prepare": "husky && npx gitmoji -i",
"release": "semantic-release"
"release": "semantic-release",
"sync": "bash scripts/sync-upstream.sh"
},
"overrides": {
"react": "^19.2.0",