Skip to content

Commit 5251ca2

Browse files
committed
chore: update
1 parent 56105f9 commit 5251ca2

5 files changed

Lines changed: 21 additions & 28 deletions

File tree

content/posts/unocss@0.65.0 upgrade guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you want to integrate an all-in-one preset, this asynchronous preset will be
6262
}
6363
```
6464

65-
You can use the presets you need on demand, refer to the community preset [unocss-preset-useful](https://github.com/unocss-community/unocss-preset-useful/blob/6cf6a41a222b223e9f5f708cf99c00cf026bf8a4/packages/core/src/resolve.ts#L53-L63)
65+
You can use the presets you need on demand, refer to the community preset [unocss-preset-zyyv](https://github.com/unocss-community/unocss-preset-zyyv/blob/6cf6a41a222b223e9f5f708cf99c00cf026bf8a4/packages/core/src/resolve.ts#L53-L63)
6666

6767
### Multiple Result Variant
6868

content/posts/unocss@0.65.0 upgrade guide.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const uno = await createGenerator({
7272
}
7373
```
7474

75-
你可以在使用时按需使用你使用到的预设,参考社区预设[unocss-preset-useful](https://github.com/unpreset/unocss-preset-useful/blob/6cf6a41a222b223e9f5f708cf99c00cf026bf8a4/packages/core/src/resolve.ts#L53-L63)
75+
你可以在使用时按需使用你使用到的预设,参考社区预设[unocss-preset-zyyv](https://github.com/unpreset/unocss-preset-zyyv/blob/6cf6a41a222b223e9f5f708cf99c00cf026bf8a4/packages/core/src/resolve.ts#L53-L63)
7676

7777
### mutiple result variant
7878

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"taze": "^19.9.2",
6161
"typescript": "5.7.2",
6262
"unocss": "^66.5.9",
63-
"unocss-preset-useful": "^1.0.1"
63+
"unocss-preset-zyyv": "^2.0.0"
6464
},
6565
"simple-git-hooks": {
6666
"pre-commit": "npx lint-staged"

pnpm-lock.yaml

Lines changed: 15 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uno.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import type { UsefulTheme } from 'unocss-preset-useful'
1+
import type { ZyyvTheme } from 'unocss-preset-zyyv'
22
import { FileSystemIconLoader } from '@iconify/utils/lib/loader/node-loaders'
33
import { symbols } from '@unocss/core'
4-
import { defineUsefulConfig } from 'unocss-preset-useful'
4+
import { defineZyyvConfig } from 'unocss-preset-zyyv'
55

6-
export default defineUsefulConfig<UsefulTheme>({
6+
export default defineZyyvConfig<ZyyvTheme>({
77
theme: {
88
extend: {
99
animation: {

0 commit comments

Comments
 (0)