Skip to content

Commit

Permalink
🛠更新站点名称为"知识体系"
Browse files Browse the repository at this point in the history
- 修改了 README.md、index.html、readme_template.md 中的站点名称
- 更新了 src/config.ts 中的 siteName 配置
- 调整了 vite.config.ts 中的 manifest 信息
  • Loading branch information
0xcaffebabe committed Oct 25, 2024
1 parent 8087185 commit 2f7a2fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 一个工程师的知识体系
# 知识体系

算法与数据结构 / 操作系统 / 数据库 / 计算机系统 / 网络 / 中间件 / Java / 数据工程 / 机器学习 / 软件工程 / 前端 / 运维 / 信息安全 / 个人成长

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, minimum-scale=1.0">
<title>一个工程师的知识体系</title>
<title>知识体系</title>
<style>
#buildTime {
color: black;
Expand Down
2 changes: 1 addition & 1 deletion readme_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 一个工程师的知识体系
# 知识体系

算法与数据结构 / 操作系统 / 数据库 / 计算机系统 / 网络 / 中间件 / Java / 数据工程 / 机器学习 / 软件工程 / 前端 / 运维 / 信息安全 / 个人成长

Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
// 站点名称
siteName: '一个工程师的知识体系',
siteName: '知识体系',
// 仓库地址 用于更改、编辑等的跳转
repositoryUrl: 'https://github.com/0xcaffebabe/note',
localUrl: 'D:/learning/note/doc',
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ export default defineConfig({
registerType: 'autoUpdate',
includeAssets: ['favicon.ico'],
manifest: {
name: '一个工程师的知识体系',
name: '知识体系',
short_name: 'PKS',
description: '一个工程师的知识体系',
description: '知识体系',
theme_color: '#ffffff',
icons: [
{
Expand Down

0 comments on commit 2f7a2fc

Please sign in to comment.