feat: 1.0 viewer

This commit is contained in:
丁锐
2021-12-01 12:08:03 +08:00
commit c6805f2dac
32 changed files with 9109 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"htmlWhitespaceSensitivity": "ignore",
"trailingComma": "es5"
}