-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
feat: real dark #4356
feat: real dark #4356
Conversation
Deploy preview for angry-lumiere-4b8ba4 ready! Built with commit 074ad44 https://deploy-preview-4356--angry-lumiere-4b8ba4.netlify.com |
期待中,晚上干活白色特别刺眼。233 |
Deploy preview for ant-design-pro ready! Built with commit 8cb1a82 |
难产了么😂 |
{ | ||
key: 'volcano', | ||
theme: 'dark', | ||
fileName: 'dark-volcano.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
}, | ||
{ | ||
key: 'sunset', | ||
fileName: 'sunset.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
{ | ||
key: 'purple', | ||
theme: 'dark', | ||
fileName: 'dark-purple.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
}, | ||
{ | ||
key: 'dust', | ||
fileName: 'dust.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
{ | ||
key: 'cyan', | ||
theme: 'dark', | ||
fileName: 'dark-cyan.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
theme: [ | ||
{ | ||
key: 'dark', | ||
fileName: 'dark.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
}, | ||
{ | ||
key: 'geekblue', | ||
fileName: 'geekblue.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
{ | ||
key: 'dust', | ||
theme: 'dark', | ||
fileName: 'dark-dust.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
{ | ||
key: 'sunset', | ||
theme: 'dark', | ||
fileName: 'dark-sunset.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
{ | ||
key: 'volcano', | ||
theme: 'dark', | ||
fileName: 'dark-volcano.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
theme: [ | ||
{ | ||
key: 'dark', | ||
fileName: 'dark.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
{ | ||
key: 'green', | ||
theme: 'dark', | ||
fileName: 'dark-green.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
}, | ||
{ | ||
key: 'dust', | ||
fileName: 'dust.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
}, | ||
{ | ||
key: 'purple', | ||
fileName: 'purple.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
}, | ||
{ | ||
key: 'cyan', | ||
fileName: 'cyan.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
@@ -0,0 +1,115 @@ | |||
export default { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: Use of default exports is forbidden
}, | ||
{ | ||
key: 'volcano', | ||
fileName: 'volcano.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
{ | ||
key: 'geekblue', | ||
theme: 'dark', | ||
fileName: 'dark-geekblue.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
{ | ||
key: 'dust', | ||
theme: 'dark', | ||
fileName: 'dark-dust.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
}, | ||
{ | ||
key: 'green', | ||
fileName: 'green.css', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue found: The key 'fileName' is not sorted alphabetically
close #5131
close #4710