Skip to content
New issue

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

refactor(Shell): Upgrade tests and docs, convert to TypeScript #4927

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

luolin-ck
Copy link
Collaborator

shell新增功能如下:
1.TS化;
2.文档优化;
3.测试工具升级,用例优化;

close #4607

@@ -110,27 +141,27 @@ export default function ShellBase(props) {
}

if (this.navigationFixed) {
const style = {};
const style: { marginLeft?: CSSProperties['marginLeft'] } = {};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

应该 style 自己就是 CSSProperties,其他地方同

@eternalsky eternalsky merged commit 8a5b18f into alibaba-fusion:next Oct 9, 2024
4 checks passed
@eternalsky eternalsky deleted the fix-issue-4607 branch October 9, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

【Technical upgrade】Shell
2 participants