//// light_dark_demo.swift// bill2//// Created by 朱洪苇 on 2023/8/10.//importSwiftUIstruct light_dark_demo:View{var body:someView{ZStack{Rectangle().foregroundColor(Color("demo_bgcolor"))RoundedRectangle(cornerRadius:23, style:.continuous).foregroundColor(Color("demo_card_bgcolor")).frame(width:230, height:80)Text("Hello hongweizhu.com").foregroundColor(Color("demo_text_color"))}.ignoresSafeArea()}}struct light_dark_demo_Previews:PreviewProvider{staticvar previews:someView{light_dark_demo()}}
4. Preview
5. 找到合适的颜色
通过截屏微信 Light Dark 模式,吸取颜色值
https://developer.apple.com/tutorials/swiftui-concepts/layering-content 模仿 Apple,网页底部可切换 Light Dark
Markets and Markets的一项研究显示,全球DevOps的市场规模从2017年的29亿美元增加到2023年的103.1亿美元,预测期的年复合增长率(CAGR)为24.7%。人们对DevOps越来越感兴趣,因为DevOps不仅能够压缩软件的交付周期,还能提高交付的速度…