diff --git a/CHANGELOG.md b/CHANGELOG.md index 811062f..3f1d603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 🎉🎉🔥 `vue-prev-admin` 基于 vue2.x + webpack + element ui,适配手机、平板、pc 的后台开源免费模板库(vue3.x 请切换 master 分支) +## 1.1.0 + +`2022.06.12` + +- 🐞 优化 部分界面演示图片不出来问题 +- 🐞 修复 [vue-prev-admin 全屏模式下,滚动条无法滚到底 #I4S79C](https://gitee.com/lyt-top/vue-next-admin/issues/I4S79C),感谢[@qfvh](https://gitee.com/qfvh) + ## 1.0.9 `2021.12.22` diff --git a/README.md b/README.md index 2a5ae26..6c88e07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

vue @@ -38,7 +38,7 @@ #### ⚡ 使用说明 -建议使用 cnpm,因为 yarn 有时会报错。 +建议使用 cnpm,因为 yarn 有时会报错。`npm install` 安装报错的话,请使用 `cnpm`。 ```bash # 克隆项目 @@ -62,23 +62,33 @@ cnpm run build #### 💯 学习交流加 QQ 群 -- 若加群了没同意(一般不会超过一天),那就是群满了,请换一个群试试 -- 查看开发文档:vue-next-admin-doc +- 若加群了没同意(一般秒过),那就是群满了(500 人群),请换一个群试试。群会定期清理半年(6 个月)未发言的群友,资源有限,请谅解。建议勿加多群,可能会误伤! +- 查看开发文档、vue-next-admin 开发文档正在编写中... - 群号码: 1 群:665452019 2 群:766356862 + 3 群:795345435 - vue-next-admin 讨论群 + vue-next-admin 讨论群1 - vue-next-admin 讨论群 + vue-next-admin 讨论群2 + + + vue-next-admin 讨论群3 #### 💒 集成后端 - @熊猫 PandaGoAdmin -- @甜蜜蜜 GoPro 平台 +- @甜蜜蜜 GoPro 平台 +- @甜蜜蜜 NiuPi 平台 +- @游子 GFast-V3 +- @diygw.com gw-ui-php +- @zsvg vboot-net +- @zsvg vboot-java +- @青红造了个白 buildadmin #### ❤️ 鸣谢列表 @@ -101,8 +111,9 @@ cnpm run build 特别感谢群里老哥的建议、指导与帮忙,谢谢! - @省长 -- @唐参 +- @唐参 - @川歌 +- @华仔 #### 💌 支持作者 diff --git a/package.json b/package.json index a19a92e..da9b247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-prev-admin", - "version": "1.0.9", + "version": "1.1.0", "private": true, "description": "vue2 webpack admin template", "author": "lyt_20201208", diff --git a/src/i18n/lang/en.js b/src/i18n/lang/en.js index aaee931..14608f5 100644 --- a/src/i18n/lang/en.js +++ b/src/i18n/lang/en.js @@ -148,6 +148,7 @@ export default { sixColumns: 'Four', tipText: 'Click the button below to copy the layout configuration to `/src/store/modules/themeConfig.js` It has been modified in.', copyText: 'replication configuration', + resetText: 'restore default', copyTextSuccess: 'Copy succeeded!', copyTextError: 'Copy failed!', }, diff --git a/src/i18n/lang/zh-cn.js b/src/i18n/lang/zh-cn.js index 05b6818..febc794 100644 --- a/src/i18n/lang/zh-cn.js +++ b/src/i18n/lang/zh-cn.js @@ -148,6 +148,7 @@ export default { sixColumns: '分栏', tipText: '点击下方按钮,复制布局配置去 `src/store/modules/themeConfig.js` 中修改。', copyText: '一键复制配置', + resetText: '一键恢复默认', copyTextSuccess: '复制成功!', copyTextError: '复制失败!', }, diff --git a/src/i18n/lang/zh-tw.js b/src/i18n/lang/zh-tw.js index b36cae8..bcfef04 100644 --- a/src/i18n/lang/zh-tw.js +++ b/src/i18n/lang/zh-tw.js @@ -148,6 +148,7 @@ export default { sixColumns: '分欄', tipText: '點擊下方按鈕,複製佈局配寘去`src/store/modules/themeConfig.js`中修改。', copyText: '一鍵複製配寘', + resetText: '一鍵恢復默認', copyTextSuccess: '複製成功!', copyTextError: '複製失敗!', }, diff --git a/src/layout/component/aside.vue b/src/layout/component/aside.vue index b71cf61..6dc6eb8 100644 --- a/src/layout/component/aside.vue +++ b/src/layout/component/aside.vue @@ -1,14 +1,14 @@ - - - diff --git a/src/layout/navMenu/subItem.vue b/src/layout/navMenu/subItem.vue index aafdd6d..1dfe2e7 100644 --- a/src/layout/navMenu/subItem.vue +++ b/src/layout/navMenu/subItem.vue @@ -2,24 +2,26 @@

diff --git a/src/layout/navMenu/vertical.vue b/src/layout/navMenu/vertical.vue index 25089e6..aa18e62 100644 --- a/src/layout/navMenu/vertical.vue +++ b/src/layout/navMenu/vertical.vue @@ -15,15 +15,17 @@ - - - - - + diff --git a/src/views/error/401.vue b/src/views/error/401.vue index ab6acb3..ec3d88a 100644 --- a/src/views/error/401.vue +++ b/src/views/error/401.vue @@ -12,7 +12,9 @@
- +
diff --git a/src/views/error/404.vue b/src/views/error/404.vue index ff01027..9dbe212 100644 --- a/src/views/error/404.vue +++ b/src/views/error/404.vue @@ -12,7 +12,9 @@
- +