feat: 添加 useSafeNForm 组件及相关功能,更新依赖项,修复类型定义 [skip ci]

This commit is contained in:
严浩
2025-10-31 01:12:55 +08:00
parent b3fbfe2d9d
commit 13b535c530
7 changed files with 241 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: b18d7aec4937222767b077e627f9f927)
// Generated by Wrangler by running `wrangler types` (hash: 0003c1b3cd56e3cc5549efef6b4c6d3d)
// Runtime types generated with workerd@1.20251008.0 2025-09-09
declare namespace Cloudflare {
interface GlobalProps {
@@ -7,13 +7,13 @@ declare namespace Cloudflare {
}
interface Env {
KV: KVNamespace;
VITE_APP_BUILD_TIME: string;
VITE_APP_BUILD_COMMIT: string;
VITE_BUILD_SOURCE_MAP: string;
VITE_BUILD_MINIFY: string;
VITE_CLOUDFLARE_SERVER_ENABLED: string;
VITE_APP_TITLE: string;
VITE_APP_BASE: string;
VITE_APP_BUILD_COMMIT: string;
VITE_APP_BUILD_TIME: string;
VITE_APP_ENABLE_VUE_DEVTOOLS: string;
VITE_APP_MENU_SHOW_DEMOS: string;
VITE_APP_MENU_SHOW_ORDER: string;