mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
- 在DynamicForm.vue中新增select组件支持 - 在VTsuruConfigTypes.ts中添加可选的条件显示属性 - 更新vite.config.mts以集成自定义SVGO插件 - 在components.d.ts中添加NDescriptionsItem组件声明 - 更新路由配置以包含obs_store模块
10 lines
208 B
TypeScript
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
|
|
}
|
|
}
|