feat: add project基础文件

This commit is contained in:
OpenCode Bot
2026-05-24 22:30:30 +08:00
parent 09ce6bc7bf
commit e3b3cbc0fe
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"server_url": "http://localhost:5000",
"default_expiry": "24h"
}

View File

@@ -0,0 +1,2 @@
PySide6>=6.5.0
requests>=2.31.0