diff options
| author | Jack <[email protected]> | 2026-03-25 01:03:01 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-25 01:03:01 +0800 |
| commit | 7c5ed771c36f5acbd47a1070afc1935e8a50650b (patch) | |
| tree | cf3d32e4463718f8f23adac15ead6aca8f286cfb | |
| parent | 31c4a4fb478d765d39ead26f81db9bf5ab54eb6c (diff) | |
| download | opencode-7c5ed771c36f5acbd47a1070afc1935e8a50650b.tar.gz opencode-7c5ed771c36f5acbd47a1070afc1935e8a50650b.zip | |
fix: update Feishu community links for zh locales (#18975)
| -rw-r--r-- | README.zh.md | 2 | ||||
| -rw-r--r-- | README.zht.md | 2 | ||||
| -rw-r--r-- | packages/console/app/src/routes/feishu.ts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/README.zh.md b/README.zh.md index 0859ed11d..46d9f761c 100644 --- a/README.zh.md +++ b/README.zh.md @@ -137,4 +137,4 @@ OpenCode 内置两种 Agent,可用 `Tab` 键快速切换: --- -**加入我们的社区** [飞书](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=de8k6664-1b5e-43f2-8efd-21d6772647b5&qr_code=true) | [X.com](https://x.com/opencode) +**加入我们的社区** [飞书](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=738j8655-cd59-4633-a30a-1124e0096789&qr_code=true) | [X.com](https://x.com/opencode) diff --git a/README.zht.md b/README.zht.md index b7d8b8fc4..7ef51d8fd 100644 --- a/README.zht.md +++ b/README.zht.md @@ -137,4 +137,4 @@ OpenCode 內建了兩種 Agent,您可以使用 `Tab` 鍵快速切換。 --- -**加入我們的社群** [飞书](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=de8k6664-1b5e-43f2-8efd-21d6772647b5&qr_code=true) | [X.com](https://x.com/opencode) +**加入我們的社群** [飞书](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=738j8655-cd59-4633-a30a-1124e0096789&qr_code=true) | [X.com](https://x.com/opencode) diff --git a/packages/console/app/src/routes/feishu.ts b/packages/console/app/src/routes/feishu.ts index 35d2fcb0e..3366e7208 100644 --- a/packages/console/app/src/routes/feishu.ts +++ b/packages/console/app/src/routes/feishu.ts @@ -2,6 +2,6 @@ import { redirect } from "@solidjs/router" export async function GET() { return redirect( - "https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=de8k6664-1b5e-43f2-8efd-21d6772647b5&qr_code=true", + "https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=738j8655-cd59-4633-a30a-1124e0096789&qr_code=true", ) } |
