feat: chatgpt prompts

This commit is contained in:
lencx
2022-12-16 19:58:40 +08:00
parent 305e784145
commit 20105d54be
18 changed files with 446 additions and 73 deletions

View File

@@ -11,7 +11,11 @@
},
"tauri": {
"allowlist": {
"all": true
"all": true,
"fs": {
"all": true,
"scope": ["$HOME/.chatgpt/*"]
}
},
"systemTray": {
"iconPath": "icons/tray-icon.png",