Quellcode durchsuchen

feat(frontend): redesign tab bar icons in wuxing sandbox style

- Replace all 5 tab bar icons with element-symbol shapes matching
  the energy sandbox (wuxing-sandbox) visual language:
  行(wood/leaf) 身(earth/mountain) 智(metal/diamond) 心(fire/flame) 富(water/drop)
- Use dimension colors from the sandbox palette for active state,
  gray for inactive state
- Remove old tab-home icons (replaced by tab-action)
- Update pages.json to reference new tab-action filenames
liaoxg vor 1 Monat
Ursprung
Commit
6511e14a00

+ 2 - 2
cfc-frontend/pages.json

@@ -1315,8 +1315,8 @@
       {
         "pagePath": "pages/index/index",
         "text": "行",
-        "iconPath": "static/tab-home.png",
-        "selectedIconPath": "static/tab-home-active.png"
+        "iconPath": "static/tab-action.png",
+        "selectedIconPath": "static/tab-action-active.png"
       },
       {
         "pagePath": "pages/mind/index",

BIN
cfc-frontend/static/tab-action-active.png


BIN
cfc-frontend/static/tab-action.png


BIN
cfc-frontend/static/tab-body-active.png


BIN
cfc-frontend/static/tab-body.png


BIN
cfc-frontend/static/tab-home-active.png


BIN
cfc-frontend/static/tab-home.png


BIN
cfc-frontend/static/tab-mind-active.png


BIN
cfc-frontend/static/tab-mind.png


BIN
cfc-frontend/static/tab-wealth-active.png


BIN
cfc-frontend/static/tab-wealth.png


BIN
cfc-frontend/static/tab-wisdom-active.png


BIN
cfc-frontend/static/tab-wisdom.png