Skip to content

Commit 842cd05

Browse files
committed
feat: use quark-static cdn
1 parent f699150 commit 842cd05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/assets/styles/theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
--we-believe-bg: conic-gradient(from -90deg at 110% 100%, #fff 0deg, #ebecf0 90deg, #ebecf0 1turn);
2929
--what-we-do-bg: conic-gradient(from 90deg at -10% 100%, #bcc1cd 0deg, #bcc1cd 90deg, #fff 1turn);
3030

31-
--arrow-light-mode-icon: url('https://raw.githubusercontent.com/hellof2e/static/main/arrow-light-mode.png');
31+
--arrow-light-mode-icon: url('https://cdn.jsdelivr.net/npm/quark-static@latest/arrow-light-mode.png');
3232

3333
color: var(--text-font-color);
3434
background-color: var(--main-bg);
@@ -164,7 +164,7 @@ html.dark {
164164
--what-we-do-bg: conic-gradient(from 90deg at -10% 100%, #2b303b 0deg, #2b303b 90deg, #16181d 1turn);
165165

166166
--scroll-down-dark-color: var(--link-font-color-dark);
167-
--arrow-dark-mode-icon: url('https://raw.githubusercontent.com/hellof2e/static/main/arrow-dark-mode.png');
167+
--arrow-dark-mode-icon: url('https://cdn.jsdelivr.net/npm/quark-static@latest/arrow-dark-mode.png');
168168
--footer-bg: conic-gradient(from 90deg at -10% 100%, #2b303b 0deg, #2b303b 90deg, #16181d 1turn);
169169

170170
font-family: var(--font-family-base);

src/docs_react/docs/rate/doc-react.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default () => {
5757
```html
5858
<Rate
5959
value="2"
60-
imgicon="https://raw.githubusercontent.com/hellof2e/static/main/quark-logo.png"
60+
imgicon="https://cdn.jsdelivr.net/npm/quark-static@latest/quark-logo.png"
6161
></Rate>
6262
```
6363

src/docs_react/docs/rate/doc-react.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default () => {
5757
```html
5858
<Rate
5959
value="2"
60-
imgicon="https://raw.githubusercontent.com/hellof2e/static/main/quark-logo.png"
60+
imgicon="https://cdn.jsdelivr.net/npm/quark-static@latest/quark-logo.png"
6161
></Rate>
6262
```
6363

0 commit comments

Comments
 (0)