No description
  • Rust 49.9%
  • TypeScript 43%
  • CSS 6.8%
  • HTML 0.3%
Find a file
2026-04-09 23:05:06 +10:00
.github/workflows fix(build): remove macOS x86_64 build target 2026-04-08 16:33:35 +10:00
docs docs(core): add directory module layout for complex tools 2026-04-04 00:23:50 +11:00
src refactor(ui): remove greeter tool 2026-04-09 00:52:09 +10:00
src-tauri refactor(ui): remove greeter tool 2026-04-09 00:52:09 +10:00
.gitignore build(workspace): exclude docs references from pnpm 2026-04-04 13:24:34 +11:00
index.html feat(core): add tool plugin system and wire app entry 2026-04-03 22:44:37 +11:00
package.json fix(build): specify pnpm version and enable Node.js 24 2026-04-08 16:07:49 +10:00
pnpm-lock.yaml feat(core): add custom data storage directory support 2026-04-08 15:55:57 +10:00
pnpm-workspace.yaml build(workspace): exclude docs references from pnpm 2026-04-04 13:24:34 +11:00
README.md docs: rewrite readme with project overview 2026-04-09 23:05:06 +10:00
tsconfig.json feat: init repo 2026-04-03 21:55:48 +11:00
tsconfig.node.json feat: init repo 2026-04-03 21:55:48 +11:00
vite.config.ts feat(ui): update app icons x2 2026-04-08 14:44:16 +10:00

QTools

个人工具箱桌面应用,基于 Tauri 2 + SolidJS 构建。

技术栈

  • 后端: Rust + Tauri 2
  • 前端: SolidJS + TypeScript + Tailwind CSS
  • 数据库: SQLite (via rusqlite)

开发

# 安装依赖
pnpm install

# 启动开发服务
pnpm tauri dev

# 构建生产版本
pnpm tauri build

许可证

MIT