forked from zguiy/utils
文字显示不正常的Bug
This commit is contained in:
@ -106,7 +106,24 @@ export default {
|
||||
bookmark_list: 'Bookmark List',
|
||||
export_bookmarks: 'Export Bookmarks',
|
||||
recovery_success: 'Recovery Successful',
|
||||
file_format_error: 'File Format Error'
|
||||
file_format_error: 'File Format Error',
|
||||
instructions: {
|
||||
windows: {
|
||||
title: 'Windows System Instructions',
|
||||
steps: [
|
||||
'Copy C:\\Users\\%username%\\AppData\\Local\\Google\\Chrome\\User Data into File Explorer',
|
||||
'In search bar, type Bookmarks, you will see a list of files named Bookmarks and/or Bookmarks.bak',
|
||||
'Note: If there is more than one user using the same Chrome, bookmarks from other users will be listed too',
|
||||
'Select all the files with mouse and drag them to the upload area below',
|
||||
'Download all the converted HTML files',
|
||||
'Open each HTML file with Chrome and determine the HTML file that contains your bookmarks (Note: The largest file is most likely the correct one)',
|
||||
'In your Chrome browser, click the Chrome menu icon and go to Bookmarks > Bookmark Manager',
|
||||
'Click the menu icon beside search bar and click "Import Bookmarks"',
|
||||
'Select the HTML file that contains your bookmarks',
|
||||
'Your bookmarks should now be imported back to Chrome'
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
seal_generator: {
|
||||
title: 'Seal Generator',
|
||||
|
||||
Reference in New Issue
Block a user