"description":"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
},
"theme.navbar.mobileVersionsDropdown.label":{
"theme.navbar.mobileVersionsDropdown.label":{
"message":"选择版本",
"message":"选择版本",
"description":"The label for the navbar versions dropdown on mobile view"
"description":"The label for the navbar versions dropdown on mobile view"
@ -206,10 +210,6 @@
"message":"本页总览",
"message":"本页总览",
"description":"The label used by the button on the collapsible TOC component"
"description":"The label used by the button on the collapsible TOC component"
"description":"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
},
"theme.tags.tagsListLabel":{
"theme.tags.tagsListLabel":{
"message":"标签:",
"message":"标签:",
"description":"The label alongside a tag list"
"description":"The label alongside a tag list"
@ -218,13 +218,6 @@
"message":"选择语言",
"message":"选择语言",
"description":"The label for the mobile language switcher dropdown"
"description":"The label for the mobile language switcher dropdown"
},
},
"theme.SearchBar.seeAll":{
"message":"查看全部 {count} 个结果"
},
"theme.SearchBar.label":{
"message":"搜索",
"description":"The ARIA label and placeholder for search button"
},
"theme.SearchPage.documentsFound.plurals":{
"theme.SearchPage.documentsFound.plurals":{
"message":"找到 {count} 份文件",
"message":"找到 {count} 份文件",
"description":"Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
"description":"Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
@ -257,6 +250,13 @@
"message":"正在获取新的搜索结果...",
"message":"正在获取新的搜索结果...",
"description":"The paragraph for fetching new search results"
"description":"The paragraph for fetching new search results"
},
},
"theme.SearchBar.seeAll":{
"message":"查看全部 {count} 个结果"
},
"theme.SearchBar.label":{
"message":"搜索",
"description":"The ARIA label and placeholder for search button"
<ahref="https://github.com/halo-dev/halo/releases"><imgalt="GitHub All Releases"src="https://img.shields.io/github/downloads/halo-dev/halo/total.svg?style=flat-square"/></a>
<ahref="https://github.com/halo-dev/halo/commits"><imgalt="GitHub last commit"src="https://img.shields.io/github/last-commit/halo-dev/halo.svg?style=flat-square"/></a>
通过 [《写在前面》](/getting-started/prepare) 的名词解释部分我们可以知道,Halo 的所有数据都是存放在当前用户目录的工作目录(.halo)下的(使用 MySQL 数据库除外,你还需要导出 MySQL 数据)。**所以我们备份整站的数据仅需备份这个目录即可**,不管你使用何种方式。不过,为了操作方便,我们也在后台的小工具中提供了备份整站数据的功能,和上面所说的数据备份一致,点击备份按钮即可打包工作目录文件夹。如下图: