add topbar

This commit is contained in:
geekifan
2025-04-20 18:43:02 +08:00
parent d3d967d4b2
commit 326f5bf451
5 changed files with 110 additions and 3 deletions

16
i18n/en.yaml Normal file
View File

@ -0,0 +1,16 @@
tabs:
home: "Home"
about: "About"
archive: "Archive"
categories: "Categories"
tags: "Tags"
layout:
post: "Post"
page: "Page"
category: "Category"
tag: "Tag"
search:
hint: "Search"
cancel: "Cancel"

16
i18n/zh.yaml Normal file
View File

@ -0,0 +1,16 @@
tabs:
home: "首页"
about: "关于"
archive: "归档"
categories: "分类"
tags: "标签"
layout:
post: "文章"
page: "页面"
category: "分类"
tag: "标签"
search:
hint: "搜索"
cancel: "取消"