mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-07-11 14:15:37 +08:00
历史记录的导入导出
This commit is contained in:
@@ -301,7 +301,7 @@ export default {
|
||||
},
|
||||
exportFavoritesEvent () {
|
||||
const arr = [...this.list]
|
||||
const str = JSON.stringify(arr, null, 4)
|
||||
const str = JSON.stringify(arr, null, 2)
|
||||
const options = {
|
||||
filters: [
|
||||
{ name: 'JSON file', extensions: ['json'] },
|
||||
|
||||
Reference in New Issue
Block a user