feat: add system service (#2083)

* feat: add system service

* chore: update
This commit is contained in:
boojack
2023-08-05 21:30:23 +08:00
committed by GitHub
parent 270a529948
commit 238f896907
25 changed files with 940 additions and 71 deletions

8
web/.prettierrc.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
printWidth: 140,
useTabs: false,
semi: true,
singleQuote: false,
plugins: [require.resolve("@trivago/prettier-plugin-sort-imports")],
importOrder: ["<BUILTIN_MODULES>", "<THIRD_PARTY_MODULES>", "^@/((?!less).+)", "^[./]", "^(.+).less"],
};