From 14547a1ee27a6344c03033d938394976f5997879 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Thu, 5 Jul 2018 19:57:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 8447e372bec3bd6af1e124b3558d0258f014d2ba [formerly f099a3a90ae2f8cd025f4975bd8a84a9e29322e8] [formerly 8447e372bec3bd6af1e124b3558d0258f014d2ba [formerly f099a3a90ae2f8cd025f4975bd8a84a9e29322e8] [formerly 8447e372bec3bd6af1e124b3558d0258f014d2ba [formerly f099a3a90ae2f8cd025f4975bd8a84a9e29322e8] [formerly f099a3a90ae2f8cd025f4975bd8a84a9e29322e8 [formerly 2b4fc6aec9ea0da9bc56adb772253820139d662e [formerly c74727afce0e1975d441812309833a322edc9789]]]]] Former-commit-id: 645ec9f3cb942f2970b79ca64164896d01912833 Former-commit-id: 05b92038cb4704bb3e3c6863c62104a6faae2ae7 Former-commit-id: 2acf08ea411898c5e7141ec646fbde7eda688915 [formerly 1ea613d45073ea75d0f377993d528802c5448310] Former-commit-id: 257442224c45ce171ab3a45554df2f1ef2fb1f07 Former-commit-id: b5aacf2039b237ceb0579d181ba564cf1748f975 Former-commit-id: f0d4e84fa5104d76ecc4958858afc3f39da23f1e Former-commit-id: 8e4bdae5b04224017195be700a0dd4898df84572 Former-commit-id: 3b51b1c9ccc45d6d1885e4ca857c6bb2c5cbafcb --- src/components/demo/d2-demo-link-btn/index.vue | 2 +- src/pages/demo/components/markdown/md/doc.md | 2 +- src/pages/demo/plugins/mock/data/settingDTD.js | 2 +- src/plugin/open/index.js | 2 +- static/md/demo.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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