mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-04-18 22:32:54 +00:00
Compare commits
2 Commits
main
...
084d186a0e
| Author | SHA1 | Date | |
|---|---|---|---|
| 084d186a0e | |||
| fac7417cd2 |
@@ -33,14 +33,6 @@ const blogTheme = getThemeConfig({
|
||||
message: '<span>联系邮箱:<a href="mailto:zhuzihan@zhuzihan.com">zhuzihan@zhuzihan.com</a></span>',
|
||||
copyright: 'MIT License | SIMON',
|
||||
version: false,
|
||||
icpRecord: {
|
||||
name: '滇ICP备2025074424号',
|
||||
link: 'https://beian.miit.gov.cn/'
|
||||
},
|
||||
securityRecord: {
|
||||
name: '滇公网安备53250402000233号',
|
||||
link: 'https://www.beian.gov.cn/portal/index.do'
|
||||
},
|
||||
},
|
||||
|
||||
// 主题色修改
|
||||
|
||||
@@ -58,7 +58,7 @@ export default defineConfig({
|
||||
{ text: '探针', link: 'https://state.zhuzihan.com/' },
|
||||
{ text: 'AI API测活', link: 'https://api-test.zhuzihan.com/' },
|
||||
{ text: '文件快递柜', link: 'https://file.zhuzihan.com/' },
|
||||
// { text: 'OpenWebUI', link: 'https://ai.zhuzihan.com/' },
|
||||
{ text: 'OpenWebUI', link: 'https://ai.zhuzihan.com/' },
|
||||
{ text: '临时2fa', link: 'https://2fa.zhuzihan.com/' }
|
||||
|
||||
],
|
||||
|
||||
@@ -14,7 +14,6 @@ cover: url # 封面图片路径,相对于public目录
|
||||
sticky: 0 # 精选文章设置:值越大在首页展示越靠前,0表示不精选
|
||||
hidden: false # 是否隐藏文章:true隐藏(模板用),false显示(正式文章用)
|
||||
recommend: true
|
||||
publish: false
|
||||
---
|
||||
|
||||
# 今天二战钓鱼,还是空军
|
||||
|
||||
@@ -14,7 +14,6 @@ cover: url # 封面图片路径,相对于public目录
|
||||
sticky: 0 # 精选文章设置:值越大在首页展示越靠前,0表示不精选
|
||||
hidden: false # 是否隐藏文章:true隐藏(模板用),false显示(正式文章用)
|
||||
recommend: true
|
||||
publish: false
|
||||
---
|
||||
|
||||
# 今天第一次钓鱼,空军
|
||||
|
||||
@@ -13,7 +13,7 @@ hiddenCover: false
|
||||
sticky: 0
|
||||
hidden: false
|
||||
recommend: true
|
||||
publish: false
|
||||
publish: true
|
||||
---
|
||||
|
||||
# 他可能真的很忙吧
|
||||
|
||||
@@ -14,7 +14,7 @@ hiddenCover: true
|
||||
sticky: 0
|
||||
hidden: false
|
||||
recommend: true
|
||||
publish: false
|
||||
publish: true
|
||||
---
|
||||
|
||||
# 男的不贪财,女的不好色
|
||||
|
||||
13
package-lock.json
generated
13
package-lock.json
generated
@@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@sugarat/theme": "^0.5.17",
|
||||
"@sugarat/theme": "^0.5.16",
|
||||
"aplayer": "^1.10.1",
|
||||
"element-plus": "^2.7.2",
|
||||
"gsap": "^3.13.0",
|
||||
@@ -4600,6 +4600,17 @@
|
||||
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/fuse.js": {
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.2.0.tgz",
|
||||
"integrity": "sha512-zf4vdcIGpjNKTuXwug33Hm2okqX6a0t2ZEbez+o9oBJQSNhVJ5AqERfeiRD3r8HcLqP66MrjdkmzxrncbAOTUQ==",
|
||||
"license": "Apache-2.0",
|
||||
"optional": true,
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/giscus": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/giscus/-/giscus-1.6.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user