小程序可以加载账单

This commit is contained in:
2024-04-29 17:28:31 +08:00
parent 9065c2dda3
commit f1185057b8
37 changed files with 8813 additions and 1347 deletions

12
.editorconfig Normal file
View File

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