🚀add pages auto deploy
* update * update * 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。 * 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。 * Create vuepress-deploy.yml * Update vuepress-deploy.yml * Update vuepress-deploy.yml * 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。 * 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。 * 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。 * 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。 * Update vuepress-deploy.yml * Update vuepress-deploy.yml * update * update * update * update * update * Update vuepress-deploy.yml * 尝试修复图标显示异常 * 尝试修复图标显示异常 * 🚀add pages auto deploy --------- Co-authored-by: SocialSisterYi <1440239038@qq.com>
This commit is contained in:
23
.vuepress/config.js
Normal file
23
.vuepress/config.js
Normal file
@@ -0,0 +1,23 @@
|
||||
module.exports = {
|
||||
base: "/bilibili-API-collect/",
|
||||
locales: {
|
||||
'/': {
|
||||
lang: 'zh-CN',
|
||||
},
|
||||
},
|
||||
head: [
|
||||
['link', { rel: 'icon', href: './logo.png' }]
|
||||
|
||||
],
|
||||
title: "bilibili-API-collect",
|
||||
description: "本项目旨在对 B站 WEB、APP、TV 等客户端中,散落在世界各地的野生 API 进行收集整理,研究使用方法并对其进行说明。",
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: '介绍', link: '/' },
|
||||
{ text: '目录', link: '/contents.html' },
|
||||
{ text: 'Github', link: 'https://github.com/SocialSisterYi/bilibili-API-collect' },
|
||||
],
|
||||
sidebar: 'auto',
|
||||
},
|
||||
plugins: ['@vuepress/back-to-top'],
|
||||
}
|
||||
BIN
.vuepress/public/logo.png
Normal file
BIN
.vuepress/public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 396 KiB |
Reference in New Issue
Block a user