Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/(tabs)/function.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
},
{
Expand Down
1 change: 1 addition & 0 deletions lib/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
"library": "Library",
"card": "Campus Card",
"elec": "Electricity",
"netPay": "Network Payment",
"campusNews": "Campus News"
},
"openUrl": "Open URL",
Expand Down
1 change: 1 addition & 0 deletions lib/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
"library": "图书馆管家",
"card": "智寻卡片",
"elec": "电费查询",
"netPay": "网络缴费",
"campusNews": "校园公告"
},
"openUrl": "打开网页",
Expand Down
Loading