mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-06-28 17:25:54 +08:00
48129a8908
完全移除旧 C+IUP 代码,改用 Tauri 2.x + React 19 + TypeScript + Rust 技术栈重写。 功能与 v3.1 完全等价: - React 前端:Tailwind CSS 4、Zustand 状态管理、i18next 国际化 - Rust 后端:winreg 注册表读写、Win32 API FFI 调用 - 核心逻辑:StringList、UndoRedoManager、PathManager、Import/Export - 深色模式、中英文切换、键盘快捷键、合并预览 - 66 个 Vitest 单元测试 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
29 lines
838 B
JSON
29 lines
838 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cmake --build build)",
|
|
"Bash(npm --version)",
|
|
"Bash(npm create *)",
|
|
"Bash(npm install *)",
|
|
"Bash(npx tauri *)",
|
|
"Bash(rm -f src/App.css src/index.css)",
|
|
"Bash(rm -rf src/assets)",
|
|
"Bash(npm run *)",
|
|
"Bash(npx tsc *)",
|
|
"Bash(npx vite *)",
|
|
"Bash(cargo check *)",
|
|
"Bash(rustup show *)",
|
|
"Bash(rustup toolchain *)",
|
|
"Bash(npx vitest *)",
|
|
"Bash(cargo build *)",
|
|
"Bash(where link.exe)",
|
|
"Bash(dir \"C:\\\\Program Files\\\\Microsoft Visual Studio\")",
|
|
"Bash(dir \"C:\\\\Program Files \\(x86\\)\\\\Microsoft Visual Studio\")",
|
|
"Bash(rustup override *)",
|
|
"Bash(dir *)",
|
|
"Bash(cargo clean *)",
|
|
"Bash(\"D:/settings/Language/Rust/mingw64/bin/gcc.exe\" --version)"
|
|
]
|
|
}
|
|
}
|