公告板
版本库
filestore
活动
搜索
登录
web
/
bulletin-board-style1
APS终端看板风格1
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 添加工艺列表接口,工艺详情弹窗未完成
songshankun
2023-11-02
19378c283f19ee0b023b3cd73fbdd331eed2fe17
[web/bulletin-board-style1.git]
/
.vscode
/
settings.json
1
2
3
4
5
6
7
8
9
{
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"eslint.alwaysShowStatus": true,
"editor.formatOnSave": true
// "vue.features.codeActions.enable": false
}