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

[sync] 2024/10/01 #1502

Merged
merged 1 commit into from
Oct 9, 2024
Merged

[sync] 2024/10/01 #1502

merged 1 commit into from
Oct 9, 2024

Conversation

AmosHuKe
Copy link
Member

@AmosHuKe AmosHuKe commented Oct 2, 2024

ref #374

  • 新增引导基础知识的文档 (src\content\get-started\fundamentals)
  • 将所有 codelabs.flutter-io.cn 替换至 codelabs.developers.google.cn (https://github.com/cfug/team/issues/56)
  • ......

@AmosHuKe AmosHuKe requested a review from a team as a code owner October 2, 2024 11:23
// .replace(/[^a-z0-9\s:._-]/g, '')
// flutter.cn - Avoid Chinese text removal
.replace(/[^\u4e00-\u9fa5a-z0-9\s:._-]/g, '')
.replace(/[^\p{L}\p{N}\s:._-]/gu, '')
Copy link
Member

Choose a reason for hiding this comment

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

这里不再需要了吗?

Copy link
Member Author

@AmosHuKe AmosHuKe Oct 9, 2024

Choose a reason for hiding this comment

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

是的,不需要了,之前给上游改了个更通用的,这次同步下来的~

@AmosHuKe AmosHuKe merged commit 962fcda into cfug:main Oct 9, 2024
7 checks passed
@AmosHuKe AmosHuKe deleted the sync-20241001 branch October 9, 2024 05:00
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.

2 participants