diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..2f88a96 Binary files /dev/null and b/icon.ico differ diff --git a/notes/NoteSphere/1.ns b/notes/NoteSphere/1.ns new file mode 100644 index 0000000..dc4dea7 --- /dev/null +++ b/notes/NoteSphere/1.ns @@ -0,0 +1 @@ +VE9ETw==:|:1:|:LSBidWdmaXghISEhISE= \ No newline at end of file diff --git a/notes/NoteSphere/2.ns b/notes/NoteSphere/2.ns new file mode 100644 index 0000000..d1e3b5e --- /dev/null +++ b/notes/NoteSphere/2.ns @@ -0,0 +1 @@ +UGxhbnM=:|:3:|:LSBzdXBwb3J0IG1hcmtkb3dubm5uISEhISEhCi0gZWFzdGVyIGVnZ3M= \ No newline at end of file diff --git a/notes/board/1.ns b/notes/board/1.ns deleted file mode 100644 index 587bd67..0000000 --- a/notes/board/1.ns +++ /dev/null @@ -1 +0,0 @@ -TmV3IE5vdGU=:|:0:|: \ No newline at end of file diff --git a/notes/board/2.ns b/notes/board/2.ns deleted file mode 100644 index 587bd67..0000000 --- a/notes/board/2.ns +++ /dev/null @@ -1 +0,0 @@ -TmV3IE5vdGU=:|:0:|: \ No newline at end of file diff --git a/notes/board/3.ns b/notes/board/3.ns deleted file mode 100644 index 587bd67..0000000 --- a/notes/board/3.ns +++ /dev/null @@ -1 +0,0 @@ -TmV3IE5vdGU=:|:0:|: \ No newline at end of file diff --git a/notes/board/4.ns b/notes/board/4.ns deleted file mode 100644 index 587bd67..0000000 --- a/notes/board/4.ns +++ /dev/null @@ -1 +0,0 @@ -TmV3IE5vdGU=:|:0:|: \ No newline at end of file diff --git a/notes/board/5.ns b/notes/board/5.ns deleted file mode 100644 index 587bd67..0000000 --- a/notes/board/5.ns +++ /dev/null @@ -1 +0,0 @@ -TmV3IE5vdGU=:|:0:|: \ No newline at end of file diff --git a/notes/hello aaron/1.ns b/notes/hello aaron/1.ns deleted file mode 100644 index 587bd67..0000000 --- a/notes/hello aaron/1.ns +++ /dev/null @@ -1 +0,0 @@ -TmV3IE5vdGU=:|:0:|: \ No newline at end of file diff --git a/notes/hello aaron/2.ns b/notes/hello aaron/2.ns deleted file mode 100644 index 587bd67..0000000 --- a/notes/hello aaron/2.ns +++ /dev/null @@ -1 +0,0 @@ -TmV3IE5vdGU=:|:0:|: \ No newline at end of file diff --git a/notes/hello aaron/3.ns b/notes/hello aaron/3.ns deleted file mode 100644 index 587bd67..0000000 --- a/notes/hello aaron/3.ns +++ /dev/null @@ -1 +0,0 @@ -TmV3IE5vdGU=:|:0:|: \ No newline at end of file diff --git a/notes/hello aaron/4.ns b/notes/hello aaron/4.ns deleted file mode 100644 index 587bd67..0000000 --- a/notes/hello aaron/4.ns +++ /dev/null @@ -1 +0,0 @@ -TmV3IE5vdGU=:|:0:|: \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index df36fcf..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/icon.ico b/public/icon.ico new file mode 100644 index 0000000..2f88a96 Binary files /dev/null and b/public/icon.ico differ diff --git a/public/index.html b/public/index.html index 3e5a139..a1a511b 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/src/background.ts b/src/background.ts index 25d6c60..e6b9907 100644 --- a/src/background.ts +++ b/src/background.ts @@ -19,8 +19,9 @@ async function createWindow() { width: 800, height: 600, frame: false, - minWidth: 576, + minWidth: 832, minHeight: 576, + icon: 'icon.ico', webPreferences: { nodeIntegration: (process.env.ELECTRON_NODE_INTEGRATION as unknown) as boolean, contextIsolation: !process.env.ELECTRON_NODE_INTEGRATION, diff --git a/src/components/NotePreview/NotePreview.vue b/src/components/NotePreview/NotePreview.vue index 452d887..3ad9f50 100644 --- a/src/components/NotePreview/NotePreview.vue +++ b/src/components/NotePreview/NotePreview.vue @@ -1,5 +1,5 @@