We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
根据用户的需求,微精弘需要实现主题色的高度定制化(icon,背景图等等)
这些资源如果存在本地静态文件,限定主题色的权限管理会十分棘手
同样会导致打包后的体积超过2MB,超出了小程序的打包体积上限
本次改动需要进行前后端联调,主题色相关接口需要改动.计划将主题色控制和主题色配置交给后端处理
src/pages/lab
src/store/service/theme.ts
background-{position,image,color}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
方案介绍
背景
根据用户的需求,微精弘需要实现主题色的高度定制化(icon,背景图等等)
这些资源如果存在本地静态文件,限定主题色的权限管理会十分棘手
同样会导致打包后的体积超过2MB,超出了小程序的打包体积上限
价值
本次改动需要进行前后端联调,主题色相关接口需要改动.计划将主题色控制和主题色配置交给后端处理
影响的模块
src/pages/lab
中src/store/service/theme.ts
中方案设计
对比原主题的改动
背景方案
background-{position,image,color}
Icon 方案
TODO
双方对设计资源的实用订一套规则,并遵守规则
The text was updated successfully, but these errors were encountered: