修改文档

master
ynmlzdwsp 11 months ago
parent 42af3736f6
commit 533d963f6e

@ -1,3 +1,4 @@
> 1%
last 2 versions
not dead

@ -3,3 +3,4 @@ indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

@ -14,3 +14,4 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
}

1
.gitignore vendored

@ -21,3 +21,4 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?

@ -199,3 +199,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

@ -12,3 +12,4 @@ module.exports = {
]
]
}

@ -4,3 +4,4 @@ module.exports = {
},
productionSourceMap: false
}

Loading…
Cancel
Save