fix: fix android icon problem

This commit is contained in:
2025-06-08 12:47:10 +08:00
parent 7f2e43668a
commit 9872a9a5b0
78 changed files with 1035 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false