7 Commits

Author SHA1 Message Date
b1296047aa ♻️ refactor: 优化Dockerfile,修正pnpm build命令的格式,确保构建过程顺利 2025-07-28 14:12:06 +08:00
bb1d4bc757 ♻️ refactor: 优化Dockerfile,移除不必要的pnpm prune命令,简化构建过程 2025-07-28 14:10:16 +08:00
ceb8357dc8 refactor: 优化Dockerfile,合并COPY和RUN命令,简化构建过程 2025-07-28 11:18:01 +08:00
c702fc7664 refactor: 重构Dockerfile,合并构建阶段,简化依赖安装和构建逻辑 2025-07-28 11:13:30 +08:00
e1f3972541 refactor: 优化Dockerfile,简化依赖安装和构建逻辑,移除不必要的注释 2025-07-28 11:11:36 +08:00
b2fdca86f8 refactor: 简化Dockerfile中的依赖安装和构建逻辑,移除条件判断 2025-07-28 11:07:56 +08:00
5fac42439a ️ feat: add post fetching by ID and improve blog home page
- Implemented `getPostById` API function to fetch a post by its ID.
- Refactored the main page to use a new `BlogHome` component for better organization.
- Added loading state and sorting functionality for posts on the blog home page.
- Integrated label fetching and display on the blog home page.
- Enhanced the blog card component with improved layout and statistics display.
- Updated the navbar to use dynamic configuration values.
- Added Docker support with a comprehensive build and push workflow.
- Created a custom hook `useStoredState` for managing local storage state.
- Added a new page for displaying individual posts with metadata generation.
- Removed unused components and files to streamline the codebase.
2025-07-25 03:58:53 +08:00