Преглед на файлове

fix: decode tab-wisdom PNG icons from base64 to binary

Both tab-wisdom.png and tab-wisdom-active.png were stored as
base64-encoded text instead of binary PNG data, causing the
wisdom (智) tab icon to not display in WeChat mini-program.

- tab-wisdom.png: 10989 bytes base64 text -> 8239 bytes binary PNG
- tab-wisdom-active.png: 8351 bytes base64 text -> 6261 bytes binary PNG

Note: active icon decoded from truncated base64 (missing ~0.75 bytes
of final scanline, imperceptible at 50x50)
liaoxg преди 1 месец
родител
ревизия
de53cda4be
променени са 2 файла, в които са добавени 0 реда и са изтрити 0 реда
  1. BIN
      cfc-frontend/static/tab-wisdom-active.png
  2. BIN
      cfc-frontend/static/tab-wisdom.png

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


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