Skip to content

Commit

Permalink
feat: use quark-static cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Aug 5, 2024
1 parent e3c8916 commit 78c674c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/quarkd/src/rate/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="tag-container">
<quark-rate
defaultvalue="2"
imgicon="https://raw.githubusercontent.com/hellof2e/static/main/quark-logo.png"
imgicon="https://cdn.jsdelivr.net/npm/quark-static@latest/quark-logo.png"
>
</quark-rate>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/quarkd/src/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 packages/quarkd/src/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
2 changes: 1 addition & 1 deletion packages/quarkd/src/rate/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ quark-rate {
```html
<quark-rate
defaultvalue="2"
imgicon="https://raw.githubusercontent.com/hellof2e/static/main/quark-logo.png"
imgicon="https://cdn.jsdelivr.net/npm/quark-static@latest/quark-logo.png"
></quark-rate>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/quarkd/src/rate/doc.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ quark-rate {
```html
<quark-rate
defaultvalue="2"
imgicon="https://raw.githubusercontent.com/hellof2e/static/main/quark-logo.png"
imgicon="https://cdn.jsdelivr.net/npm/quark-static@latest/quark-logo.png"
></quark-rate>
```

Expand Down

0 comments on commit 78c674c

Please sign in to comment.