2
0

feat: 普通用户静态路由定义

This commit is contained in:
TsMask
2024-12-03 11:45:58 +08:00
parent 3f4ffdf09f
commit cbd6ffb334
6 changed files with 106 additions and 406 deletions

View File

@@ -1,3 +1,12 @@
const viewEn: any = {
"view.endpoint": "endpoint",
"view.endpoint_access": "current",
"view.endpoint_records": "Historical",
"view.billing": "Billing",
"view.billing_histories": "Historical",
"view.set-meal": "Set Meal",
};
const local: any = {
system: {
title: 'WANFi Platform'
@@ -522,7 +531,8 @@ const local: any = {
expand: 'Expand Menu',
pin: 'Pin',
unpin: 'Unpin'
}
},
...viewEn
};
export default local;