文字显示不正常的Bug
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-06-29 15:00:17 +08:00
parent a262c52c73
commit 8a973db679
2 changed files with 36 additions and 2 deletions

View File

@ -557,7 +557,24 @@ export default {
bookmark_list: '书签列表',
export_bookmarks: '导出书签',
recovery_success: '恢复成功',
file_format_error: '文件格式错误'
file_format_error: '文件格式错误',
instructions: {
windows: {
title: 'Windows 系统操作说明',
steps: [
'复制路径 C:\\Users\\%username%\\AppData\\Local\\Google\\Chrome\\User Data 到文件资源管理器',
'在搜索栏中输入 Bookmarks你将看到名为 Bookmarks 和/或 Bookmarks.bak 的文件列表',
'如果同一台电脑上有多个用户使用 Chrome其他用户的书签文件也会被列出',
'选择所有文件并将它们拖拽到下方的上传区域',
'下载所有转换后的 HTML 文件',
'用 Chrome 打开每个 HTML 文件,确定哪个文件包含你的书签(通常最大的文件是正确的)',
'在 Chrome 浏览器中,点击菜单图标,进入 书签 > 书签管理器',
'点击搜索栏旁边的菜单图标,选择"导入书签"',
'选择包含你书签的 HTML 文件',
'你的书签现在应该已经导入到 Chrome 中了'
]
}
}
},
seal_generator: {
title: '印章生成器',