Skip to content

Commit e51f373

Browse files
author
15367279252qq.com
committed
更新文档中的 GitHub 链接,将所有引用的 OpenAISpace/ai-trend-publish 更改为 liyown/ai-trend-publish,以反映项目的迁移。
1 parent d0e71ba commit e51f373

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ssh -i ~/.ssh/id_rsa "${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }}" "
3838
cd ~/app || mkdir -p ~/app && cd ~/app
3939
rm -rf ./* ./.* 2>/dev/null || true
40-
git clone https://github.com/OpenAISpace/ai-trend-publish
40+
git clone https://github.com/liyown/ai-trend-publish
4141
cd ai-trend-publish
4242
"
4343
scp -i ~/.ssh/id_rsa .env "${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }}:~/app/ai-trend-publish/"

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ curl -fsSL https://deno.land/install.sh | sh
3838
### 2. 克隆项目
3939

4040
```bash
41-
git clone https://github.com/OpenAISpace/ai-trend-publish
41+
git clone https://github.com/liyown/ai-trend-publish
4242
cd ai-trend-publish
4343
```
4444

@@ -122,7 +122,7 @@ npm run docs:build
122122
## 📝 文章模板
123123

124124
TrendPublish 提供了多种精美的文章模板。查看
125-
[模板展示页面](https://openaispace.github.io/ai-trend-publish/templates)
125+
[模板展示页面](https://liyown.github.io/ai-trend-publish/templates)
126126
了解更多详情。
127127

128128
## DONE
@@ -178,7 +178,7 @@ TrendPublish 提供了多种精美的文章模板。查看
178178
1. 克隆项目
179179

180180
```bash
181-
git clone https://github.com/OpenAISpace/ai-trend-publish
181+
git clone https://github.com/liyown/ai-trend-publish
182182
```
183183

184184
2. 配置环境变量
@@ -247,7 +247,7 @@ curl -fsSL https://deno.land/install.sh | sh
247247
2. 克隆项目
248248

249249
```bash
250-
git clone https://github.com/OpenAISpace/ai-trend-publish.git
250+
git clone https://github.com/liyown/ai-trend-publish.git
251251
cd ai-trend-publish
252252
```
253253

@@ -285,7 +285,7 @@ pm2 save
285285
1. 拉取代码
286286

287287
```bash
288-
git clone https://github.com/OpenAISpace/ai-trend-publish.git
288+
git clone https://github.com/liyown/ai-trend-publish.git
289289
```
290290

291291
2. 构建 Docker 镜像:
@@ -362,7 +362,7 @@ npx ts-node -r tsconfig-paths/register src\modules\render\test\test.weixin.templ
362362

363363
## Star History
364364

365-
[![Star History Chart](https://api.star-history.com/svg?repos=OpenAISpace/ai-trend-publish&type=Date)](https://star-history.com/#OpenAISpace/ai-trend-publish&Date)
365+
[![Star History Chart](https://api.star-history.com/svg?repos=liyown/ai-trend-publish&type=Date)](https://star-history.com/#liyown/ai-trend-publish&Date)
366366

367367
## 📄 许可证
368368

@@ -374,6 +374,6 @@ npx ts-node -r tsconfig-paths/register src\modules\render\test\test.weixin.templ
374374

375375
- 端点: `/api/workflow`
376376
- 支持方法: `triggerWorkflow`
377-
- 详细文档: [JSON-RPC API 文档](https://openaispace.github.io/ai-trend-publish/api/json-rpc-api)
377+
- 详细文档: [JSON-RPC API 文档](https://liyown.github.io/ai-trend-publish/api/json-rpc-api)
378378

379379
![](https://oss.liuyaowen.cn/image/202504242031044.png)

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineConfig({
4646
}
4747
],
4848
socialLinks: [
49-
{ icon: "github", link: "https://github.com/OpenAISpace/ai-trend-publish" }
49+
{ icon: "github", link: "https://github.com/liyown/ai-trend-publish" }
5050
],
5151
search: {
5252
provider: "local"

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## 2. 克隆项目
99

1010
```bash
11-
git clone https://github.com/OpenAISpace/ai-trend-publish
11+
git clone https://github.com/liyown/ai-trend-publish
1212
cd ai-trend-publish
1313
```
1414

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ TrendPublish 是一个基于 Deno 的趋势发现和内容发布系统,支持
3838

3939
## 相关链接
4040

41-
- GitHub: [OpenAISpace/ai-trend-publish](https://github.com/OpenAISpace/ai-trend-publish)
41+
- GitHub: [liyown/ai-trend-publish](https://github.com/liyown/ai-trend-publish)
4242
- Discord: <https://discord.gg/mrZvBHNawS>

scripts/md2html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface DocEntry {
88
path: string;
99
}
1010

11-
const BASE_URL = "https://openaispace.github.io/ai-trend-publish";
11+
const BASE_URL = "https://liyown.github.io/ai-trend-publish";
1212
const DOCS_INDEX: DocEntry[] = [];
1313

1414
// HTML 模板

0 commit comments

Comments
 (0)