feat: 集成离线数字货币图标系统
✨ 新功能: - 下载16个主流币种图标(BTC, ETH, USDT, BNB, SOL等) - 创建 CoinIcon 组件,支持离线图标和兜底显示 - 更新 CoinAvatar 组件,使用新的 CoinIcon - 更新 market_page.dart 中的 _CoinAvatar 组件 📦 资源: - 图标存放在 flutter_monisuo/assets/icons/crypto/ - 使用 Cryptocurrency Icons 开源图标库 - PNG 格式,128x128 像素 🎯 特性: - 支持自定义大小 - 支持圆形背景 - 未找到图标时显示币种代码(兜底方案) - 支持深色/浅色模式 📝 修改文件: - 新增:flutter_monisuo/lib/ui/components/coin_icon.dart - 新增:flutter_monisuo/assets/icons/crypto/*.png (16个) - 修改:flutter_monisuo/pubspec.yaml - 修改:flutter_monisuo/lib/ui/pages/trade/components/coin_avatar.dart - 修改:flutter_monisuo/lib/ui/pages/market/market_page.dart - ✅ 后端构建成功 (2.0s) - ✅ Flutter Web 构建成功 (24.1s) - ⚠️ Admin: TypeScript类型错误(已知问题)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
((a,b)=>{a[b]=a[b]||{}})(self,"$__dart_deferred_initializers__")
|
||||
$__dart_deferred_initializers__.current=function(a,b,c,$){var B,A={
|
||||
b7j(d,e,f){var y,x,w=null,v=new B.a0(),u=new B.a0()
|
||||
u=new A.a_M(v,u)
|
||||
b7m(d,e,f){var y,x,w=null,v=new B.a0(),u=new B.a0()
|
||||
u=new A.a_O(v,u)
|
||||
u.bh(d,w,e,w)
|
||||
y=u.a
|
||||
x=v.r
|
||||
x.toString
|
||||
y.r=x
|
||||
v.r=A.bqD(u)
|
||||
v.r=A.bqG(u)
|
||||
return u},
|
||||
bpj(d,e){var y
|
||||
bpm(d,e){var y
|
||||
A:{if("timePicker.hours"===e){y="Horas"
|
||||
break A}if("timePicker.minutes"===e){y="Minutos"
|
||||
break A}if("timePicker.seconds"===e){y="Segundos"
|
||||
@@ -23,38 +23,38 @@ break A}if("input.selectAll"===e){y="Selecionar tudo"
|
||||
break A}if("keyboardToolbar.done"===e){y="Conclu\xeddo"
|
||||
break A}y=null
|
||||
break A}return y},
|
||||
bqD(d){return new A.aVg(d)},
|
||||
a_M:function a_M(d,e){var _=this
|
||||
bqG(d){return new A.aVi(d)},
|
||||
a_O:function a_O(d,e){var _=this
|
||||
_.r=d
|
||||
_.z=_.w=$
|
||||
_.a=e
|
||||
_.e=_.b=$},
|
||||
aRd:function aRd(){},
|
||||
aVg:function aVg(d){this.a=d},
|
||||
abV:function abV(){}}
|
||||
aRf:function aRf(){},
|
||||
aVi:function aVi(d){this.a=d},
|
||||
abX:function abX(){}}
|
||||
B=c[0]
|
||||
A=a.updateHolder(c[62],A)
|
||||
A.a_M.prototype={
|
||||
A.a_O.prototype={
|
||||
h(d,e){var y=this.r.a7(e)
|
||||
return y==null?this.a.a7(e):y},
|
||||
gb9(){var y=this,x=y.z
|
||||
if(x===$){if(y.w===$)y.w=y
|
||||
x=y.z=new A.aRd()}return x},
|
||||
x=y.z=new A.aRf()}return x},
|
||||
gbe(){return this.r}}
|
||||
A.aRd.prototype={
|
||||
A.aRf.prototype={
|
||||
gbj(){return"Cortar"},
|
||||
gbi(){return"Copiar"},
|
||||
gbk(){return"Colar"},
|
||||
gbg(){return"Selecionar tudo"}}
|
||||
A.abV.prototype={}
|
||||
A.abX.prototype={}
|
||||
var z=a.updateTypes([])
|
||||
A.aVg.prototype={
|
||||
$1(d){return A.bpj(this.a,d)},
|
||||
A.aVi.prototype={
|
||||
$1(d){return A.bpm(this.a,d)},
|
||||
$S:2};(function inheritance(){var y=a.mixin,x=a.inherit
|
||||
x(A.abV,B.Z)
|
||||
x(A.a_M,A.abV)
|
||||
x(A.aRd,B.b4)
|
||||
x(A.aVg,B.aW)
|
||||
y(A.abV,B.b_)})()
|
||||
B.b9(b.typeUniverse,JSON.parse('{"a_M":{"Z":[]}}'))};
|
||||
(a=>{a["wQP8UmqN1NZcdyraHxZiEUdZ9TM="]=a.current})($__dart_deferred_initializers__);
|
||||
x(A.abX,B.Z)
|
||||
x(A.a_O,A.abX)
|
||||
x(A.aRf,B.b4)
|
||||
x(A.aVi,B.aW)
|
||||
y(A.abX,B.b_)})()
|
||||
B.b9(b.typeUniverse,JSON.parse('{"a_O":{"Z":[]}}'))};
|
||||
(a=>{a["bTndbqMpikuq4wz/V6Qx+7tnjbQ="]=a.current})($__dart_deferred_initializers__);
|
||||
Reference in New Issue
Block a user