feat: 前端全量更新 - 含所有本次需求
- 移除秒合约页面及UI - 合约页Tab改为Position Held/Transaction Record - 存款/提款/转账页增加BTC/ETH - 资产页重构(用户信息+盈亏+多语言) - 注册页改版(匹配新设计稿) - 日文全面翻译+首页菜单多语言 - 代理专属注册链接支持(?code=) - 10个locale文件同步更新
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
let darkTheme = {
|
||||
theme: "dark",
|
||||
text: "#FFFFFF",
|
||||
bg: "#020202",
|
||||
fu_bg:'#1A1A1A',
|
||||
fu_text:'#B7B7B7',
|
||||
selectcolor:'color-white',
|
||||
selectbg:'bj-white',
|
||||
color:'color-B7B7B7',
|
||||
selectedIconPath0:'/static/tabs/home.png',
|
||||
selectedIconPath1:'/static/tabs/heyue.png',
|
||||
selectedIconPath2:'/static/tabs/jiaoyi.png',
|
||||
selectedIconPath3:'/static/tabs/lianghua.png',
|
||||
selectedIconPath4:'/static/tabs/zichan.png',
|
||||
selectedColor:'#FFFFFF',
|
||||
backgroundColor:'#020202',
|
||||
borderStyle:'white',
|
||||
imgs:'/static/imgs/black',
|
||||
assetbg:'#1A1A1A',
|
||||
}
|
||||
|
||||
let lightTheme = {
|
||||
theme: "light",
|
||||
text: "#020202",
|
||||
bg: "#FFFFFF",
|
||||
fu_bg:'#F2F2F2',
|
||||
fu_text:'#909090',
|
||||
selectcolor:'color-020202',
|
||||
selectbg:'bj-020202',
|
||||
color:'color-909090',
|
||||
selectedIconPath0:'/static/lighttabs/home_1.png',
|
||||
selectedIconPath1:'/static/lighttabs/hangqing_1.png',
|
||||
selectedIconPath2:'/static/lighttabs/heyue_1.png',
|
||||
selectedIconPath3:'/static/lighttabs/jiaoyi_1.png',
|
||||
selectedIconPath4:'/static/lighttabs/zichan_1.png',
|
||||
selectedColor:'#020202',
|
||||
backgroundColor:'#FFFFFF',
|
||||
borderStyle:'black',
|
||||
imgs:'/static/imgs/light',
|
||||
assetbg:'#020202',
|
||||
}
|
||||
|
||||
export {
|
||||
darkTheme,
|
||||
lightTheme
|
||||
}
|
||||
Reference in New Issue
Block a user