Vanessa 2023-02-11 23:42:51 +08:00
parent 3e813e71ec
commit 9107b6dba8
3 changed files with 978 additions and 976 deletions

View File

@ -1,6 +1,5 @@
build
dist
electron
node_modules
public
src/asset/pdf

View File

@ -12,6 +12,7 @@ module.exports = {
rules: {
semi: [2, "always"],
quotes: [2, "double", {"avoidEscape": true}],
"no-async-promise-executor": "off",
"no-prototype-builtins": "off",
"no-useless-escape": "off",
"no-irregular-whitespace": "off",

File diff suppressed because it is too large Load Diff