Compare commits

...

3 Commits

Author SHA1 Message Date
b297f3b713 merge upstream 2026-03-04 10:15:55 +00:00
bc349dd01c chore: 将主题从 system 修改为 everforest 2026-03-02 13:31:33 +08:00
6e81723e4f chore: 将 .env 文件添加到 .gitignore 2026-03-02 13:31:21 +08:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ bun.lock
.DS_Store
Thumbs.db
.env

View File

@@ -1,4 +1,4 @@
{
"$schema": "https://opencode.ai/tui.json",
"theme": "system"
"theme": "everforest"
}