Skip to content

Commit

Permalink
🎨 Update content. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolerious committed Sep 28, 2024
1 parent 7180ad6 commit 44b88bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- run: pnpm install
- run: pnpm run docs:build
- name: Deploy
if: github.ref == 'refs/heads/master'
uses: easingthemes/[email protected]
env:
#私钥
Expand Down
8 changes: 4 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import { defineConfig } from "vitepress";
// https://vitepress.dev/reference/site-config

export default defineConfig({
title: "燃烧吧,英语",
title: "Stylish Reader",
description:
"燃烧吧英语,托福,雅思,英语学习,背单词,零基础,学英语,英语口语,英语听力",
"Stylish Reader,英语,托福,雅思,英语学习,背单词,零基础,学英语,英语口语,英语听力",
srcDir: "./src",
outDir: "./build/English-Burning-Website-Dist",
lastUpdated: true,
sitemap: {
hostname: "https://englishburning.com",
hostname: "https://doc.stylishreader.com/",
lastmodDateOnly: true,
transformItems: (items) => {
items.push({
Expand Down Expand Up @@ -103,6 +103,6 @@ export default defineConfig({
"<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>",
},

socialLinks: [{ icon: "github", link: "https://app.englishburning.com" }],
socialLinks: [{ icon: "github", link: "https://doc.stylishreader.com/" }],
},
});
2 changes: 1 addition & 1 deletion docs/src/about-me.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ description: 背单词,英语学习,英语

一个人学习太单调?

加入“燃烧吧,英语”官方互助群吧~
加入“Stylish Reader,英语”官方互助群吧~
<img src="/wechat.png" style="width:50%">
1 change: 0 additions & 1 deletion docs/src/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description: 背单词,英语学习,英语

# 使用教程

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

## 注册用户
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: home
title: 首页

hero:
name: "燃烧吧,英语"
name: "Stylish Reader"
text: ""
tagline: Stay Hungry, Stay Foolish
image:
Expand Down

0 comments on commit 44b88bb

Please sign in to comment.