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

fix: improve the errors display #214

Merged
merged 1 commit into from
Feb 6, 2025
Merged

fix: improve the errors display #214

merged 1 commit into from
Feb 6, 2025

Conversation

MrWindlike
Copy link
Collaborator

@MrWindlike MrWindlike commented Jan 23, 2025

优化删除和表单的错误展示;修复资源类型文案展示

image

image

@@ -9,6 +9,6 @@ export function isFirstLetterEnglish(str: string) {
return /^[a-zA-Z]/.test(str);
}

export function addSpaceBeforeLetter(str: string) {
Copy link
Collaborator Author

@MrWindlike MrWindlike Jan 23, 2025

Choose a reason for hiding this comment

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

中文语境下资源类型名称仍然保持首字母大写,否则处理为小写

image

@MrWindlike MrWindlike requested a review from tanbowensg January 23, 2025 05:47
@tanbowensg tanbowensg merged commit c299ac5 into main Feb 6, 2025
1 check passed
@tanbowensg tanbowensg deleted the feat/delete-modal branch February 6, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants