Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Sep 7, 2022
1 parent 3683bd4 commit f629663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- 将平台的大部分工具以及 hooks 都集中到[@pureadmin/utils](https://pure-admin-utils-docs.vercel.app/),并删除集中到这个库里的代码,减少平台体积
- 添加[unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options)插件,页面可直接写 `defineOptions({name: 自定义名称})`
- 添加项目文件、语言分析工具 [cloc](https://www.npmjs.com/package/cloc)
- 添加登陆页国际化
- 添加登录页国际化
- 添加完整路由配置表类型声明
- 添加虚拟列表页面 demo
- 添加 `PDF` 预览页面 demo
Expand Down
4 changes: 2 additions & 2 deletions src/style/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
.screen-full,
/* 国际化 */
.globalization,
/* 登陆名 */
/* 登录名 */
.el-dropdown-link,
/* 设置 */
.el-icon-setting {
Expand Down Expand Up @@ -592,7 +592,7 @@ body[layout="vertical"] {
.screen-full,
/* 国际化 */
.globalization,
/* 登陆名 */
/* 登录名 */
.el-dropdown-link,
/* 设置 */
.el-icon-setting {
Expand Down

0 comments on commit f629663

Please sign in to comment.