Skip to content

Commit

Permalink
change icon server
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-hestudio committed Apr 6, 2024
1 parent edfe0c9 commit 2c31fcd
Show file tree
Hide file tree
Showing 26 changed files with 173 additions and 152 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/plugin-comment": "2.0.0-rc.23",
"@vuepress/plugin-feed": "2.0.0-rc.23",
"@vuepress/plugin-comment": "2.0.0-rc.24",
"@vuepress/plugin-feed": "2.0.0-rc.24",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@vuepress/plugin-remove-pwa": "2.0.0-rc.21",
"@vuepress/plugin-search": "2.0.0-rc.21",
"@vuepress/plugin-search": "2.0.0-rc.24",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-hope": "2.0.0-rc.33"
"vuepress-theme-hope": "2.0.0-rc.34"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@waline/client": "^3.1.3",
"element-plus": "^2.6.3",
"vue-plugin-jumpcard": "^1.0.3"
"vue-plugin-jumpcard": "1.0.2"
}
}
231 changes: 119 additions & 112 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

18 changes: 17 additions & 1 deletion src/.vuepress/navbar/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
export {enNavbar} from "./en.js";
import { navbar } from "vuepress-theme-hope";

export const Navbar = navbar([
"/",
{
text: "文章",
link: "/posts/",
icon: "grommet-icons:article",
},
"/docs/",
"/common/",
"/talking/",
"/get-help/",
"/about/",
"/links/",
"/donate/",
]);
1 change: 0 additions & 1 deletion src/.vuepress/public/ads.txt

This file was deleted.

13 changes: 6 additions & 7 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { hopeTheme } from "vuepress-theme-hope";
import { enNavbar } from "./navbar/index.js";
// import { enSidebar } from "./sidebar/index.js";
import { Navbar } from "./navbar/index.js";

export default hopeTheme({
hostname: "https://www.hestudio.net",
Expand All @@ -11,7 +10,7 @@ export default hopeTheme({
email: "[email protected]"
},

iconAssets: "iconfont",
iconAssets: "iconify",

logo: "/logo.svg",

Expand Down Expand Up @@ -90,7 +89,7 @@ export default hopeTheme({
locales: {
"/": {
// navbar
navbar: enNavbar,
navbar: Navbar,

navbarAutoHide: "none",

Expand Down Expand Up @@ -158,10 +157,10 @@ export default hopeTheme({
mdEnhance: {
align: false,
attrs: true,
card: true,
// card: true,
chart: false,
codetabs: true,
container: true,
// container: true,
demo: false,
echarts: false,
figure: false,
Expand All @@ -176,7 +175,7 @@ export default hopeTheme({
// playground: {
// presets: ["ts", "vue"],
// },
presentation: ["highlight", "math", "search", "notes", "zoom"],
// presentation: ["highlight", "math", "search", "notes", "zoom"],
stylize: [
{
matcher: "Recommended",
Expand Down
12 changes: 6 additions & 6 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
home: true
layout: BlogHome
icon: home
icon: ic:round-home
title: Home
bgImage: https://api.hestudio.net/bgimage
heroText: heStudio
tagline: Welcome to the pit!
heroFullScreen: true
projects:
- icon: install
- icon: simple-icons:kalilinux
name: Kali Linux for Android
desc: 在你的安卓手机上安装Kali Linux
link: /posts/install-kali-on-android-renew.html
Expand All @@ -18,22 +18,22 @@ projects:
desc: 为开发人员分享快速参考备忘清单
link: https://quickref.hestudio.net/

- icon: api
- icon: bi:bing
name: BingWallpaper Get
desc: 一个直接返回图片的API
link: /docs/hestudio_bing_wallpaper_get.html

- icon: api
- icon: ant-design:api-filled
name: 百度搜索提交工具
desc: 基于Python的快速提交网页到百度的接口
link: https://pypi.org/project/hbsst/

- icon: token
- icon: arcticons:microsoft-authenticator
name: heStudio Authenticator
desc: 媲美于Google的MFA令牌工具
link: https://www.hestudio.net/common/authenticator/

- icon: mini-app
- icon: mdi:line-scan
name: heStudio二维码工具箱
desc: 一个简单的二维码工具箱
link: https://www.hestudio.net/common/qrcodebox/
Expand Down
2 changes: 1 addition & 1 deletion src/about/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 关于
icon: info
icon: mdi:about
article: false
comment: false
next: false
Expand Down
2 changes: 1 addition & 1 deletion src/common/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 公共服务
icon: type
icon: icon-park-solid:more-app
article: false
comment: false
next: false
Expand Down
2 changes: 1 addition & 1 deletion src/common/authenticator/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: heStudio Authenticator
icon: mini-app
icon: arcticons:microsoft-authenticator
article: true
---

Expand Down
2 changes: 1 addition & 1 deletion src/common/qrcodebox/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: heStudio二维码工具箱
icon: mini-app
icon: mdi:line-scan
article: true
---

Expand Down
2 changes: 1 addition & 1 deletion src/common/qrcodebox/privacy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 隐私政策 | heStudio二维码工具箱
icon: license
icon: ic:baseline-privacy-tip
article: false
comment: false
---
Expand Down
2 changes: 1 addition & 1 deletion src/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 文档
icon: repo
icon: bxs:book
article: false
comment: false
---
Expand Down
2 changes: 1 addition & 1 deletion src/docs/cookie.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Cookie政策
icon: cache
icon: material-symbols:cookie
article: false
comment: false
---
Expand Down
2 changes: 1 addition & 1 deletion src/docs/copyright.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 文章转载与授权
icon: license
icon: fa6-solid:copyright
article: false
comment: false
---
Expand Down
2 changes: 1 addition & 1 deletion src/docs/hestudio_bing_wallpaper_get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: heStudio BingWallpaper Get
icon: api
icon: bi:bing
article: false
---

Expand Down
2 changes: 1 addition & 1 deletion src/docs/kali_for_android.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 在Android手机上安装kali Linux 的 Q&A
icon: install
icon: simple-icons:kalilinux
article: false
---

Expand Down
2 changes: 1 addition & 1 deletion src/docs/key.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Key 获取与查找
icon: lock
icon: material-symbols-light:key
article: false
---

Expand Down
2 changes: 1 addition & 1 deletion src/docs/legal.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 法律信息
icon: license
icon: clarity:license-solid
article: false
comment: false
---
Expand Down
2 changes: 1 addition & 1 deletion src/docs/opensource.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 本站用到的开源服务
icon: code
icon: ph:code-bold
article: false
---

Expand Down
2 changes: 1 addition & 1 deletion src/docs/patch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 补丁合集
icon: debug
icon: fluent:patch-24-filled
article: false
comment: false
---
Expand Down
2 changes: 1 addition & 1 deletion src/docs/privacy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 隐私政策
icon: license
icon: ic:baseline-privacy-tip
article: false
comment: false
---
Expand Down
2 changes: 1 addition & 1 deletion src/docs/talking.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: heStudio Talking 文档
icon: community
icon: mingcute:comment-fill
article: false
comment: false
---
Expand Down
2 changes: 1 addition & 1 deletion src/donate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 支持我
icon: support
icon: bxs:donate-heart
article: false
comment: false
next: false
Expand Down
2 changes: 1 addition & 1 deletion src/get-help/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 获取帮助
icon: question
icon: material-symbols:help
article: false
comment: false
next: false
Expand Down
2 changes: 1 addition & 1 deletion src/links/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 友情链接
icon: link
icon: mingcute:link-3-fill
article: false
comment: false
next: false
Expand Down
2 changes: 1 addition & 1 deletion src/talking/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Talking
icon: community
icon: mingcute:comment-fill
article: false
next: false
---
Expand Down

0 comments on commit 2c31fcd

Please sign in to comment.