Skip to content

Commit 44b88bb

Browse files
authored
🎨 Update content. (#3)
1 parent 7180ad6 commit 44b88bb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- run: pnpm install
3131
- run: pnpm run docs:build
3232
- name: Deploy
33+
if: github.ref == 'refs/heads/master'
3334
uses: easingthemes/ssh-deploy@v2.1.5
3435
env:
3536
#私钥

docs/.vitepress/config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import { defineConfig } from "vitepress";
33
// https://vitepress.dev/reference/site-config
44

55
export default defineConfig({
6-
title: "燃烧吧,英语",
6+
title: "Stylish Reader",
77
description:
8-
"燃烧吧英语,托福,雅思,英语学习,背单词,零基础,学英语,英语口语,英语听力",
8+
"Stylish Reader,英语,托福,雅思,英语学习,背单词,零基础,学英语,英语口语,英语听力",
99
srcDir: "./src",
1010
outDir: "./build/English-Burning-Website-Dist",
1111
lastUpdated: true,
1212
sitemap: {
13-
hostname: "https://englishburning.com",
13+
hostname: "https://doc.stylishreader.com/",
1414
lastmodDateOnly: true,
1515
transformItems: (items) => {
1616
items.push({
@@ -103,6 +103,6 @@ export default defineConfig({
103103
"<a href='https://beian.miit.gov.cn'>沪ICP备18005507号-10&nbsp;&nbsp;</a><img style='display:inline-block' src='https://www.beian.gov.cn/img/new/gongan.png'><a href='https://www.beian.gov.cn'> 沪公网安备 31011002006221号</a> Copyright © 2023-present <a href='https://github.com/tolerious'>Toly</a>",
104104
},
105105

106-
socialLinks: [{ icon: "github", link: "https://app.englishburning.com" }],
106+
socialLinks: [{ icon: "github", link: "https://doc.stylishreader.com/" }],
107107
},
108108
});

docs/src/about-me.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ description: 背单词,英语学习,英语
1313

1414
一个人学习太单调?
1515

16-
加入“燃烧吧,英语”官方互助群吧~
16+
加入“Stylish Reader,英语”官方互助群吧~
1717
<img src="/wechat.png" style="width:50%">

docs/src/how-to-use.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ description: 背单词,英语学习,英语
66

77
# 使用教程
88

9-
English Burning(燃烧吧,英语) 应用,旨在方便英语学习爱好者,每日进行英语学习之用。
109
目前功能仍在持续迭代中,欢迎使用者提出宝贵意见。
1110

1211
## 注册用户

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: home
44
title: 首页
55

66
hero:
7-
name: "燃烧吧,英语"
7+
name: "Stylish Reader"
88
text: ""
99
tagline: Stay Hungry, Stay Foolish
1010
image:

0 commit comments

Comments
 (0)