Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/zh-cn/community-resources/content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import Badge from '~/components/Badge.astro';
### 认证
- [使用 Lucia 添加 Github OAuth](https://lucia-auth.com/tutorials/github-oauth/astro)
- [使用 Lucia 添加用户名和密码认证](https://lucia-auth.com/tutorials/username-and-password/astro)
- [在 Astro 中使用 Clerk 和 React 进行用户认证](https://www.launchfa.st/blog/react-astro-clerk)
### 摘要
- [在导入图片时使用动态文件名](https://vaihe.com/blog/astro/astro-dynamic-image-prop/)
- [使用 Storyblok 的故事为 Astro 添加 RSS 摘要](https://straffesites.com/en/blog/rss-feed-astro-storyblok)
Expand All @@ -77,6 +78,9 @@ import Badge from '~/components/Badge.astro';
- [使用 Pagefind 为你的网站添加搜索功能](https://blog.otterlord.dev/posts/astro-search/)
- [使用 Fuse.js 为你的网站添加搜索功能](https://www.youtube.com/watch?v=XnV_2MWqAhQ)
- [使用 Giscus 为你的 Astro 博客添加评论区](https://elazizi.com/posts/add-comments-section-to-your-astro-blog/)
### 动画
- [在 Astro 中使用 GreenSock 动画平台(GSAP)](https://www.launchfa.st/blog/gsap-astro)
- [在 Astro 中结合视图转换使用 GreenSock 动画平台(GSAP)](https://www.launchfa.st/blog/gsap-astro-view-transitions)
### 国际化和本地化
- [使用 Crowdin 为你的 Astro 网站实现多语言支持:Astro 本地化指南](https://crowdin.com/blog/2023/06/21/astro-localization-and-i18n)
- [翻译 Astro 路由以适应内容集合和子页面](https://www.webdesign-sopelnik.de/en/blog/translate-routes-for-astro-content-collections-or-subpages-with-trailingslash-and-base-support/)
Expand Down