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
预览图:
UI 设计稿(Adobe XD):https://zingzeu-team.feishu.cn/file/boxcnGvPUU8ViL7qpcfaYF82Znc
创建 feature flag
创建 首页V2 代码的脚手架(scaffolding)
js/packages/miniapp/src/pages/index/index.tsx
js/packages/miniapp/src/pages/index/index-v2.tsx
Index
IndexV2
修改 CSS 和 markup
条件性地使用 首页V2
修改侧滑导航条的设计
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概述
预览图:
UI 设计稿(Adobe XD):https://zingzeu-team.feishu.cn/file/boxcnGvPUU8ViL7qpcfaYF82Znc
任务分解
创建 feature flag
创建 首页V2 代码的脚手架(scaffolding)
js/packages/miniapp/src/pages/index/index.tsx
复制一份到js/packages/miniapp/src/pages/index/index-v2.tsx
,并将新文件中的Index
React Component 重命名为IndexV2
修改 CSS 和 markup
条件性地使用 首页V2
js/packages/miniapp/src/pages/index/index.tsx
中,根据 feature flag 的值,条件性地返回IndexV2
修改侧滑导航条的设计
一些注意事项
The text was updated successfully, but these errors were encountered: