some dashboard refactor (#2101)

This commit is contained in:
hubery
2020-12-03 20:20:48 +08:00
committed by GitHub
parent 0ab055e946
commit 1e846df870
33 changed files with 10494 additions and 10531 deletions

8
web/frps/.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"bracketSpacing": true,
"printWidth": 160,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
}