From 2dc81d2f54ea197c7f13dcc3003543e282e1a512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?CN32479-=E8=A9=B9=E7=BA=A2=E6=9F=B1?= <1337608148@qq.com> Date: Sat, 22 Apr 2023 23:28:17 +0800 Subject: [PATCH] no message --- .browserslistrc | 2 +- .editorconfig | 2 +- .eslintrc.js | 4 +--- .gitignore | 1 - LICENSE | 1 - README.md | 2 +- vue.config.js | 2 +- 7 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.browserslistrc b/.browserslistrc index 59cf4dd..630d5e0 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,3 +1,3 @@ > 1% last 2 versions -not dead \ No newline at end of file +not dead \ No newline at end of file diff --git a/.editorconfig b/.editorconfig index c58a670..1462337 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -[*.{js,jsx,ts,tsx,vue}] +[*.{js,jsx,ts,tsx,vue}] indent_style = space indent_size = 2 trim_trailing_whitespace = true diff --git a/.eslintrc.js b/.eslintrc.js index 9a87784..06e809d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,8 +1,6 @@ module.exports = { root: true, - env: { - node: true - }, + env: { node: true }, extends: [ 'plugin:vue/vue3-essential', '@vue/standard' diff --git a/.gitignore b/.gitignore index e14ad86..a02b9ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .DS_Store node_modules sitespeed-result - # local env files .env.local .env.*.local diff --git a/LICENSE b/LICENSE index c4d250b..d9570f0 100644 --- a/LICENSE +++ b/LICENSE @@ -9,7 +9,6 @@ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, diff --git a/README.md b/README.md index e84abf5..dfcffdd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ theme: v-green ![红隼-kestrel](https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/ace153ff51d04a4da78f3616c08c58c0~tplv-k3u1fbpfcp-zoom-1.image) -但是听起来都不够响亮。后来 皮皮 同学,帮我想了一个食肉的,有点凶猛的又有点呆萌的鸟类的名字,红隼【英文翻译:kestrel】,点个赞。于是就有了这个名字啦,但是听起来也是不错的。于是开发计划开始啦。 +但是听起来都不够响亮。后来想了一个食肉的,有点凶猛的又有点呆萌的鸟类的名字,红隼【英文翻译:kestrel】,点个赞。于是就有了这个名字啦,但是听起来也是不错的。于是开发计划开始啦。 ## 数据来源([印象中文](https://docschina.org/)) diff --git a/vue.config.js b/vue.config.js index 828de33..6f7cbb1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,4 +12,4 @@ module.exports = { } } } -} \ No newline at end of file +}