3 Commits

Author SHA1 Message Date
75434ce166 feat: 更新文档,修改互动型模板名称为 TanStack Router,并调整相关描述 2026-02-19 19:42:01 +08:00
dc4bd6ca91 feat: 更新待办任务功能,添加初始化、列出、完成、添加和清理任务的路由 2026-01-20 23:04:09 +08:00
7a99b69887 feat: initialize pnpm workspace and add app structure
- Created pnpm workspace configuration in `pnpm-workspace.yaml`.
- Implemented basic app setup in `src/app.ts` using `@kevisual/router`.
- Generated documentation files in `src/generated/docs.ts` for showcase CMS templates.
- Added inline script to read and compile markdown files into TypeScript constants in `src/inline.ts`.
- Set up main application entry point in `src/main.ts` to integrate routing and plugins.
- Established routing structure in `src/routes/index.ts` and `src/routes/md.ts` for handling markdown-related tasks.
- Implemented a route for initializing web todo tasks with dynamic content generation based on selected template type.
2026-01-20 22:54:40 +08:00