File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- 将平台的大部分工具以及 hooks 都集中到[ @pureadmin/utils ] ( https://pure-admin-utils-docs.vercel.app/ ) ,并删除集中到这个库里的代码,减少平台体积
30
30
- 添加[ unplugin-vue-define-options] ( https://www.npmjs.com/package/unplugin-vue-define-options ) 插件,页面可直接写 ` defineOptions({name: 自定义名称}) `
31
31
- 添加项目文件、语言分析工具 [ cloc] ( https://www.npmjs.com/package/cloc )
32
- - 添加登陆页国际化
32
+ - 添加登录页国际化
33
33
- 添加完整路由配置表类型声明
34
34
- 添加虚拟列表页面 demo
35
35
- 添加 ` PDF ` 预览页面 demo
Original file line number Diff line number Diff line change 229
229
.screen-full ,
230
230
/* 国际化 */
231
231
.globalization ,
232
- /* 登陆名 */
232
+ /* 登录名 */
233
233
.el-dropdown-link ,
234
234
/* 设置 */
235
235
.el-icon-setting {
@@ -592,7 +592,7 @@ body[layout="vertical"] {
592
592
.screen-full ,
593
593
/* 国际化 */
594
594
.globalization ,
595
- /* 登陆名 */
595
+ /* 登录名 */
596
596
.el-dropdown-link ,
597
597
/* 设置 */
598
598
.el-icon-setting {
You can’t perform that action at this time.
0 commit comments