Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed Aug 29, 2023
1 parent 6dfdcb9 commit 2f9fb87
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .vitepress/theme/styles/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
* Colors
* -------------------------------------------------------------------------- */


:root {
--vp-c-indigo-1: #60bf90;
--vp-c-indigo-2: #3aa374;
--vp-c-indigo-3: #008858;
--vp-c-indigo-soft: rgba(0, 108, 69 .16);
--vp-c-indigo-soft: rgba(0, 108, 69 0.16);
--vp-font-family-base: -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB',
'Microsoft Yahei', sans-serif;
Expand All @@ -27,8 +26,7 @@

--nav-c-bg: rgba(255, 255, 255, 0.7);

--vp-button-brand-text: rgba(255, 255, 245, .86);

--vp-button-brand-text: rgba(255, 255, 245, 0.86);
}

.dark {
Expand Down Expand Up @@ -58,13 +56,13 @@

:root {
--vp-button-brand-border: var(--vp-c-brand-light);
--vp-button-brand-text: var(--vp-button-brand-text));
--vp-button-brand-text: var(--vp-button-brand-text);
--vp-button-brand-bg: var(--vp-c-brand);
--vp-button-brand-hover-border: var(--vp-c-brand-light);
--vp-button-brand-hover-text: var(--vp-c-white);
--vp-button-brand-hover-bg: var(--vp-c-brand-light);
--vp-button-brand-active-border: var(--vp-c-brand-light);
--vp-button-brand-active-text:var(--vp-c-white);
--vp-button-brand-active-text: var(--vp-c-white);
--vp-button-brand-active-bg: var(--vp-button-brand-bg);
}

Expand Down
2 changes: 1 addition & 1 deletion src/download-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const downloadMethod = [
},
{ name: '夸克网盘', target: '_black', link: 'https://pan.quark.cn/s/fe8bb34c77bc', icon: '/svg/quark-drive.svg'
},
{ name: '天翼云盘访问码:exn0', target: '_black', link: 'https://cloud.189.cn/t/YF7Fj2zIRVbi', icon: '/svg/TianYi-drive.svg'
{ name: '天翼云盘',secondary: '访问码:exn0', target: '_black', link: 'https://cloud.189.cn/t/YF7Fj2zIRVbi', icon: '/svg/tianyi-drive.svg'
},
{ name: 'Google Drive', target: '_black', link: 'https://drive.google.com/drive/folders/1ade5zOu14oMIJlwaJd0qf-S_xdH9pkSa?usp=sharing', icon: 'i-logos-google-drive' }
]
Expand Down
9 changes: 9 additions & 0 deletions src/public/svg/tianyi-drive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f9fb87

Please sign in to comment.