chore: initialize qiming workspace repository
This commit is contained in:
9
qimingclaw/crates/agent-electron-client/src/shared/globals.d.ts
vendored
Normal file
9
qimingclaw/crates/agent-electron-client/src/shared/globals.d.ts
vendored
Normal 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;
|
||||
Reference in New Issue
Block a user