fix(ui): 修复主题切换功能,支持明暗主题动态切换
- 替换所有硬编码颜色为动态颜色 - 所有页面使用 Theme.of(context) 获取主题颜色 - 支持深色和浅色主题切换 - 修复 GlassPanel 和 NeonGlow 组件的主题适配 - 完善 lightMaterial ColorScheme 定义 - 测试主题切换功能正常 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
((a,b)=>{a[b]=a[b]||{}})(self,"$__dart_deferred_initializers__")
|
||||
$__dart_deferred_initializers__.current=function(a,b,c,$){var B,A={
|
||||
aYD(d,e,f){var y,x,w=null,v=new B.W(),u=new B.W()
|
||||
aYD(d,e,f){var y,x,w=null,v=new B.X(),u=new B.X()
|
||||
u=new A.WY(v,u)
|
||||
u.b3(d,w,e,w)
|
||||
u.b4(d,w,e,w)
|
||||
y=u.a
|
||||
x=v.r
|
||||
x.toString
|
||||
@@ -40,21 +40,21 @@ return y==null?this.a.a2(e):y},
|
||||
gaW(){var y=this,x=y.z
|
||||
if(x===$){if(y.w===$)y.w=y
|
||||
x=y.z=new A.aIJ()}return x},
|
||||
gaZ(){return this.r}}
|
||||
gb_(){return this.r}}
|
||||
A.aIJ.prototype={
|
||||
gb5(){return"\u0e95\u0eb1\u0e94"},
|
||||
gb4(){return"\u0e84\u0eb1\u0e94\u0ea5\u0ead\u0e81"},
|
||||
gb6(){return"\u0ea7\u0eb2\u0e87"},
|
||||
gb1(){return"\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94"}}
|
||||
gb6(){return"\u0e95\u0eb1\u0e94"},
|
||||
gb5(){return"\u0e84\u0eb1\u0e94\u0ea5\u0ead\u0e81"},
|
||||
gb7(){return"\u0ea7\u0eb2\u0e87"},
|
||||
gb2(){return"\u0ec0\u0ea5\u0eb7\u0ead\u0e81\u0e97\u0eb1\u0e87\u0edd\u0ebb\u0e94"}}
|
||||
A.a7B.prototype={}
|
||||
var z=a.updateTypes([])
|
||||
A.aMJ.prototype={
|
||||
$1(d){return A.bfz(this.a,d)},
|
||||
$S:2};(function inheritance(){var y=a.mixin,x=a.inherit
|
||||
x(A.a7B,B.U)
|
||||
x(A.a7B,B.V)
|
||||
x(A.WY,A.a7B)
|
||||
x(A.aIJ,B.aQ)
|
||||
x(A.aMJ,B.aL)
|
||||
y(A.a7B,B.aP)})()
|
||||
B.aV(b.typeUniverse,JSON.parse('{"WY":{"U":[]}}'))};
|
||||
(a=>{a["5H+IG6I/z0kVD38kaqaLEWzMz6A="]=a.current})($__dart_deferred_initializers__);
|
||||
x(A.aIJ,B.aR)
|
||||
x(A.aMJ,B.aN)
|
||||
y(A.a7B,B.aQ)})()
|
||||
B.aW(b.typeUniverse,JSON.parse('{"WY":{"V":[]}}'))};
|
||||
(a=>{a["AQ3r7yi7VxZDUe6L0tTg01l5TA8="]=a.current})($__dart_deferred_initializers__);
|
||||
Reference in New Issue
Block a user