Commit Graph

355 Commits

Author SHA1 Message Date
sanbuphy 5c26af2790 docs(zh-cn): add advanced tip for CLI tools in AI IDE introduction 2026-02-10 18:35:26 +08:00
sanbuphy 8a7eda8014 refactor(docs): reorganize file structure and update content
fix(docs): correct links and paths in multiple files
style(docs): adjust formatting and alignment in README files
docs: update content in multiple markdown files
2026-02-10 17:23:27 +08:00
sanbuphy d166dc5b12 docs: update Coze platform links and descriptions
Update Coze platform URLs from coze.com to coze.cn and enhance the description with more details about its capabilities and integrations
2026-02-10 11:40:01 +08:00
Sanbu 6bfd61355a Merge pull request #28 from GeoDaoyu/fix/moonshot-link
docs: update moonshot api url
2026-02-10 10:15:58 +08:00
sanbuphy 167e3e60c8 docs: 更新 AI 编程工具推荐列表,修复链接格式 2026-02-10 03:18:46 +08:00
sanbuphy 12102a2bac docs: update cli ai coding tools documentation 2026-02-09 16:39:53 +08:00
GeoDaoyu 1755489aaa docs: update moonshot api url 2026-02-09 16:26:35 +08:00
sanbuphy 7d0e798672 docs(consumer-scenarios): add AI consumer scenarios inspiration guide
Add comprehensive guide for AI applications in consumer scenarios with 16 categories and 80+ inspiration ideas. Focus on creating emotional connections and atmosphere rather than just functionality.

Includes interactive selection tool to help users find relevant scenarios based on desired vibe and current feeling. Each scenario provides detailed atmosphere creation tips and psychological cues.

Also covers core design principles for C-end products, shifting from functional thinking to emotional experience design.
2026-02-09 16:10:17 +08:00
sanbuphy a5d3bf2124 feat: 添加 C 端消费场景文档,更新 B 端文档标题和 sidebar 配置 2026-02-09 02:03:47 +08:00
sanbuphy d19b0eaca9 docs: update zh-cn course content structure and examples
- restructure "finding great idea" section into step-by-step SOP format
- add IDE introduction preview hint in AI IDE section
- enhance case studies with more detailed analysis
- add validation checklist for product ideas
2026-02-09 01:06:44 +08:00
sanbuphy 5f4236a23d docs: update article titles and improve content for clarity and engagement
refactor(config.mjs): update sidebar text for better user understanding
docs(1.0-finding-great-idea): restructure content to focus on user willingness to pay
docs(1.2-building-prototype): enhance content with practical guidance and AI coding tips
docs(1.3-integrating-ai-capabilities): improve introduction to emphasize real-world value
docs(appendix-b-common-errors): completely restructure as debugging guide with AI assistance
docs(example0-1): simplify title for AI coding tools comparison
docs(example0-2): shorten title for building website with AI agents
docs(extra6): expand deployment guide with multiple platform comparisons
docs(extra7): update AI coding tools configuration with additional providers
2026-02-08 22:56:22 +08:00
sanbuphy a21f0c5376 feat: 新增找到好点子章节,包含投资机构案例分析、需求类型详解、AI对话实战 2026-02-08 14:55:00 +08:00
sanbuphy fd685f3034 update: learning map 2026-02-08 13:16:55 +08:00
sanbuphy 30ad0e353f docs: update learning materials with more accessible language
update tutorial content and feature descriptions to use more approachable language and concrete examples. simplify technical jargon to make the learning path clearer for non-technical users. focus on practical outcomes rather than theoretical concepts.
2026-02-08 13:03:15 +08:00
sanbuphy e15bac802d docs: improve content formatting and structure
- add bold text support in ChapterIntroduction component
- enhance text emphasis in multiple markdown files
- restructure sidebar and navigation for better organization
- simplify learning map content for clarity
2026-02-08 12:38:47 +08:00
sanbuphy 399bd0186b docs: update introduction for AI capabilities through games section
Clarify the target audience and learning approach for beginners. Emphasize the hands-on experience with AI-assisted programming and the creative process.
2026-02-08 02:51:34 +08:00
sanbuphy 959d7a938b docs: update zh-cn course content for clarity and practicality
- Rewrite chapter introductions to be more conversational and focused on real-world application
- Add detailed explanations of business thinking and user pain points
- Include practical examples and step-by-step guidance for AI-assisted development
- Structure content with clear sections and visual cues for better readability
2026-02-08 02:46:26 +08:00
sanbuphy 2fef9d052b docs: improve documentation content and styling
- add centered image styling in CSS
- enhance introduction section with practical tips
- expand AI capabilities explanation with new paradigm details
- improve prototype building section with business insights
2026-02-08 01:27:05 +08:00
sanbuphy be0ac668be docs: update AI communication guidelines in learning map
Clarify when to use screenshots vs copy-paste with AI, specifying which AIs support image input. Add warning about AI capabilities requirement for screenshot communication.
2026-02-07 18:04:55 +08:00
sanbuphy d87b19d257 docs: rewrite browser rendering and framework explanation
The content was restructured to provide clearer explanations about how browsers process HTML/CSS/JS and the evolution from basic web technologies to modern frameworks. The new version uses simpler language and better organization to help beginners understand these concepts, particularly in the context of AI-assisted coding.
2026-02-07 17:52:01 +08:00
sanbuphy 06fe6797f2 docs: fix quotation marks and add image input support table
Update Chinese documentation to use consistent quotation mark style and add a table clarifying which AI models support image input. The changes improve readability and provide important practical information for users working with different AI models.
2026-02-07 17:42:13 +08:00
sanbuphy e003547544 docs(zh-cn): improve frontend concepts section with visual elements
restr
2026-02-07 17:24:47 +08:00
sanbuphy 74ad9bce88 docs: update hero taglines in multiple language versions
Update the typing taglines in all language versions to provide more engaging and descriptive messaging about the AI coding experience. The new taglines better convey the benefits of using AI for programming.
2026-02-07 16:15:52 +08:00
sanbuphy 36d77998a0 feat(ReadingProgress): add drag-to-scroll functionality
implement drag interaction to adjust reading progress by dragging the progress indicator
add visual feedback during dragging and cleanup event listeners
2026-02-07 10:15:20 +08:00
sanbuphy c3fc76a32f fix: outline 侧边栏指示标自动滚动跟随 2026-02-07 09:34:09 +08:00
sanbuphy 03c63c7015 feat(docs): add interactive industry scenario selector with vue components
Implement a dynamic industry scenario selector that recommends relevant applications based on user's interests and purposes. The feature includes:
- Vue components for interest and purpose selection
- Topic pool with categorized industry scenarios
- Recommendation algorithm based on user selections
- Smooth scrolling to relevant sections
- Responsive UI with Element Plus components
2026-02-07 00:40:57 +08:00
Sanbu 8e4e0d7c71 Merge pull request #26 from FuTseYi/main
feat(components): add reading progress indicator component
2026-02-07 00:02:42 +08:00
FuTseYi bee3b7f9e7 feat(theme): add reading progress indicator component 2026-02-06 22:28:37 +08:00
sanbuphy f388bb6969 fix(vitepress): 构建阶段避免限流演示定时器常驻
原因:RateLimitingDemo 在脚本顶层直接启动 setInterval,SSR 构建时也会执行,导致 Node 事件循环一直有活跃句柄,构建进程无法退出。

解决:将定时器移动到 onMounted,仅在浏览器端启动,并在 onUnmounted 中清理,避免构建阶段创建常驻任务。

结果:构建流程可正常结束,不再卡住。
2026-02-06 14:45:39 +08:00
sanbuphy fe76383a29 fix: 修复 VitePress build 进程 hang 问题
在 theme/index.js 的 setup() 中添加 SSR 检查,确保浏览器端库
(Viewer.js, TypeIt) 只在客户端初始化,避免 SSR 期间产生
无法清理的资源导致进程挂起。
2026-02-06 04:48:33 +08:00
sanbuphy f41e95b7a1 fix(docs): wrap interactive components in ClientOnly to fix SSR error 2026-02-06 03:44:25 +08:00
sanbuphy 7c70c37072 feat(docs): add interactive demo components for technical appendices
Add placeholder Vue components for visualizing technical concepts across multiple domains including frontend routing, browser rendering, cache design, queue design, database principles, API design, cloud services, and backend evolution. These components provide interactive educational content for the documentation.

Update documentation structure to include new appendix sections and enhance existing content with visual components. Remove unused 'codex' dependency from package.json.
2026-02-06 03:34:50 +08:00
sanbuphy e8bba6f7c0 feat(docs): add performance overview demo component and update content structure
- Create PerformanceOverviewDemo.vue with interactive performance dimension visualization
- Update config.mjs to support new component registration
- Add new frontend evolution components to theme/index.js
- Consolidate stage-0 intro pages into index.md across all locales
- Enhance LLM intro documentation with tokenization details
2026-02-05 01:33:28 +08:00
sanbuphy 3c4a5c0e0b docs: update URL-to-browser explanation with online shopping metaphor
- Change primary analogy from "delivery service" to "online shopping" to make concepts more relatable
- Update all documentation sections to align with the new metaphor
- Refactor interactive demo components to use compact layouts and improve visual clarity
- Add developer insights section explaining HTTP-API relationship
- Enhance browser rendering explanation with assembly metaphor
- Improve visual components with better responsive design and user interactions
2026-02-04 16:16:34 +08:00
sanbuphy 084ebed417 docs: update Chinese documentation and add Vue components
- Update AI capability dictionary by removing redundant mention of Baidu's model
- Add new Vue components for context engineering visualization (IntroProblemReasonSolution, MemoryPalaceDemo, MemoryPalaceActionDemo, KVCacheDemo, LostInMiddleDemo)
- Register new components in theme index.js
- Enhance audio introduction with new interactive demos (AudioQuickStartDemo, MelSpectrogramDemo, TTSPipelineDemo, VoiceCloningDemo, ASRvsTTSDemo, AudioTokenizationDemo, EmotionControlDemo)
- Improve existing context engineering demos with Chinese localization and better tokenization
- Fix Japanese documentation layout by properly closing NavGrid components
2026-02-03 19:41:14 +08:00
sanbuphy e5b1c6cc88 docs: update content and components across multiple files
- Refine chapter introductions in zh-cn docs for clarity and conciseness
- Update navigation links to include '/easy-vibe' prefix
- Simplify UI components (ChapterIntroduction, ContextWindowVisualizer)
- Add new agent-related demo components (AgentMemoryDemo, AgentToolUseDemo)
- Improve context compression demo with better visuals and metrics
- Adjust styling and layout across various components
2026-02-03 01:46:03 +08:00
sanbuphy ad95658a11 feat(docs): add NavGrid/NavCard components and restructure stage pages
- Add NavGrid.vue and NavCard.vue components for better navigation layout
- Restructure stage-0 index pages across languages into intro.md with new navigation components
- Remove old stage-0 index.md files and update stage-3 pages similarly
- Add new dependencies 'claude' and 'codex' to package.json
- Improve code formatting in multiple Vue components for better readability
- Update documentation content and structure for better user experience
2026-02-01 23:42:12 +08:00
sanbuphy a9a5c5c8a7 docs: update stage-0 pages and navigation for content restructuring
- Mark stage-0 links as "Coming Soon" across all language versions
- Update navigation labels from "Product Manager" to "Novice & PM" variants
- Consolidate stage-0 and stage-1 content into single "Novice & Product Prototype" section
- Refactor homepage feature grid to use Apple Store-style layout
- Update stage descriptions and learning path summaries to reflect new structure
- Ensure consistency across all supported languages (en, zh, ja, ko, es, fr, de, ar, vi)
2026-01-29 20:01:05 +08:00
Sanbu 119304a0a4 Merge pull request #20 from luahan77m/test
docs: 更新安卓和iOS开发文档标题及内容
2026-01-28 22:55:05 +08:00
Sanbu b0879e7c60 Merge pull request #19 from liulx25xx/submission
fix:Add iOS Developer Mode activation steps
2026-01-28 22:54:52 +08:00
siyi 84af03e736 docs: 更新安卓和iOS开发文档标题及内容
更新安卓和iOS开发文档的标题,明确标注使用compose和swiftUI原生开发技术。同时修正文档中的格式问题和文字描述。
2026-01-27 22:44:50 +08:00
liulx25xx e9b153d897 update ios tutorial index 2026-01-27 17:32:25 +08:00
liulx25xx d83bb56fa1 update ios tutorial content and images 2026-01-27 16:30:07 +08:00
sanbuphy 9311586cea style: optimize home hero section layout and fix readme link 2026-01-27 11:02:44 +08:00
sanbuphy 12f08e5c1a docs: update README with Android/iOS sections status and news 2026-01-27 02:39:42 +08:00
Sanbu 91e67fa89a Merge pull request #18 from liulx25xx/submission
增加 ios vibe coding教程
2026-01-27 02:35:34 +08:00
liulixin 2e68d86491 Update and rename 1.md to index.md 2026-01-27 02:31:28 +08:00
liulixin 9b42da3c72 Delete docs/zh-cn/stage-3/cross-platform/3.6-ios-app/index.md 2026-01-27 02:31:04 +08:00
liulx25xx 0aad243ce2 refactor: move content to docs/zh-cn/stage-3/cross-platform/3.6-ios-app 2026-01-27 02:22:15 +08:00
liulx25xx 303bfc7843 feat: submit assignment content 2026-01-27 02:22:14 +08:00