chore: initialize qiming workspace repository

This commit is contained in:
Codex
2026-05-29 14:22:48 +08:00
commit bfd67a0f2c
10750 changed files with 1885711 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/**
* Vite define 全局常量声明
* 由 vite.config.ts define 配置在构建时注入
*/
declare const __APP_VERSION__: string;
declare const __INJECT_GUI_MCP__: string | boolean;
declare const __LOG_FULL_SECRETS__: string | boolean;
declare const __ENABLE_GUI_AGENT_SERVER__: string | boolean;