Initial commit of akmon project

This commit is contained in:
2026-01-20 08:04:15 +08:00
commit 77a2bab985
1309 changed files with 343305 additions and 0 deletions

5
todo.md Normal file
View File

@@ -0,0 +1,5 @@
## Task Plan
1. Audit `pages/sense/healthble.uvue` styles for selectors/properties not allowed by uni-app-x Android (child combinators, pseudo selectors, unsupported units).
2. Refactor the stylesheet to use only class selectors and supported properties, introducing helper utility classes if needed for spacing.
3. Verify template bindings still render correctly after class adjustments and ensure small-screen layout remains scrollable without hidden sections.