Files
vtsuru.live/env.d.ts
Megghy 1ae528b9a9 feat: 更新配置和组件以支持选择项功能, 开始手柄映射功能编写
- 在DynamicForm.vue中新增select组件支持
- 在VTsuruConfigTypes.ts中添加可选的条件显示属性
- 更新vite.config.mts以集成自定义SVGO插件
- 在components.d.ts中添加NDescriptionsItem组件声明
- 更新路由配置以包含obs_store模块
2025-05-11 05:49:50 +08:00

10 lines
208 B
TypeScript

/// <reference types="vite/client" />
/// <reference types="vite-svg-loader" />
interface ImportMeta {
env: {
VITE_DEBUG_DEV_API?: string
VITE_DEBUG_RELEASE_API?: string
VITE_API?: string
}
}