1. 新增分页数据处理hook和工具函数,实现分页状态统一管理 2. 替换所有页面的表格分页配置为标准current/page模式 3. 统一项目内字符串引号风格为双引号 4. 调整权限树面板样式和布局代码格式
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"printWidth": 390,
|
|
"eslintIntegration": true,
|
|
"bracketSpacing": true,
|
|
"stylelintIntegration": true
|
|
}
|