mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-06-04 21:49:36 +08:00
- Redis 页面重构为工作台样式,统一左右面板、工具条和详情区层级 - 接入 light/dark/透明模式主题参数,修复 Redis 页面与全局主题不一致问题 - 新增文件夹递归勾选、全选全部、分组全选/取消全选能力 - 支持 Redis Key 右键菜单重命名并同步更新树节点、选中态和详情面板 - 修复 type=none 时读取失败问题,过期或已删除 Key 自动提示并移出列表 - 接管 Redis Tree 展开箭头渲染,修复 switcher 命中区错位和悬浮白线问题 - 统一工具、代理、主题、关于、筛选、新建组和新建连接等弹层主题 - refs #231
26 lines
282 B
Plaintext
26 lines
282 B
Plaintext
# IDE
|
|
.idea/
|
|
*.iml
|
|
|
|
# build / release artifacts
|
|
frontend/release/
|
|
**/release/
|
|
**/dist/
|
|
build/bin/
|
|
|
|
# wails / node artifacts (按需)
|
|
node_modules/
|
|
|
|
dist/
|
|
.DS_Store
|
|
.gemini-clipboard
|
|
GoNavi-Wails
|
|
GoNavi-Wails.exe
|
|
.ace-tool/
|
|
.superpowers/
|
|
.claude/
|
|
tmpclaude-*
|
|
|
|
CLAUDE.md
|
|
**/CLAUDE.md
|