Initial Commit

This commit is contained in:
Rajuahamedkst 2025-09-12 16:08:17 +08:00
commit 1d71a02738
237 changed files with 64293 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"cSpell.enabled": true,
"cSpell.ignorePaths": [
"**/*.wxml",
"**/*.wxss"
],
"git.ignoreLimitWarning": true
}