mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
update defaultJson
This commit is contained in:
parent
a5d4f4a007
commit
27f4dba9d7
@ -1,7 +1,6 @@
|
|||||||
import { StorageConfig } from "src/typings/global";
|
import { StorageConfig } from "src/typings/global";
|
||||||
|
|
||||||
export const defaultJson = [
|
export const defaultJson = {
|
||||||
{
|
|
||||||
Author: "J. K. Rowling",
|
Author: "J. K. Rowling",
|
||||||
Genre: "Fantasy",
|
Genre: "Fantasy",
|
||||||
Characters: ["Hermione Granger", "Harry Potter", "Lord Voldemort", "MORE"],
|
Characters: ["Hermione Granger", "Harry Potter", "Lord Voldemort", "MORE"],
|
||||||
@ -32,8 +31,7 @@ export const defaultJson = [
|
|||||||
date: "2007",
|
date: "2007",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
};
|
||||||
];
|
|
||||||
|
|
||||||
export const defaultConfig: StorageConfig = {
|
export const defaultConfig: StorageConfig = {
|
||||||
layout: "LEFT",
|
layout: "LEFT",
|
||||||
@ -42,4 +40,5 @@ export const defaultConfig: StorageConfig = {
|
|||||||
hideEditor: false,
|
hideEditor: false,
|
||||||
zoomScale: 0.8,
|
zoomScale: 0.8,
|
||||||
transform: 0,
|
transform: 0,
|
||||||
|
searchNode: "",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user