mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-11 22:39:40 +08:00
- 前端改用通用 DB API,避免强制走 MySQL 接口导致 PostgreSQL 等连接异常 - 后端统一各数据源 timeout(Ping 超时 + 连接参数注入) - DSN 生成兼容特殊字符密码(Postgres/Oracle/达梦/金仓) - 增加文件日志与错误链输出,连接失败提示日志路径便于排障
20 lines
222 B
Plaintext
20 lines
222 B
Plaintext
# IDE
|
|
.idea/
|
|
*.iml
|
|
|
|
# build / release artifacts
|
|
frontend/release/
|
|
**/release/
|
|
**/dist/
|
|
**/build/
|
|
|
|
# wails / node artifacts (按需)
|
|
node_modules/
|
|
|
|
dist/
|
|
.DS_Store
|
|
.gemini-clipboard
|
|
GoNavi-Wails
|
|
GoNavi-Wails.exe
|
|
.ace-tool/
|