Skip to content

Commit

Permalink
修复样式丢失
Browse files Browse the repository at this point in the history
  • Loading branch information
weasUXL committed Jan 10, 2025
1 parent f4f31bc commit 522a537
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineConfig({
],
vite: {
plugins: [
AutoSidebar({ deletePrefix: 'index', ignoreIndexItem: true })
AutoSidebar({ deletePrefix: 'index', ignoreIndexItem: true,collapsed: false })
]
},
sitemap: {
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Theme } from 'vitepress'
import './style/index.css'
import "vitepress-markdown-timeline/dist/theme/index.css";


export default {
...DefaultTheme,
enhanceApp({ app }) {
Expand Down
27 changes: 13 additions & 14 deletions docs/.vitepress/theme/style/var.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
--vp-c-brand-3: #005f9e; /* 深蓝(深色模式) */
}

/* 以前的vp-c-brand已弃用 */

:root {
/* hero标题渐变色 */
--vp-home-hero-name-color: transparent;
Expand All @@ -22,19 +20,20 @@
--vp-home-hero-image-filter: blur(40px);
}

html .vp-doc a {
text-decoration: none !important;
color: var(--vp-c-brand-2) !important;
}

/* :root {
--vp-button-brand-border: #99ccff;
--vp-button-brand-text: #99ccff;
--vp-button-brand-bg: #0044cc;
html .vp-doc a:hover {
color: var(--vp-c-brand-3) !important;
}

--vp-button-brand-hover-border: #99ccff;
--vp-button-brand-hover-text: #fff;
--vp-button-brand-hover-bg: #0044cc;
html.dark .vp-doc a {
color: var(--vp-c-brand-1) !important;
}

--vp-button-brand-active-border: #99ccff;
} */
html.dark .vp-doc a:hover {
color: var(--vp-c-brand-2) !important;
}

.vp-doc a {
text-decoration: none;
}
10 changes: 9 additions & 1 deletion docs/about/碎碎念.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ prev: false
editLink: false
---

# 计划中ing……
# 计划ing……

* [ ] 完成对教程的动图或完整视频制作
* [ ] 美化主题
Expand Down Expand Up @@ -43,4 +43,12 @@ editLink: false
- 重构了一下结构,避免徒增只有一个文件的文件夹(
:::

::: timeline 2025-01-10
- 才发现链接文字的css被覆盖了导致都是黑色,根本看不出来是超链接……
- 最近虽然提交了很多更改,但都是有关美化和优化SEO的……还是太菜了>︿<
- 好崩溃……真的想退学力(
:::




8 changes: 6 additions & 2 deletions docs/decrypt/NTQQ (Android).md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ description: NTQQ(Android)解密教程

# NTQQ(Android)

> [!TIP] 注意
如果运行脚本时出现问题,请尝试将所有文件中的所有`libkernel`替换为`libbasic_share`

## 方法1(推荐)

> [!TIP] 说明
> [!INFO] 说明
>本方法不需要 root,只需要使用系统自带的备份功能导出 QQ 的数据即可。由于 QQ 限制,部分系统可能无法导出 QQ 数据,此时可以使用“聊天记录迁移”功能迁移到其他设备上。
经测试适用于`9.0.65``9.0.75`版本,更低版本可能无法使用此方法。
Expand All @@ -16,7 +19,8 @@ description: NTQQ(Android)解密教程
为了方便起见,假设 QQ 号(表示为`uin`)为`390251789``uid``u_mIicAReWrdCB-kST6TXH7A`
一切以`/data/user/0/com.tencent.mobileqq/`开头的路径均表示root后可以访问到的绝对路径,若为处理备份文件,则此路径可>能有所不同。


# 便捷获取
<HashCalculator />

### 获取uid

Expand Down

0 comments on commit 522a537

Please sign in to comment.