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
@@ -13,7 +13,7 @@ import { Label } from "@workspace/ui/components/label";
import { Switch } from "@workspace/ui/components/switch";
import { Textarea } from "@workspace/ui/components/textarea";
import { AlertCircle, Loader2 } from "lucide-react";
import { useEffect, useState } from "react";
import { type RefObject, useEffect, useState } from "react";
import { useTranslation } from "react-i18next";
interface NodeGroupFormProps {