diff --git a/d2-admin.babel b/d2-admin.babel new file mode 100644 index 00000000..537dd2cc --- /dev/null +++ b/d2-admin.babel @@ -0,0 +1,95 @@ + + + + vue-json + d2-admin.babel + + + + + + _name + false + + + + + + en-US + false + + + ja-JP + false + + + zh-CHS + false + + + zh-CHT + false + + + + + + false + + + en-US + + src/locales/en.json + + + ja-JP + + src/locales/ja.json + + + zh-CHS + + src/locales/zh-chs.json + + + zh-CHT + + src/locales/zh-cht.json + + + + + src/locales/en.json + + + src/locales/ja.json + + + src/locales/zh-chs.json + + + src/locales/zh-cht.json + + + + true + + $t('%1') + {{ $t('%1') }} + this.$t('%1') + + + zh-CHS + + tab + namespaced-json + + diff --git a/d2-admin.babel.REMOVED.git-id b/d2-admin.babel.REMOVED.git-id deleted file mode 100644 index ffa85441..00000000 --- a/d2-admin.babel.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -dc12e7a41dd2118aa502884a5a8799c47c5897e5 \ No newline at end of file diff --git a/src/layout/header-aside/components/header-fullscreen/index.vue b/src/layout/header-aside/components/header-fullscreen/index.vue index 7e93acf0..2fda4a5a 100644 --- a/src/layout/header-aside/components/header-fullscreen/index.vue +++ b/src/layout/header-aside/components/header-fullscreen/index.vue @@ -1,7 +1,7 @@ diff --git a/src/layout/header-aside/components/header-theme/index.vue b/src/layout/header-aside/components/header-theme/index.vue index 44509446..1b54686a 100644 --- a/src/layout/header-aside/components/header-theme/index.vue +++ b/src/layout/header-aside/components/header-theme/index.vue @@ -2,8 +2,8 @@
+ content="主题" + placement="bottom"> diff --git a/src/layout/header-aside/components/header-user/index.vue b/src/layout/header-aside/components/header-user/index.vue index 60971a0a..d9ffa972 100644 --- a/src/layout/header-aside/components/header-user/index.vue +++ b/src/layout/header-aside/components/header-user/index.vue @@ -1,10 +1,10 @@ diff --git a/src/views/system/index/components/d2-help/index.vue b/src/views/system/index/components/d2-help/index.vue index 5cbbb56c..947a7215 100644 --- a/src/views/system/index/components/d2-help/index.vue +++ b/src/views/system/index/components/d2-help/index.vue @@ -2,45 +2,45 @@
- {{ $t('views.system.index.help.button') }} + 需要帮助吗

- {{ $t('views.system.index.help.dialog.sub-title.doc') }} + 这里有一些参考资料

- {{ $t('views.system.index.help.dialog.link.text.doc') }} + 文档 - {{ $t('views.system.index.help.dialog.link.text.issues') }} + 历史提问 - {{ $t('views.system.index.help.dialog.link.text.new-issue') }} + 提交问题 -

{{ $t('views.system.index.help.dialog.sub-title.join') }}

+

询问其它使用者或作者

- {{ $t('views.system.index.help.dialog.join.qq.title') }}
- {{ $t('views.system.index.help.dialog.join.qq.sub-title') }} + 请使用手机 QQ 扫面上方二维码
+ 加入 2000 人用户大群共同交流
- {{ $t('views.system.index.help.dialog.join.we.title') }}
- {{ $t('views.system.index.help.dialog.join.we.sub-title') }} + 请使用手机微信扫面上方二维码
+ 添加作者微信好友,邀请加入微信群
diff --git a/src/views/system/index/components/d2-page-cover/index.vue b/src/views/system/index/components/d2-page-cover/index.vue index e8c2824b..1045ef35 100644 --- a/src/views/system/index/components/d2-page-cover/index.vue +++ b/src/views/system/index/components/d2-page-cover/index.vue @@ -3,15 +3,15 @@ -

{{ $t('views.system.index.cover.title') }} {{$version}}

-

{{ $t('views.system.index.cover.sub-title') }}

-

{{ $t('views.system.index.cover.build-time') }} {{$buildTime}}

+

D2 Admin {{$version}}

+

优雅的中后台集成方案

+

FINAL BUILD TIME {{$buildTime}}

+ alt="Fork me on GitHub">
@@ -33,22 +33,17 @@ margin: 0px; margin-bottom: 20px; font-weight: bold; - font-size: 16px; - line-height: 16px; color: $color-text-main; } .d2-page-cover__sub-title { margin: 0px; - margin-bottom: 10px; - font-size: 14px; - line-height: 14px; + margin-bottom: 5px; color: $color-text-normal; } .d2-page-cover__build-time { margin: 0px; margin-bottom: 10px; font-size: 12px; - line-height: 12px; color: $color-text-placehoder; } } diff --git a/src/views/system/index/page.vue b/src/views/system/index/page.vue index d8b31d0d..d72633ec 100644 --- a/src/views/system/index/page.vue +++ b/src/views/system/index/page.vue @@ -5,32 +5,32 @@