Skip to content

Commit

Permalink
docs: replace yuque links to goworks.vercel.app
Browse files Browse the repository at this point in the history
  • Loading branch information
wnow20 committed Apr 2, 2023
1 parent 3e5f200 commit e28c33d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ AiKit - AI工具箱

## 如何安装
### 第一步:下载如下文件,并解压到你喜欢的路径
下载链接见[发布日志](https://www.yuque.com/wnow20/aikit/releases-notes)
下载链接见[发布日志](https://goworks.vercel.app/aikit/release-notes.html)

### 第二步:
打开Chome插件管理,链接: chrome://extensions
Expand Down
2 changes: 1 addition & 1 deletion src/content-script/ChatGPTError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function ChatGPTError(props: ChatGPTErrorProps) {
return (
<span className="block mt-2">
还是不工作?
<a href="https://www.yuque.com/wnow20/urfk3b/ul6rxvqbsy997z4y">
<a href="https://goworks.vercel.app/aikit/troubleshooting.html">
AiKit常见问题解决办法
</a>
</span>
Expand Down
10 changes: 7 additions & 3 deletions src/options/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,20 @@ function OptionsPage(props: { theme: Theme; onThemeChange: (theme: Theme) => voi
</div>
<div className="flex flex-row gap-3">
<a
href="https://www.yuque.com/wnow20/aikit/releases-notes"
href="https://goworks.vercel.app/aikit/release-notes.html"
target="_blank"
rel="noreferrer"
>
日志
</a>
<a href="https://www.yuque.com/wnow20/aikit/feedbacks" target="_blank" rel="noreferrer">
<a href="https://github.com/wnow20/aikit/issues" target="_blank" rel="noreferrer">
反馈
</a>
<a href="https://www.yuque.com/wnow20/aikit/about-us" target="_blank" rel="noreferrer">
<a
href="https://goworks.vercel.app/aikit/about-aikit.html"
target="_blank"
rel="noreferrer"
>
关于
</a>
</div>
Expand Down
6 changes: 1 addition & 5 deletions src/options/ProviderSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ const ConfigPanel: FC<ConfigProps> = ({ config, models }) => {
<Tabs.Item label="AiKit接口" value={ProviderType.AiKit}>
AiKit网络服务,稳定高速,免费3个月,
<span className="font-semibold">按量收费</span>,详见
<a
href="https://www.yuque.com/wnow20/urfk3b/hu0ox2n4xx6fwp63"
target="_blank"
rel="noreferrer"
>
<a href="https://goworks.vercel.app/aikit/pricing.html" target="_blank" rel="noreferrer">
收费政策
</a>
</Tabs.Item>
Expand Down

0 comments on commit e28c33d

Please sign in to comment.