Skip to content

Commit 5705de8

Browse files
committed
deploy
1 parent e471691 commit 5705de8

File tree

4 files changed

+785
-758
lines changed

4 files changed

+785
-758
lines changed

.vitepress/theme/components/SponsorsAside.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
</a>
1313
<a href="https://fantastic-admin.hurui.me/" target="_blank" class="sponsor-item">
14-
<img src="https://fantastic-admin.hurui.me/logo.png">
14+
<img src="https://fantastic-admin.hurui.me/logo.svg">
1515
<div class="info">
1616
<div class="main">Fantastic-admin</div>
1717
<div class="sub">杰出的管理系统框架</div>

guide/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
只记录 feat/fix 以及破坏性更新记录。
44

5+
## 4.8.1
6+
7+
:::info [基础版](https://github.com/one-step-admin/basic/releases/tag/v4.8.1)
8+
无重大更新
9+
:::
10+
11+
:::tip [专业版](https://github.com/one-step-admin/pro/releases/tag/v4.8.1)
12+
🐞 Bug Fixes
13+
14+
- 修复国际化功能失效 &nbsp;-&nbsp; by @hooray [<samp>(afd27)</samp>](https://github.com/one-step-admin/pro/commit/afd2754)
15+
:::
16+
517
## 4.8.0
618

719
:::info [基础版](https://github.com/one-step-admin/basic/releases/tag/v4.8.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"vitepress-plugin-comment-with-giscus": "^1.1.15"
1818
},
1919
"devDependencies": {
20-
"@antfu/eslint-config": "3.9.2",
21-
"vitepress": "1.5.0",
20+
"@antfu/eslint-config": "4.2.1",
21+
"vitepress": "1.6.3",
2222
"vue": "^3.5.13"
2323
}
2424
}

0 commit comments

Comments
 (0)