### Describe the issue ## Summary Adds/updates documentation and blog content to help new contributors understand and improve the iFLYTEK Open Source Website. ## Changes <!-- Describe what was added or modified --> - [ ] Added a new blog post: `src/data/post/<filename>.md` - [ ] Updated project information: `src/data/projects/<filename>.yaml` - [ ] Fixed typos or broken links in documentation - [ ] Improved page content or added missing descriptions - [ ] Translated existing content (CN ↔ EN) - [ ] Other: ____________________ ## Details <!-- Briefly describe the purpose and scope of this PR --> | What | Why | |------|-----| | | | ## Test Plan - [ ] `npm run dev` — preview renders correctly at `http://localhost:4321` - [ ] `npm run build` — production build succeeds with no errors - [ ] `npm run check` — lint, type check, and prettier all pass - [ ] Blog post (if applicable) displays correctly on `/blog` and individual post page - [ ] Project data (if applicable) appears correctly on `/projects` - [ ] No broken links or missing images
Describe the issue
Summary
Adds/updates documentation and blog content to help new contributors understand and improve the iFLYTEK Open Source Website.
Changes
src/data/post/<filename>.mdsrc/data/projects/<filename>.yamlDetails
Test Plan
npm run dev— preview renders correctly athttp://localhost:4321npm run build— production build succeeds with no errorsnpm run check— lint, type check, and prettier all pass/blogand individual post page/projects