fix: 修复 README.md 链接格式并添加 repository 字段

This commit is contained in:
Roe-xin
2026-01-13 16:39:59 +08:00
parent b9e63bc9a9
commit 83b706d5be
2 changed files with 6 additions and 2 deletions

View File

@ -30,8 +30,8 @@ IC Coder 集成了**全球顶尖的编程模型**,提供超强的上下文工
## 反馈 Feedback ## 反馈 Feedback
如遇到任何问题,欢迎您[进入社区]([IC Coder](https://iccoder.com:888/community))与我们联系 如遇到任何问题,欢迎您[进入社区](https://iccoder.com:888/community)与我们联系
## 服务条款和隐私协议 Terms of Service and Privacy Policy ## 服务条款和隐私协议 Terms of Service and Privacy Policy
请阅读我们的[服务条款]([IC Coder](https://iccoder.com:888/guides/legal/terms-of-service))和[隐私协议]([IC Coder](https://iccoder.com:888/guides/legal/privacy-policy))了解更多细节。 请阅读我们的[服务条款](https://iccoder.com:888/guides/legal/terms-of-service)和[隐私协议](https://iccoder.com:888/guides/legal/privacy-policy)了解更多细节。

View File

@ -21,6 +21,10 @@
"assistant" "assistant"
], ],
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://git.pengyejiatu.com/pengyejiatu/IC-Coder-Plugin.git"
},
"activationEvents": [ "activationEvents": [
"onCommand:ic-coder.openPanel", "onCommand:ic-coder.openPanel",
"onView:ic-coder-sidebar", "onView:ic-coder-sidebar",