diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cbb2e3b1e..1837dbcf4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,6 +30,7 @@ jobs: ssh-keyscan github.com >> ~/.ssh/known_hosts git config --global user.email "294068487@qq.com" git config --global user.name "lyz05" + npm config set registry https://registry.npmjs.org/ npm install hexo-cli -g npm ci @@ -60,7 +61,7 @@ jobs: env: key: ${{ secrets.sckey }} failure: 博客部署失败 - cancelled: 博客部署被取消 + cancelled: 博客部署被取? success: 博客部署成功 steps: - uses: martialonline/workflow-status@v3 diff --git a/_config.next.yml b/_config.next.yml index a7199835c..59cb03c2a 100644 --- a/_config.next.yml +++ b/_config.next.yml @@ -1,7 +1,7 @@ # Remove unnecessary files after hexo generate. minify: true -# 自定义文件 +# 自定义文? custom_file_path: head: source/_data/head.njk style: source/_data/styles.styl @@ -13,12 +13,12 @@ scheme: Gemini # 暗黑模式 darkmode: true -# 创作者协议 +# 创作者协? creative_commons: sidebar: true post: false -# 主菜单 +# 主菜? menu: home: / || fa fa-home archives: /archives/ || fa fa-archive @@ -26,7 +26,7 @@ menu: categories: /categories/ || fa fa-th lab: default: /lab/ || fa fa-flask fa-fw - file: http://118.126.105.169:5244/ || fa fa-folder + file: https://home.lyz05.cn:5244// || fa fa-folder note: /note/ || fa fa-clipboard uptime: https://stats.uptimerobot.com/XnEypsn5VN || fas fa-heartbeat FC: /FC/ || fas fa-rocket @@ -59,7 +59,7 @@ social_icons: footer: since: 2015 -# Post元信息显示 +# Post元信息显? post_meta: created_at: true updated_at: @@ -84,7 +84,7 @@ local_search: pdf: enable: true -# 代码块 +# 代码? codeblock: copy_button: enable: true @@ -103,17 +103,17 @@ motion: coll_header: sidebar: fadeInUp -# 顶部进度条 +# 顶部进度? pace: enable: true -# 图片懒加载 +# 图片懒加? lazyload: true -# 中英文文字留白 +# 中英文文字留? pangu: true -# 页面预加载 +# 页面预加? quicklink: enable: true home: true @@ -124,7 +124,7 @@ post_edit: enable: true url: https://github.com/lyz05/lyz05.github.io/tree/blog/source/ # Link for view source -# 为字体插件建立早期链接 +# 为字体插件建立早期链? preconnect: true tag_icon: true @@ -148,7 +148,7 @@ vendors: plugins: jsdelivr -# Leancloud统计字数与评论功能 +# Leancloud统计字数与评论功? valine: enable: true appId: IOO0v6UWzOQE94hPLrgXiQhg-9Nh9j0Va diff --git a/package-lock.json b/package-lock.json index ba62f6998..1b14f8f15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4508,9 +4508,10 @@ } }, "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "http://mirrors.cloud.tencent.com/npm/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -8464,9 +8465,10 @@ } }, "node_modules/filelist/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "http://mirrors.cloud.tencent.com/npm/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" }