Skip to content

Commit f629663

Browse files
committed
chore: update
1 parent 3683bd4 commit f629663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.zh_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- 将平台的大部分工具以及 hooks 都集中到[@pureadmin/utils](https://pure-admin-utils-docs.vercel.app/),并删除集中到这个库里的代码,减少平台体积
3030
- 添加[unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options)插件,页面可直接写 `defineOptions({name: 自定义名称})`
3131
- 添加项目文件、语言分析工具 [cloc](https://www.npmjs.com/package/cloc)
32-
- 添加登陆页国际化
32+
- 添加登录页国际化
3333
- 添加完整路由配置表类型声明
3434
- 添加虚拟列表页面 demo
3535
- 添加 `PDF` 预览页面 demo

src/style/sidebar.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
.screen-full,
230230
/* 国际化 */
231231
.globalization,
232-
/* 登陆名 */
232+
/* 登录名 */
233233
.el-dropdown-link,
234234
/* 设置 */
235235
.el-icon-setting {
@@ -592,7 +592,7 @@ body[layout="vertical"] {
592592
.screen-full,
593593
/* 国际化 */
594594
.globalization,
595-
/* 登陆名 */
595+
/* 登录名 */
596596
.el-dropdown-link,
597597
/* 设置 */
598598
.el-icon-setting {

0 commit comments

Comments
 (0)