Skip to content

Commit 21b7dfb

Browse files
committed
docs: update README.ZH-CN.md
1 parent 96fe4a1 commit 21b7dfb

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.ZH-CN.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# unplugin-vue-cssvars
2-
🌀 A vue plugin that allows you to use vue's CSSVars feature in css files
2+
🌀 一个 vue 的插件能够能让你在 css 文件中使用 CSSVars 特性
33

44
[English](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/blob/master/README.md) | 中文
55

6-
## Feature (TODO)
6+
## Feature
77

8-
* 🌈 TODO
9-
* 🌌 TODO
10-
* 🌊 TODO
11-
* ⛰ TODO
8+
* 🧩 它是一个 vue 的功能扩展,让你能够在 css 文件中使用 v-bind
9+
* 🌈 支持全平台打包工具构建
10+
* ⛰ 支持 css, sass, scss, less, stylus (目前暂时支持 css)
11+
* ⚡ 轻量且快速
1212

1313
## Core Process
1414

@@ -30,11 +30,11 @@ F --> G((vitejs/plugin-vue))
3030
```bash
3131
npm i unplugin-vue-cssvars -D
3232
```
33-
Or
33+
3434
```bash
3535
yarn add unplugin-vue-cssvars -D
3636
```
37-
Or
37+
3838
```bash
3939
pnpm add unplugin-vue-cssvars -D
4040
```

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# unplugin-vue-cssvars
22
🌀 A vue plugin that allows you to use vue's CSSVars feature in css files
33

4-
[English](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/blob/master/README.md) | 中文
4+
English | [中文](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/blob/master/README.ZH-CN.md)
55

6-
## Feature (TODO)
6+
## Feature
77

8-
* 🌈 TODO
9-
* 🌌 TODO
10-
* 🌊 TODO
11-
* ⛰ TODO
8+
* 🧩 It is a function extension of vue
9+
* 🌈 Compatible with multiple bundled platforms(vite、rollup、esbuild、webpack)
10+
* ⛰ Support css, sass, scss, less, stylus (temporarily support css)
11+
* ⚡ light and fast
1212

1313
## Core Process
1414

0 commit comments

Comments
 (0)