Skip to content

Commit

Permalink
add:logo 2023.09.06
Browse files Browse the repository at this point in the history
  • Loading branch information
TRHX committed Sep 5, 2023
1 parent 7822e8a commit b98f2ce
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module.exports = {
theme: 'vdoing', // 使用依赖包主题
// theme: require.resolve('../../vdoing'), // 使用本地主题 (先将vdoing主题文件下载到本地:https://github.com/xugaoyi/vuepress-theme-vdoing)

title: "SpiderApi - 爬虫逆向常用 API",
description: '爬虫逆向常用 API',
title: "SpiderAPI - 爬虫逆向常用 API",
description: 'SpiderAPI - 汇总各种爬虫逆向常用 API,涉及各种网络请求库,自动化框架,爬虫框架,HOOK 脚本,ADB 命令等。',
base: '/', // 默认'/'。如果你想将你的网站部署到如 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件)
head: [ // 注入到页面<head> 中的标签,格式[tagName, { attrName: attrValue }, innerHTML?]
['link', { rel: 'icon', href: '/img/favicon.ico' }], //favicons,资源放在public文件夹
Expand Down Expand Up @@ -85,7 +85,7 @@ module.exports = {
],
sidebarDepth: 2, // 侧边栏显示深度,默认1,最大2(显示到h3标题)
logo: '/img/logo.png', // 导航栏logo
repo: 'xugaoyi/vuepress-theme-vdoing', // 导航栏右侧生成Github链接
repo: 'TRHX/SpiderApi', // 导航栏右侧生成Github链接
searchMaxSuggestions: 10, // 搜索结果显示最大数
lastUpdated: '上次更新', // 更新的时间,及前缀文字 string | boolean (取值为git提交时间)

Expand Down Expand Up @@ -116,8 +116,8 @@ module.exports = {
// archive: false, // 是否打开归档功能,默认true。 如打开,会做的事情有:1.自动生成归档页面(在@pages文件夹)。如关闭,则反之。

author: { // 文章默认的作者信息,可在md文件中单独配置此信息 String | {name: String, href: String}
name: 'Evan Xu', // 必需
href: 'https://github.com/TRHX/SpiderApi' // 可选的
name: 'BOB', // 必需
href: 'https://github.com/TRHX' // 可选的
},
social: { // 社交图标,显示于博主信息栏和页脚栏
// iconfontCssFile: '//at.alicdn.com/t/font_1678482_u4nrnp8xp6g.css', // 可选,阿里图标库在线css文件地址,对于主题没有的图标可自由添加
Expand All @@ -140,8 +140,8 @@ module.exports = {
]
},
footer: { // 页脚信息
createYear: 2023, // 博客创建年份
copyrightInfo: 'Evan Xu | MIT License', // 博客版权信息,支持a标签
createYear: 2022, // 博客创建年份
copyrightInfo: 'spiderapi.cn', // 博客版权信息,支持a标签
},
htmlModules,
},
Expand Down
Binary file modified docs/.vuepress/public/img/favicon.ico
Binary file not shown.
Binary file added docs/.vuepress/public/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/.vuepress/public/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
home: true
heroImage: /img/logo.png
heroText: vuepress-theme-vdoing
tagline: 🚀一款简洁高效的VuePress 知识管理&博客 主题
heroText: Spider API
tagline: 🚀爬虫逆向常用 API
actionText: 开始使用 →
actionLink: /pages/a2f161/
bannerBg: none # auto => 网格纹背景(有bodyBgImg时无背景),默认 | none => 无 | '大图地址' | background: 自定义背景样式 提示:如发现文本颜色不适应你的背景时可以到palette.styl修改$bannerTextColor变量
Expand Down Expand Up @@ -49,29 +49,29 @@ postList: none
<a href="http://apifox.cn/a103xugaoyi" target="_blank"><img src="https://cdn.staticaly.com/gh/xugaoyi/blog-gitalk-comment@master/img/441669861566_.2bedplbm21hc.jpg" alt="npm" class="no-zoom" style="width: 300px;border-radius: 2px;"></a>
</p>

## 🎖特别用户
## 🎖兄弟项目
::: cardList 3
```yaml
# - name: OpenHarmony
# desc: 开放原子开源基金会
# link: https://docs.openharmony.cn/pages/000000/
# bgColor: '#f1f1f1'
# textColor: '#2A3344'
- name: MyBatis-Plus官网
desc: 🚀为简化开发而生
link: https://baomidou.com/
- name: Spider Box
desc: 🚀 SpiderBox - 虫盒 - 爬虫逆向资源导航站
link: https://spiderbox.cn/
bgColor: '#f1f1f1'
textColor: '#2A3344'
# - name: Deepin 社区
# desc: Deepin 应用开发技术分享、DTK开发经验等
# link: https://docs.deepin.org
# bgColor: '#f1f1f1'
# textColor: '#2A3344'
# - name: VForm官网
# desc: 低代码表单优选方案,拖拽式设计,一键生成源码
# link: http://www.vform666.com
# bgColor: '#f1f1f1'
# textColor: '#2A3344'
- name: Spider Api
desc: 🚀 SpiderApi - 爬虫逆向常用 API
link: https://spiderapi.cn/
bgColor: '#F0DFB1'
textColor: '#242A38'
- name: Spider Law
desc: 🚀 SpiderLaw - 爬虫相关法律法规建设
# link: https://github.com/xugaoyi/vuepress-theme-vdoing
bgColor: '#DFEEE7'
textColor: '#2A3344'
```
:::
Expand Down

0 comments on commit b98f2ce

Please sign in to comment.