Commit Graph

4 Commits

Author SHA1 Message Date
Ryan Wang
03dc038eb7 feat: add i18n supports (#214)
添加界面的 i18n 支持。

/kind feature

Fixes https://github.com/halo-dev/theme-earth/issues/198
Fixes https://github.com/halo-dev/theme-earth/issues/75

```release-note
添加界面的 i18n 支持。
```
2024-11-18 03:08:03 +00:00
Ryan Wang
ed652815b9 refactor: improve ui (#153)
优化整体的 UI 和布局。

```release-note
None
```
2024-07-08 09:05:23 +00:00
Ryan Wang
aca0692f41 fix: error template render (#34)
修复异常页面无法正常渲染的问题。

/kind bug

```release-note
None
```
2022-12-27 06:34:32 +00:00
Ryan Wang
6c5c68bd7b feat: add exception pages (#22)
新增 404 和 500 的异常模板。适配:https://github.com/halo-dev/halo/pull/2925

<img width="1920" alt="image" src="https://user-images.githubusercontent.com/21301288/207247014-81717c6c-7eae-4819-a940-979df46c56cf.png">
<img width="1920" alt="image" src="https://user-images.githubusercontent.com/21301288/207247066-b5684013-f893-4576-bc5c-bc25c0ce914a.png">

/kind feature

```release-note
None
```
2022-12-14 15:18:18 +00:00