diff --git a/app/(tabs)/function.tsx b/app/(tabs)/function.tsx index 6c0b600..5a249ef 100644 --- a/app/(tabs)/function.tsx +++ b/app/(tabs)/function.tsx @@ -97,6 +97,13 @@ const SECTIONS: Section[] = [ uri: "https://zhlgd.whut.edu.cn/tpass/login?service=http://nyyzf.whut.edu.cn/MobileWebOnlineHall/#/", lan: false, }, + { + icon: "wifi-outline", + labelKey: "fn.app.netPay", + color: "#2563eb", + uri: "https://zhlgd.whut.edu.cn/tpass/login?service=http://cwsf.whut.edu.cn/netdetails515N023", + lan: false, + }, ], }, { diff --git a/lib/i18n/locales/en.json b/lib/i18n/locales/en.json index 96a176e..ccf47f4 100644 --- a/lib/i18n/locales/en.json +++ b/lib/i18n/locales/en.json @@ -205,6 +205,7 @@ "library": "Library", "card": "Campus Card", "elec": "Electricity", + "netPay": "Network Payment", "campusNews": "Campus News" }, "openUrl": "Open URL", diff --git a/lib/i18n/locales/zh.json b/lib/i18n/locales/zh.json index 47f5632..e5b1e17 100644 --- a/lib/i18n/locales/zh.json +++ b/lib/i18n/locales/zh.json @@ -205,6 +205,7 @@ "library": "图书馆管家", "card": "智寻卡片", "elec": "电费查询", + "netPay": "网络缴费", "campusNews": "校园公告" }, "openUrl": "打开网页",