diff --git a/src/components/demo/d2-demo-link-btn/index.vue b/src/components/demo/d2-demo-link-btn/index.vue index dcd7ba0d..83fcb8ee 100644 --- a/src/components/demo/d2-demo-link-btn/index.vue +++ b/src/components/demo/d2-demo-link-btn/index.vue @@ -25,7 +25,7 @@ export default { link: { type: String, required: false, - default: 'https://github.com/FairyEver' + default: 'https://github.com/d2-projects' } } } diff --git a/src/pages/demo/components/markdown/md/doc.md b/src/pages/demo/components/markdown/md/doc.md index 301b283d..c1917221 100644 --- a/src/pages/demo/components/markdown/md/doc.md +++ b/src/pages/demo/components/markdown/md/doc.md @@ -20,4 +20,4 @@ alert('Hello World') > 链接: https://pan.baidu.com/s/1ggFW21l 密码: 877y -[https://github.com/FairyEver](https://github.com/FairyEver) \ No newline at end of file +[https://github.com/d2-projects](https://github.com/d2-projects) \ No newline at end of file diff --git a/src/pages/demo/plugins/mock/data/settingDTD.js b/src/pages/demo/plugins/mock/data/settingDTD.js index 9e1859c1..e3eca6e1 100644 --- a/src/pages/demo/plugins/mock/data/settingDTD.js +++ b/src/pages/demo/plugins/mock/data/settingDTD.js @@ -60,7 +60,7 @@ export default [ tel: '123-4567-8910', city: 'beijing', mail: '1711467488liyang@gmail.com', - github: 'https://github.com/FairyEver', + github: 'https://github.com/d2-projects', blog: 'http://www.fairyever.com/', creatDate: '2018-1-1', updateDate: '2018-1-2', diff --git a/src/plugin/open/index.js b/src/plugin/open/index.js index 1884ba99..c5b6a96b 100644 --- a/src/plugin/open/index.js +++ b/src/plugin/open/index.js @@ -1,7 +1,7 @@ export default { install (Vue, options) { // 打开一个url - Vue.prototype.$open = (url = 'https://github.com/FairyEver') => { + Vue.prototype.$open = (url = 'https://github.com/d2-projects') => { window.open(url) } } diff --git a/static/md/demo.md b/static/md/demo.md index 301b283d..c1917221 100644 --- a/static/md/demo.md +++ b/static/md/demo.md @@ -20,4 +20,4 @@ alert('Hello World') > 链接: https://pan.baidu.com/s/1ggFW21l 密码: 877y -[https://github.com/FairyEver](https://github.com/FairyEver) \ No newline at end of file +[https://github.com/d2-projects](https://github.com/d2-projects) \ No newline at end of file