10 Commits
main ... main

Author SHA1 Message Date
e3f9b17753 merge upstream 2026-03-20 13:12:25 +00:00
838e615af6 merge upstream 2026-03-19 07:02:12 +00:00
fa7a9e1fe7 merge upstream 2026-03-18 06:57:30 +00:00
de299e0261 merge upstream 2026-03-16 01:34:09 +00:00
e6cf0e18f2 merge upstream 2026-03-11 02:17:20 +00:00
fe4d4f2c83 merge upstream 2026-03-06 06:36:13 +00:00
1a25662a90 merge upstream 2026-03-05 02:22:37 +00:00
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"
}