Skip to content

๐Ÿš€ Changelog โ€‹

๐Ÿ‘‰ Read this changelog in Chinese

Track the changes and updates for each iteration.

๐Ÿ“ฆ Project Commands โ€‹

Choose your package manager and run the commands below:

bash
# ๐Ÿงฒ Clone the project
git clone https://github.com/rx-ted/blog.git
git switch vitepress
git pull
cd blog

# ๐Ÿ“ฆ Install dependencies
npm install

# โ–ถ๏ธ Start development server
npm run dev

# ๐Ÿ—๏ธ Build for production
npm run build
bash
# ๐Ÿงฒ Clone the project
git clone https://github.com/rx-ted/blog.git
git switch vitepress
git pull
cd blog

# ๐Ÿ“ฆ Install dependencies
yarn install

# โ–ถ๏ธ Start development server
yarn dev

# ๐Ÿ—๏ธ Build for production
yarn build
bash
# ๐Ÿงฒ Clone the project
git clone https://github.com/rx-ted/blog.git
git switch vitepress
git pull
cd blog

# ๐Ÿ“ฆ Install dependencies
pnpm install

# โ–ถ๏ธ Start development server
pnpm dev

# ๐Ÿ—๏ธ Build for production
pnpm build
bash
# ๐Ÿงฒ Clone the project
git clone https://github.com/rx-ted/blog.git
git switch vitepress
git pull
cd blog

# ๐Ÿ“ฆ Install dependencies
bun install

# โ–ถ๏ธ Start development server
bun run dev

# ๐Ÿ—๏ธ Build for production
bun run build

v1.0.0 (2025/07/17) โ€‹

โœจ Added โ€‹

  • Added login feature
  • Added writing feature
  • Added menu message board to enhance user interaction
  • Added comment button with auto-scroll to comment section
  • Added one-click back-to-top button

๐Ÿž Fixed โ€‹

  • Fixed known bugs

๐Ÿ”ง Improved โ€‹

  • Optimized system performance and user experience

v0.0.4 (2024/09/18) โ€‹

โœจ Added โ€‹

  • Improved archive / tag / category pages
  • Added advertisement module
  • Added tag page

๐Ÿž Fixed โ€‹

  • Removed unnecessary contents

v0.0.3 (2024/09/08) โ€‹

โœจ Added โ€‹

  • Added Markdown editor

v0.0.2 (2024/09/06) โ€‹

๐Ÿ—‘๏ธ Removed โ€‹

  • Removed package: @sugarat/theme-shared

v0.0.1 (2024/09/05) โ€‹

โœจ Added โ€‹

  • Completed the initial version of the blog theme, based on theme

ไธŠๆฌกๆ›ดๆ–ฐไบŽ:

็‚น็‚นๆปดๆปด๏ผŒ่ฎฐๅฝ•็พŽๅฅฝ

MIT License