使用 taro 重写

This commit is contained in:
Sense T
2025-02-12 13:55:57 +08:00
parent cdb933b449
commit 585241e85e
56 changed files with 15353 additions and 344 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false