# AI调度中心 **Repository Path**: kulaex2/bridge ## Basic Information - **Project Name**: AI调度中心 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-05 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bridge — 最小 Tauri Demo ## 国内镜像 - **npm**:`.npmrc` → `registry.npmmirror.com` - **Rust**:`.cargo/config.toml` → `rsproxy.cn` sparse index ## 环境 - Node.js 18+ - Rust(含 `cargo`) - Windows 需 [WebView2](https://developer.microsoft.com/microsoft-edge/webview2/) ## 命令 ```bash npm install npm run dev # 开发(热重载) npm run build # 打包 exe ``` 首次 `npm run build` 会拉取大量 Rust 依赖,请耐心等待。