* 设置项目基础路径,用于 Custom Protocol
(path: string)
| 110 | * 设置项目基础路径,用于 Custom Protocol |
| 111 | */ |
| 112 | static async setProjectBasePath(path: string): Promise<void> { |
| 113 | return await invoke<void>('set_project_base_path', { path }); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * 切换开发者工具(仅在debug模式下可用) |
no outgoing calls
no test coverage detected