docs: fix typo

This commit is contained in:
YunYouJun 2023-01-26 06:26:49 +08:00
parent 09145240c4
commit 13d5e2da0d
3 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,6 @@
---
layout: post
title: new-test
date: 2023-01-26 06:00:15
---

View File

@ -5,7 +5,7 @@ categories:
- Addon
---
我们需要一个插件系统允许用户仅使用/快速加部分功能。
我们需要一个插件系统允许用户仅使用/快速加部分功能。
## 命名规范
@ -26,4 +26,5 @@ categories:
插件可以做什么?
譬如制作一个 Live2D 挂件,一个全局音乐播放器,或是修改 Vite 以及内置插件的一些配置等。
它用于补充 Vite 插件无法做到或者 Vue 插件加载繁琐的内容。
它用于补充 Vite/Vue 插件无法做到或加载配置繁琐的内容。

View File

@ -36,4 +36,8 @@ html.dark {
list-style: decimal;
}
}
img {
margin: auto;
}
}