add D2 Crud info

Former-commit-id: ead1348db2651f11a331f48e870961a14360a884 [formerly ead1348db2651f11a331f48e870961a14360a884 [formerly ead1348db2651f11a331f48e870961a14360a884 [formerly ead1348db2651f11a331f48e870961a14360a884 [formerly b8180d6ee3f3cc3726c25451dd1737c72cd4ad1a [formerly 08b11909e88e5ca725d6f41af1ff2ce3f5a925dd]]]]]
Former-commit-id: 18247f7798c460ca5fc0ebb2559262ae5431c689
Former-commit-id: 8d9d538b4f5c139ac9a30e588c7fa73ce4a7e677
Former-commit-id: 4e41e26a6e8b127220e4071cb183c25f5d4fdc21 [formerly 1ce451652e5610d96ac2619f0443ffe0cdd66ab3]
Former-commit-id: 22b8f3a26e7064ab0e543ed0bba5ab3dfdccde28
Former-commit-id: 92b1098043ee7f7ca473ad303bbdb6ce7469381d
Former-commit-id: c4598414288881dc4d0fff90179938eb284255d9
Former-commit-id: 3f33229581218219d5ddb26222e363d8cc634609
Former-commit-id: 8f4c36d9027b822de1e2eb77ea88678cee8f92b1
This commit is contained in:
liyang
2019-01-19 16:22:16 +08:00
parent f94749c7f7
commit 98965b3cfb

View File

@@ -9,8 +9,9 @@ export default {
*/
versionShow () {
util.log.capsule('D2Admin', `v${process.env.VUE_APP_VERSION}`)
console.log('Github https://github.com/d2-projects/d2-admin')
console.log('Doc https://doc.d2admin.fairyever.com/zh/')
console.log('D2 Admin https://github.com/d2-projects/d2-admin')
console.log('D2 Crud https://github.com/d2-projects/d2-crud')
console.log('Document https://doc.d2admin.fairyever.com/zh/')
console.log('请不要吝啬您的 star谢谢 ~')
}
}