vue-admin-better
春已至,万物始,愿所有美好纷沓而来!
@@ -54,13 +54,13 @@
@@ -116,10 +116,10 @@ npm run serve
## 🙈 我们承诺将定期赞助的开源项目(感谢巨人)
-
+
-
+
@@ -184,7 +184,7 @@ npm run serve
## 🎉 功能地图
-
+
## 🗃️ 效果图
@@ -193,26 +193,26 @@ npm run serve
diff --git a/src/api/markdown.js b/src/api/markdown.js
index e6bb01c..6569d57 100644
--- a/src/api/markdown.js
+++ b/src/api/markdown.js
@@ -2,7 +2,7 @@ import request from 'axios'
export function getList() {
return request({
- url: 'https://cdn.jsdelivr.net/gh/prettier/prettier@master/docs/options.md',
+ url: 'https://fastly.jsdelivr.net/gh/prettier/prettier@master/docs/options.md',
method: 'get',
})
}
diff --git a/src/views/vab/icon/colorfulIcon.vue b/src/views/vab/icon/colorfulIcon.vue
index 53d06da..6da0180 100644
--- a/src/views/vab/icon/colorfulIcon.vue
+++ b/src/views/vab/icon/colorfulIcon.vue
@@ -38,7 +38,7 @@
@click.native="handleCopyIcon(index, $event)"
>
{{ item }}
@@ -105,7 +105,7 @@
this.total = totalCount
},
handleCopyIcon(index, event) {
- //const copyText = `
`;
+ //const copyText = `
`;
const copyText = `
`
this.copyText = copyText
clip(copyText, event)
diff --git a/src/views/vab/map/index.vue b/src/views/vab/map/index.vue
index c868977..e8fb34c 100644
--- a/src/views/vab/map/index.vue
+++ b/src/views/vab/map/index.vue
@@ -19,7 +19,7 @@
const map = this.$baseMap()
axios
.get(
- 'https://cdn.jsdelivr.net/npm/mapv@2.0.12/examples/data/od-xierqi.txt'
+ 'https://fastly.jsdelivr.net/npm/mapv@2.0.12/examples/data/od-xierqi.txt'
)
.then((rs) => {
let data = []
diff --git a/src/views/vab/markdownEditor/index.vue b/src/views/vab/markdownEditor/index.vue
index 04e961e..c93b9d5 100644
--- a/src/views/vab/markdownEditor/index.vue
+++ b/src/views/vab/markdownEditor/index.vue
@@ -40,7 +40,7 @@
},
handleAddImg() {
this.$refs.mde.add(
- '\n'
+ '\n'
)
},
handleShowHtml(html) {
diff --git a/src/views/vab/player/index.vue b/src/views/vab/player/index.vue
index c73c5ff..af3f943 100644
--- a/src/views/vab/player/index.vue
+++ b/src/views/vab/player/index.vue
@@ -45,21 +45,21 @@
return {
config1: {
id: 'mse1',
- url: 'https://cdn.jsdelivr.net/gh/chuzhixin/videos@master/video.mp4',
+ url: 'https://fastly.jsdelivr.net/gh/chuzhixin/videos@master/video.mp4',
volume: 1,
autoplay: false,
},
Player1: null,
config2: {
id: 'mse2',
- url: 'https://cdn.jsdelivr.net/gh/chuzhixin/videos@master/video.m3u8',
+ url: 'https://fastly.jsdelivr.net/gh/chuzhixin/videos@master/video.m3u8',
volume: 1,
autoplay: false,
},
Player2: null,
config3: {
id: 'mse3',
- url: 'https://cdn.jsdelivr.net/gh/chuzhixin/videos@master/video.flv',
+ url: 'https://fastly.jsdelivr.net/gh/chuzhixin/videos@master/video.flv',
volume: 1,
autoplay: false,
},