From 37e196d122142bb9e01e074abe04c584c66252dd Mon Sep 17 00:00:00 2001 From: Syngnat Date: Tue, 21 Jul 2026 12:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(readme):=20=E5=B0=86?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=E8=81=94=E7=B3=BB=E6=96=B9=E5=BC=8F=E5=86=99?= =?UTF-8?q?=E5=85=A5=20README=20=E5=B9=B6=E4=B8=8B=E7=BA=BF=20#536=20?= =?UTF-8?q?=E7=BD=AE=E9=A1=B6=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增「联系与反馈」章节(GitHub Issues + 微信),便于用户直接在文档中找到交流入口。 --- README.md | 12 ++++++++++++ README.zh-CN.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/README.md b/README.md index 96b89e6e..f9c512b1 100644 --- a/README.md +++ b/README.md @@ -445,6 +445,18 @@ fc-cache -fv Issues and PRs welcome. Branch from **`dev`**, PR against **`dev`**. - [CONTRIBUTING.md](CONTRIBUTING.md) +- Call for contributors: [Issue #671](https://github.com/Syngnat/GoNavi/issues/671) + +--- + +## 💬 Contact & Feedback + +| Channel | Notes | +|---|---| +| **GitHub Issues** | Preferred for bugs, feature requests, and docs — easier to track and reproduce | +| **WeChat** | `ygf1140302783` (note “GoNavi”) — maintainer can invite you to the community group for discussion | + +> For technical reports, include version, OS, and repro steps when possible. Windows blank/crash on intranet images: [WebView2 guide](https://github.com/Syngnat/GoNavi/issues/672). --- diff --git a/README.zh-CN.md b/README.zh-CN.md index 55afa3de..eb7cce90 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -445,6 +445,18 @@ fc-cache -fv 欢迎 Issue 与 PR。请从 **`dev`** 拉分支,并向 **`dev`** 提 PR。 - [CONTRIBUTING.zh-CN.md](CONTRIBUTING.zh-CN.md) +- 共建邀请:[Issue #671](https://github.com/Syngnat/GoNavi/issues/671) + +--- + +## 💬 联系与反馈 + +| 渠道 | 说明 | +|---|---| +| **GitHub Issues** | Bug、功能建议、文档问题优先在此提交,便于跟踪与复现 | +| **微信** | `ygf1140302783`(备注「GoNavi」)— 可拉交流群,适合使用讨论与快速沟通 | + +> 技术问题尽量附版本号、系统与复现步骤;内网 Windows 启动白屏/闪退见 [WebView2 说明](https://github.com/Syngnat/GoNavi/issues/672)。 ---