feat: 优化排版,完善获取git提交记录以及预览功能

This commit is contained in:
Ben
2025-04-25 18:15:48 +08:00
parent 33cc46f03e
commit d43be4c058
19 changed files with 957 additions and 221 deletions

View File

@@ -8,6 +8,11 @@
"permissions": [
"core:default",
"opener:default",
"dialog:default"
"dialog:default",
{
"identifier": "http:default",
"allow": [{ "url": "https://api.deepseek.com" }],
"deny": [{ "url": "https://private.tauri.app" }]
}
]
}