mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-15 04:26:36 +08:00
部分菜单实现中英文切换
This commit is contained in:
2
web/public/js/langs/base.js
Normal file
2
web/public/js/langs/base.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// generated by 'langs generate'
|
||||
window.LANG_MESSAGES_BASE = {"admin_dashboard@ui_dns":"DNS","admin_dashboard@ui_events":"事件","admin_dashboard@ui_overview":"概况","admin_dashboard@ui_user":"用户","admin_dashboard@ui_waf":"WAF"};
|
||||
5
web/public/js/langs/en-us.css
Normal file
5
web/public/js/langs/en-us.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.main-menu .menu .item {
|
||||
font-size: 0.9em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
/*# sourceMappingURL=en-us.css.map */
|
||||
1
web/public/js/langs/en-us.css.map
Normal file
1
web/public/js/langs/en-us.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["en-us.less"],"names":[],"mappings":"AAAA,UACC,MACC;EACC,gBAAA;EACA,gBAAA","file":"en-us.css"}
|
||||
2
web/public/js/langs/en-us.js
Normal file
2
web/public/js/langs/en-us.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// generated by 'langs generate'
|
||||
window.LANG_MESSAGES = {};
|
||||
8
web/public/js/langs/en-us.less
Normal file
8
web/public/js/langs/en-us.less
Normal file
@@ -0,0 +1,8 @@
|
||||
.main-menu {
|
||||
.menu {
|
||||
.item {
|
||||
font-size: 0.9em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
}
|
||||
}
|
||||
0
web/public/js/langs/zh-cn.css
Normal file
0
web/public/js/langs/zh-cn.css
Normal file
Reference in New Issue
Block a user