Commit e510a48

HPCesia <me@hpcesia.com>
2025-02-07 08:48:18
docs: update README
1 parent d324d46
README-zh_CN.md
@@ -9,12 +9,12 @@ Astral Halo 是一个基于 [Astro](https://astro.build) 开发的静态博客
 
 ## 功能特性
 
-- [x] 基于 Astro 和 Tailwind CSS(使用 daisyUI)开发
+- [x] 基于 Astro 和 Tailwind CSS(使用 [daisyUI](https://daisyui.com/?lang=zh_hans))开发
 - [x] 可自由切换的明亮/暗黑主题
 - [x] 响应式设计
 - [x] 搜索(目前仅支持 [Pagefind](https://pagefind.app/))
 - [x] 文章目录显示
-- [x] 评论(目前仅支持 [Twikoo](https://twikoo.js.org/))
+- [x] 评论(支持 [Twikoo](https://twikoo.js.org/) 与 [Giscus](https://giscus.app/zh-CN/))
 - [ ] 流畅的动画和页面过渡
 
 ## 使用方法
@@ -48,17 +48,17 @@ comment: true # 是否启用评论,需要在 `config.ts` 中启用并配置评
 
 下列指令均需要在项目根目录执行:
 
-| 指令                                     | 行为                               |
-| ---------------------------------------- | ---------------------------------- |
-| `pnpm install`                           | 安装依赖                           |
-| `pnpm dev`                               | 在 `localhost:4321` 启动开发服务器 |
-| `pnpm build`                             | 构建静态站点到 `./dist/` 目录      |
-| `pnpm preview`                           | 本地预览构建的静态站点             |
-| `pnpm new [draft\|post] [title] [--dir]` | 创建新文章                         |
-| `pnpm pub [title]`                       | 发布草稿                           |
-| `pnpm lint`                              | 检查代码                           |
-| `pnpm format`                            | 格式化代码                         |
-| `pnpm astro ...`                         | 运行 Astro CLI                     |
+| 指令                             | 行为                               |
+| -------------------------------- | ---------------------------------- |
+| `pnpm install`                   | 安装依赖                           |
+| `pnpm dev`                       | 在 `localhost:4321` 启动开发服务器 |
+| `pnpm build`                     | 构建静态站点到 `./dist/` 目录      |
+| `pnpm preview`                   | 本地预览构建的静态站点             |
+| `pnpm new [draft\|post] [title]` | 创建新文章                         |
+| `pnpm pub [title]`               | 发布草稿                           |
+| `pnpm lint`                      | 检查代码                           |
+| `pnpm format`                    | 格式化代码                         |
+| `pnpm astro ...`                 | 运行 Astro CLI                     |
 
 ## 致谢
 
README.md
@@ -9,12 +9,12 @@ Astral Halo is a static blog template developed with [Astro](https://astro.build
 
 ## Features
 
-- [x] Built with Astro and Tailwind CSS (using daisyUI)
+- [x] Built with Astro and Tailwind CSS (using [daisyUI](https://daisyui.com/?lang=en))
 - [x] Freely switchable light/dark themes
 - [x] Responsive design
 - [x] Search functionality (currently only supports [Pagefind](https://pagefind.app/))
 - [x] Article table of contents
-- [x] Comments system (currently only supports [Twikoo](https://twikoo.js.org/))
+- [x] Comments system (supports [Twikoo](https://twikoo.js.org/en/) and [Giscus](https://giscus.app/))
 - [ ] Smooth animations and page transitions
 
 ## Getting Started