Merge "[BUG][R306][task-view-241][webui] add url filter"
diff --git a/lynq/R305/ap/app/zte_webui/i18n/Messages_zh-cn.properties b/lynq/R305/ap/app/zte_webui/i18n/Messages_zh-cn.properties
index d901fc7..2bf31a7 100755
--- a/lynq/R305/ap/app/zte_webui/i18n/Messages_zh-cn.properties
+++ b/lynq/R305/ap/app/zte_webui/i18n/Messages_zh-cn.properties
@@ -629,7 +629,7 @@
sleep_mode_30 = 30分钟
sleep_mode_60 = 1小时
sleep_mode_120 = 2小时
-wifi_sleep_note_info = 休眠时间:当在指定的时间内无 Wi-Fi 连接时,Wi-Fi 功能将会停用,系统会转入休眠模式以节省电量。
+wifi_sleep_note_info = 休眠时间:当在指定的时间内无 Wi-Fi 连接时,Wi-Fi 功能将会停用,系统会转入休眠模式/关机以节省电量。
wifi_sleep_confirm = 当前设置改变时将会重启wifi,是否继续?
#system security
diff --git a/lynq/R305/ap/app/zte_webui/js/ext/set_aic8800.js b/lynq/R305/ap/app/zte_webui/js/ext/set_aic8800.js
index 6383bf3..4ffe1da 100755
--- a/lynq/R305/ap/app/zte_webui/js/ext/set_aic8800.js
+++ b/lynq/R305/ap/app/zte_webui/js/ext/set_aic8800.js
@@ -1,16 +1,16 @@
define(function () {
var config = {
WEBUI_TITLE: 'Mobiletek 4G CPE',
- PRODUCT_TYPE: 'CPE', // ²úÆ·ÀàÐÍUFI¡¢CPE
- HAS_BLACK_AND_WHITE_FILTER: true, //ÊÇ·ñÖ§³ÖºÚ°×Ãûµ¥
+ PRODUCT_TYPE: 'CPE', // ²úÆ·ÀàÐÍUFI¡¢CPE
+ HAS_BLACK_AND_WHITE_FILTER: true, //ÊÇ·ñÖ§³ÖºÚ°×Ãûµ¥
AP_STATION_SUPPORT: true,
MAX_STATION_NUMBER: 8,
- STATION_BLOCK_SUPPORT: true, // ÒÑÁ¬½ÓÉ豸ÊÇ·ñÖ§³ÖBlock¹¦ÄÜ
- HAS_MULTI_SSID: true, //¶àssid¹¦ÄÜ
- WIFI_BANDWIDTH_SUPPORT_40MHZ: true, //Ƶ´ø¿í¶ÈÊÇ·ñÖ§³Ö40MHZ,reltekоƬ֧³Ö
+ STATION_BLOCK_SUPPORT: true, // ÒÑÁ¬½ÓÉ豸ÊÇ·ñÖ§³ÖBlock¹¦ÄÜ
+ HAS_MULTI_SSID: true, //¶àssid¹¦ÄÜ
+ WIFI_BANDWIDTH_SUPPORT_40MHZ: true, //Ƶ´ø¿í¶ÈÊÇ·ñÖ§³Ö40MHZ,reltekоƬ֧³Ö
WIFI_BANDWIDTH_SUPPORT: true,
WIFI_BAND_SUPPORT: true,
- SD_CARD_SUPPORT: false, //ÊÇ·ñÖ§³ÖSD¿¨
+ SD_CARD_SUPPORT: false, //ÊÇ·ñÖ§³ÖSD¿¨
DDNS_SUPPORT: false, //DDNS
NETWORK_UNLOCK_SUPPORT: true,
NETWORK_MODES : [ {
@@ -19,12 +19,13 @@
} ],
WIFI_SUPPORT_QR_CODE: false,
HAS_PHONEBOOK: true,
- HAS_BATTERY: true, //ÊÇ·ñÓÐµç³Ø
- FAST_BOOT_SUPPORT: true, //ÊÇ·ñÖ§³Ö¿ìËÙ¿ª»ú
- TURN_OFF_SUPPORT: true, //ÊÇ·ñÖ§³Ö¹Ø»ú
- WIFI_SLEEP_SUPPORT: true, // ÊÇ·ñÖ§³ÖwifiÐÝÃß
- HAS_USSD: true, // ÊÇ·ñÖ§³ÖUSSD
- //station¼ÓÃÜģʽ
+ HAS_BATTERY: true, //ÊÇ·ñÓÐµç³Ø
+ FAST_BOOT_SUPPORT: true, //ÊÇ·ñÖ§³Ö¿ìËÙ¿ª»ú
+ TURN_OFF_SUPPORT: true, //ÊÇ·ñÖ§³Ö¹Ø»ú
+ WIFI_SLEEP_SUPPORT: true, // ÊÇ·ñÖ§³ÖwifiÐÝÃß
+ HAS_USSD: true, // ÊÇ·ñÖ§³ÖUSSD
+ HAS_URL: true, // 是否支持URL过滤
+ //station¼ÓÃÜģʽ
AUTH_MODES_ALL: [{
name: 'NO ENCRYPTION',
value: 'OPEN'
diff --git a/lynq/R305/ap/app/zte_webui/pic/res_logo_web.png b/lynq/R305/ap/app/zte_webui/pic/res_logo_web.png
new file mode 100755
index 0000000..659b3d5
--- /dev/null
+++ b/lynq/R305/ap/app/zte_webui/pic/res_logo_web.png
Binary files differ