20200506_jeffrey - silenceuncrio/diary GitHub Wiki
0905
M330 - task - [0%] P1 - SATSON own web style and logo
1310
commit fe49a8b7aab60f771577e2bb3ae2017208b522d1
Refs: [release/v1.02], {origin/release/v1.02}
Author: jeffrey <[email protected]>
Date: Wed May 6 13:09:05 2020 +0800
customize web ui style and logo for profile satson
proscend/prosrc/www/Makefile | 2 +
.../app/images/lock_wifi_signal_0_in_content.png | Bin 0 -> 10841 bytes
.../app/images/lock_wifi_signal_1_in_content.png | Bin 0 -> 9649 bytes
.../app/images/lock_wifi_signal_2_in_content.png | Bin 0 -> 8512 bytes
.../app/images/lock_wifi_signal_3_in_content.png | Bin 0 -> 7720 bytes
.../app/images/lock_wifi_signal_4_in_content.png | Bin 0 -> 6155 bytes
.../www/brand_satson/app/images/signal-0.png | Bin 0 -> 10849 bytes
.../www/brand_satson/app/images/signal-1.png | Bin 0 -> 7738 bytes
.../www/brand_satson/app/images/signal-2.png | Bin 0 -> 7601 bytes
.../www/brand_satson/app/images/signal-3.png | Bin 0 -> 7354 bytes
.../www/brand_satson/app/images/signal-4.png | Bin 0 -> 6548 bytes
.../app/images/wifi_signal_0_in_banner.png | Bin 0 -> 7646 bytes
.../app/images/wifi_signal_0_in_content.png | Bin 0 -> 9593 bytes
.../app/images/wifi_signal_1_in_banner.png | Bin 0 -> 7607 bytes
.../app/images/wifi_signal_1_in_content.png | Bin 0 -> 10999 bytes
.../app/images/wifi_signal_2_in_banner.png | Bin 0 -> 7500 bytes
.../app/images/wifi_signal_2_in_content.png | Bin 0 -> 8344 bytes
.../app/images/wifi_signal_3_in_banner.png | Bin 0 -> 7402 bytes
.../app/images/wifi_signal_3_in_content.png | Bin 0 -> 7272 bytes
.../app/images/wifi_signal_4_in_banner.png | Bin 0 -> 6989 bytes
.../app/images/wifi_signal_4_in_content.png | Bin 0 -> 5562 bytes
proscend/prosrc/www/brand_satson/brand/custom.css | 92 +++++++++++++++++++++
proscend/prosrc/www/brand_satson/brand/top.png | Bin 0 -> 29959 bytes
.../prosrc/www/brand_satson/src/brand/top.html.src | 59 +++++++++++++
24 files changed, 153 insertions(+)
1310
M330 - issue - [0%] 0001024: setup wizard always fail
commit 659791f3157a7b2b7ab45a5ff87c0971b64bc4b8
Refs: [release/v1.02], {origin/release/v1.02}
Author: jeffrey <[email protected]>
Date: Wed May 6 13:26:12 2020 +0800
adjust the maxlength of Name(SSID) at 'WiFi > Config' from 33 to 32
- SSID with length 33 cause apply 500 internal error
proscend/prosrc/www/app/feature/wifi_apsta.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
1330
M330 - task - [70%] P1 - hidden page to translate language
目前 DQA 也可以幫忙修正繁體中文語系
我需要讓 使用者下載 繁體中文語系
修正後再上傳
json 格式可能會失敗
還要可以恢復成原本的語系檔
1635
commit de7c4399a72ce95f8bcddf37974ad9e6ba4079cc
Refs: [release/v1.02], {origin/release/v1.02}
Author: jeffrey <[email protected]>
Date: Wed May 6 16:32:34 2020 +0800
now our web langauges has:
- 中文(繁體) - locale-zh-tw.json
- English - locale-en.json
- français - locale-fr.json
- Dutch - locale-nl.json
- German - locale-de.json
- Spanish - locale-es.json
- Italian - locale-it.json
and we offer a secrete page - /translate_diy; user can use that page:
- download the language file
- translating
- upload the file
proscend/prosrc/webcgi/api.c | 4 +-
proscend/prosrc/webcgi/jweb.c | 4 +-
proscend/prosrc/webcgi/jweb.h | 2 +-
proscend/prosrc/webcgi/translate_diy.c | 257 +-
proscend/prosrc/www/Makefile | 2 +
proscend/prosrc/www/app/feature/translate_diy.html | 171 +-
proscend/prosrc/www/app/feature/translate_diy.js | 133 +-
proscend/prosrc/www/app/locale-de.json | 2442 ++++++++++++++++++++
proscend/prosrc/www/app/locale-diy-1.json | 7 -
proscend/prosrc/www/app/locale-diy-2.json | 7 -
proscend/prosrc/www/app/locale-en.json | 4 +
proscend/prosrc/www/app/locale-es.json | 2442 ++++++++++++++++++++
proscend/prosrc/www/app/locale-fr.json | 4 +
proscend/prosrc/www/app/locale-it.json | 2442 ++++++++++++++++++++
proscend/prosrc/www/app/locale-nl.json | 2442 ++++++++++++++++++++
proscend/prosrc/www/app/locale-zh-tw.json | 5 +-
proscend/prosrc/www/app/services/icos.service.js | 47 +-
.../prosrc/www/brand_advice/src/brand/top.html.src | 4 +
.../prosrc/www/brand_allnet/src/brand/top.html.src | 4 +
.../prosrc/www/brand_ctcu/src/brand/top.html.src | 4 +
.../prosrc/www/brand_hytec/src/brand/top.html.src | 4 +
.../www/brand_hytec_korea/src/brand/top.html.src | 4 +
.../www/brand_nobrand/src/brand/top.html.src | 4 +
.../www/brand_proscend/src/brand/top.html.src | 4 +
.../prosrc/www/brand_satson/src/brand/top.html.src | 4 +
25 files changed, 10296 insertions(+), 151 deletions(-)
1715
M330 - task - [0%] - P1 - CTCU - ICR全系列web banner 加入顯示設備型號
- profile = CTCU/0_CTCU
commit 89e37d6088c12f23504bc08005eac97cc15770e5
Refs: [release/v1.02], {origin/release/v1.02}
Author: jeffrey <[email protected]>
Date: Wed May 6 17:57:14 2020 +0800
display Model Name and model description at web banner for profile ctcu
proscend/prosrc/webcgi/status.c | 1 +
proscend/prosrc/www/app/app.controller.js | 1 +
proscend/prosrc/www/brand_ctcu/brand/custom.css | 4 ++++
proscend/prosrc/www/brand_ctcu/src/brand/top.html.src | 2 ++
4 files changed, 8 insertions(+)