Skip to content

Commit

Permalink
feat: use quark-static cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxsf committed Aug 5, 2024
1 parent f699150 commit 842cd05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/assets/styles/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
--we-believe-bg: conic-gradient(from -90deg at 110% 100%, #fff 0deg, #ebecf0 90deg, #ebecf0 1turn);
--what-we-do-bg: conic-gradient(from 90deg at -10% 100%, #bcc1cd 0deg, #bcc1cd 90deg, #fff 1turn);

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

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

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

font-family: var(--font-family-base);
Expand Down
2 changes: 1 addition & 1 deletion src/docs_react/docs/rate/doc-react.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default () => {
```html
<Rate
value="2"
imgicon="https://raw.githubusercontent.com/hellof2e/static/main/quark-logo.png"
imgicon="https://cdn.jsdelivr.net/npm/quark-static@latest/quark-logo.png"
></Rate>
```

Expand Down
2 changes: 1 addition & 1 deletion src/docs_react/docs/rate/doc-react.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default () => {
```html
<Rate
value="2"
imgicon="https://raw.githubusercontent.com/hellof2e/static/main/quark-logo.png"
imgicon="https://cdn.jsdelivr.net/npm/quark-static@latest/quark-logo.png"
></Rate>
```

Expand Down

0 comments on commit 842cd05

Please sign in to comment.