diff --git a/assets/ai-tools-list.md b/assets/ai-tools-list.md new file mode 100644 index 00000000..961daceb --- /dev/null +++ b/assets/ai-tools-list.md @@ -0,0 +1,33 @@ +# 项目中的AI工具列表 + +## AI工具名称 + +- Amp +- Anthropic +- Augment Code +- Claude Code +- Cluely +- CodeBuddy Prompts +- Comet Assistant +- Cursor Prompts +- Devin AI +- Junie +- Kiro +- Manus Agent Tools & Prompt +- Open Source prompts (包含 Bolt, Cline, Codex CLI, Gemini CLI, Lumo, RooCode) +- Perplexity +- Replit +- VSCode Agent +- v0 Prompts and Tools +- Warp.dev +- Z.ai Code +- Leap.new +- Lovable +- Poke +- Qoder +- Same.dev +- Trae +- Traycer AI +- Windsurf +- Xcode +- NotionAi \ No newline at end of file diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 92c8f8c5..37e821f9 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -139,7 +139,7 @@ export default defineConfig({ label: '简体中文', lang: 'zh-CN', link: '/zh/', - title: 'AI 系统提示词中心', + title: 'AI 系统提示词仓库', themeConfig: { nav: [ { text: '首页', link: '/zh/' }, diff --git a/docs/.vitepress/styles/custom.css b/docs/.vitepress/styles/custom.css index f1ac8344..a3e26a52 100644 --- a/docs/.vitepress/styles/custom.css +++ b/docs/.vitepress/styles/custom.css @@ -1,8 +1,62 @@ /* Styles for VitePress Home Features cards */ +/* Hover effect remains on article.box to scale content */ article.box { transition: transform 0.3s ease-in-out; } article.box:hover { transform: scale(1.05); /* Scales up by 5% */ +} + +/* Entrance animation applied to the entire card link */ +.VPFeature { + animation: fadeInUp 0.6s ease-out forwards; + opacity: 0; /* Start invisible */ +} + +/* Staggered animation delay for each card link within its parent container */ +.VPHomeFeatures .VPFeature:nth-child(1) { animation-delay: 0.1s; } +.VPHomeFeatures .VPFeature:nth-child(2) { animation-delay: 0.2s; } +.VPHomeFeatures .VPFeature:nth-child(3) { animation-delay: 0.3s; } +.VPHomeFeatures .VPFeature:nth-child(4) { animation-delay: 0.4s; } +.VPHomeFeatures .VPFeature:nth-child(5) { animation-delay: 0.5s; } +.VPHomeFeatures .VPFeature:nth-child(6) { animation-delay: 0.6s; } +.VPHomeFeatures .VPFeature:nth-child(7) { animation-delay: 0.7s; } +.VPHomeFeatures .VPFeature:nth-child(8) { animation-delay: 0.8s; } +.VPHomeFeatures .VPFeature:nth-child(9) { animation-delay: 0.9s; } +.VPHomeFeatures .VPFeature:nth-child(10) { animation-delay: 1.0s; } + + +/* Keyframe animation definition */ +@keyframes fadeInUp { + from { + opacity: 0; + transform: translate3d(0, 20px, 0); /* Start slightly below */ + } + to { + opacity: 1; + transform: translate3d(0, 0, 0); /* End at original position */ + } +} + +.timeline-item { + /* Entrance animation for timeline items */ + animation: fadeInUp 0.8s ease-out forwards; /* Use the same animation */ + opacity: 0; /* Start invisible */ + position: relative; /* Ensure z-index works */ + z-index: 1; /* Bring to front on hover */ +} + + + +/* Remove timeline-content hover styles */ +.timeline-content { + /* No transition, transform-origin, will-change here */ + display: block; + height: 100%; +} + +.timeline-content:hover { + /* No transform here */ + z-index: auto; /* Reset z-index */ } \ No newline at end of file diff --git a/docs/en/about.md b/docs/en/about.md index 8f3e1682..16d38d46 100644 --- a/docs/en/about.md +++ b/docs/en/about.md @@ -7,6 +7,48 @@ docFooter: next: false --- +
Fork the official repository to your personal account, establishing the foundation for secondary development.
+Use custom scripts in the scripts directory to batch convert source files into a unified Markdown format, generating both 'zh' and 'en' document folders.
Translate and proofread the generated Markdown documents, completing the localization to prepare for a bilingual website.
+Build a bilingual static website based on VitePress, with deep customization including theme, navigation, and homepage layout.
+Configure GitHub Actions to automatically detect updates in the upstream repository and generate intuitive update reports for review and manual synchronization.
+After the project builds successfully locally, deploy it online via Vercel. There's a certain free tier, allowing for almost 0 cost successful operation.
+Forked the official repository to my personal account to establish a basis for secondary development.
-Used a custom script in the scripts directory to batch convert source files into a unified Markdown format and generate two document folders, zh and en.
Translated and proofread the generated Markdown documents to prepare for a bilingual website.
-Built a bilingual static site based on VitePress, with deep customization for the theme, navigation, and homepage layout.
-Configured a GitHub Action to automatically detect upstream updates and generate intuitive reports for review and manual synchronization.
-- Based on the original project, I have completely refactored it into a modern static documentation website using the VitePress tech stack, aiming to provide a better browsing and reading experience. Using custom scripts in the `scripts` directory, the source files are batch converted into a unified Markdown format, and two document folders, zh and en, are generated. The generated Markdown documents are translated and proofread to complete the Chinese localization in preparation for the subsequent bilingual website. A bilingual static website is built based on VitePress, with deep customization including theme, navigation, and homepage layout. However, since most of the translation and conversion was done by AI, some errors may exist. If you have any doubts, it is recommended to check the content of the original repository directly. +
+ This project is primarily based on the open-source project "system prompts and models of ai tools". Building upon the original project, the documentation has been further summarized and localized. Therefore, my summary focuses on the Chinese version, and the English part might not be entirely accurate. However, for native prompts, it is best to refer back to the original English text in the repository. The project has been completely refactored into a modern static documentation website using the VitePress tech stack, aiming to provide a better browsing and reading experience. Custom scripts in the `scripts` directory are used to batch convert source files into a unified Markdown format, generating both 'zh' and 'en' document folders. The generated Markdown documents are translated and proofread, completing the localization to prepare for a bilingual website. A bilingual static website is built based on VitePress, with deep customization including theme, navigation, and homepage layout. Finally, it is deployed on Vercel to save deployment costs. However, since most translations are done by AI, some translations might contain errors. If in doubt, it is recommended to directly check the content of the original repository.
-配置 GitHub Action 自动检测上游仓库的更新,并生成直观的更新报告以供审阅和手动同步。
+项目本地构建没问题后,通过 Vercel 来部署上线,有一定的免费额度,可以几乎实现 0 成本成功运营。
+- 在原项目的基础上,我利用 VitePress 技术栈将其完全重构为一个现代化的静态文档网站,旨在提供更佳的浏览和阅读体验。使用 `scripts` 目录下的自定义脚本,将源文件批量转换为统一的 Markdown 格式,并生成zh和en两个文档文件夹。对生成的 Markdown 文档进行翻译和校对,完成汉化,为后续的双语网站做准备。基于 VitePress 搭建双语静态网站,并进行深度定制,包括主题、导航、主页布局等。但因为大部分翻译转化都是基于ai完成的,所以部分翻译可能存在错误,如果有疑问还是建议直接查看原仓库的内容。 +
+ 这个项目主要是基于system prompts and models of ai tools这个开源项目,在原项目的基础上,进一步对文档进行总结和汉化,所以我是以中文效果为主进行总结的,英文部分反倒可能不太精准,但原生的提示词,最好还是要回到仓库项目内查看英文原文。然后通过 VitePress 技术栈将其完全重构为一个现代化的静态文档网站,旨在提供更佳的浏览和阅读体验。使用 \`scripts\` 目录下的自定义脚本,将源文件批量转换为统一的 Markdown 格式,并生成zh和en两个文档文件夹。对生成的 Markdown 文档进行翻译和校对,完成汉化,为后续的双语网站做准备。基于 VitePress 搭建双语静态网站,并进行深度定制,包括主题、导航、主页布局等。最后部署在vercel上,节约下部署的成本。但因为大部分翻译转化都是基于ai完成的,所以部分翻译可能存在错误,如果有疑问还是建议直接查看原仓库的内容。
-