Compare commits
12 Commits
asynchroni
...
iview4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9e7f88412 | ||
|
|
d3a29444bf | ||
|
|
83c3901b86 | ||
|
|
64db2300b3 | ||
|
|
8e6ce23b98 | ||
|
|
f369e59f6f | ||
|
|
0de98e660b | ||
|
|
b017e7bda1 | ||
|
|
b31563aaab | ||
|
|
bb7085adaa | ||
|
|
67035a0abf | ||
|
|
b86cf176dd |
@@ -1,6 +1,6 @@
|
|||||||
NODE_ENV = developement
|
NODE_ENV = developement
|
||||||
VUE_APP_BASE_NAME = developement
|
VUE_APP_BASE_NAME = developement
|
||||||
VUE_APP_BASE_URL = http://localhost:8080
|
VUE_APP_BASE_URL = http://localhost:8080
|
||||||
VUE_APP_NOTE_MAX_COUNT = 409600
|
VUE_APP_NOTE_MAX_COUNT = 131072
|
||||||
VUE_APP_NOTE_MAX_DESC = 400K
|
VUE_APP_NOTE_MAX_DESC = 128K
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
NODE_ENV = production
|
NODE_ENV = production
|
||||||
VUE_APP_BASE_NAME = production
|
VUE_APP_BASE_NAME = production
|
||||||
VUE_APP_BASE_URL = https://flagnote.com
|
VUE_APP_BASE_URL = https://flagnote.com
|
||||||
VUE_APP_NOTE_MAX_COUNT = 409600
|
VUE_APP_NOTE_MAX_COUNT = 131072
|
||||||
VUE_APP_NOTE_MAX_DESC = 400K
|
VUE_APP_NOTE_MAX_DESC = 128K
|
||||||
20618
package-lock.json
generated
20618
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -11,12 +11,12 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.27.2",
|
"axios": "^0.27.2",
|
||||||
"bluebird": "^3.7.2",
|
"buffer": "^6.0.3",
|
||||||
"clipboard": "^2.0.11",
|
"clipboard": "^2.0.11",
|
||||||
"crypto-js": "^4.1.1",
|
"crypto-js": "^4.1.1",
|
||||||
"escape-html": "^1.0.3",
|
"escape-html": "^1.0.3",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"localforage": "^1.10.0",
|
"html2canvas": "^1.4.1",
|
||||||
"pako": "^2.1.0",
|
"pako": "^2.1.0",
|
||||||
"qrcodejs2": "^0.0.2",
|
"qrcodejs2": "^0.0.2",
|
||||||
"view-design": "^4.7.0",
|
"view-design": "^4.7.0",
|
||||||
|
|||||||
@@ -28,25 +28,29 @@
|
|||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue-router@3.6.5/dist/vue-router.min.js"
|
<script src="https://cdn.jsdelivr.net/npm/vue-router@3.6.5/dist/vue-router.min.js"
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/axios@0.27.2/dist/axios.min.js"
|
<!-- <script src="https://cdn.jsdelivr.net/npm/axios@0.27.2/dist/axios.min.js"
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script> -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/view-design@4.7.0/dist/iview.min.js"
|
<script src="https://cdn.jsdelivr.net/npm/view-design@4.7.0/dist/iview.min.js"
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/pako@2.1.0/dist/pako.min.js"
|
<script src="https://cdn.jsdelivr.net/npm/pako@2.1.0/dist/pako.min.js"
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
|
<!-- <script src="https://cdn.jsdelivr.net/npm/buffer@6.0.3/index.min.js"
|
||||||
|
type="text/javascript"></script> -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/crypto-js@4.1.1/crypto-js.min.js"
|
<script src="https://cdn.jsdelivr.net/npm/crypto-js@4.1.1/crypto-js.min.js"
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue-i18n@8.21.1/dist/vue-i18n.min.js"
|
<!-- <script src="https://cdn.jsdelivr.net/npm/vue-i18n@8.21.1/dist/vue-i18n.min.js"
|
||||||
|
type="text/javascript"></script> -->
|
||||||
|
<!-- <script src="https://cdn.jsdelivr.net/npm/file-saver@2.0.5/dist/FileSaver.min.js"
|
||||||
|
type="text/javascript"></script> -->
|
||||||
|
<!-- <script src="https://cdn.jsdelivr.net/npm/qrcodejs2@0.0.2/qrcode.min.js"
|
||||||
|
type="text/javascript"></script> -->
|
||||||
|
<!-- <script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js"
|
||||||
|
type="text/javascript"></script> -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/wasm-flate@1.0.2-browser/wasm_flate.min.js"
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/file-saver@2.0.5/dist/FileSaver.min.js"
|
<script src="https://cdn.jsdelivr.net/npm/html2canvas@1.4.1/dist/html2canvas.min.js"
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/qrcodejs2@0.0.2/qrcode.min.js"
|
<script>
|
||||||
type="text/javascript"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js"
|
|
||||||
type="text/javascript"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/wasm-flate@1.0.2-browser/wasm_flate.js"
|
|
||||||
type="text/javascript"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
window.wasm_flate_bg_path = "https://cdn.jsdelivr.net/npm/wasm-flate@1.0.2-browser/wasm_flate_bg.wasm"
|
window.wasm_flate_bg_path = "https://cdn.jsdelivr.net/npm/wasm-flate@1.0.2-browser/wasm_flate_bg.wasm"
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -6,18 +6,11 @@
|
|||||||
<meta name="renderer" content="webkit" />
|
<meta name="renderer" content="webkit" />
|
||||||
<meta name="force-rendering" content="webkit" />
|
<meta name="force-rendering" content="webkit" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
<meta name="viewport"
|
|
||||||
content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
|
|
||||||
<meta name="keywords" content="flagnote" />
|
|
||||||
<meta name="description" content="flag note" />
|
|
||||||
<meta name="theme-color" content="#ed4014" />
|
<meta name="theme-color" content="#ed4014" />
|
||||||
<meta name="format-detection" content="telephone=no,email=no,adress=no" />
|
|
||||||
<meta name="google" content="notranslate">
|
|
||||||
<meta http-equiv="Expires" content="0" />
|
<meta http-equiv="Expires" content="0" />
|
||||||
<meta http-equiv="Pragma" content="no-cache" />
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
<meta http-equiv="Cache-control" content="no-cache" />
|
<meta http-equiv="Cache-control" content="no-cache" />
|
||||||
<meta http-equiv="Cache" content="no-cache" />
|
<meta http-equiv="Cache" content="no-cache" />
|
||||||
<link rel="icon" href="/static/favicon.png" />
|
|
||||||
<title>flagnote.com</title>
|
<title>flagnote.com</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
@@ -25,10 +18,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const servicePath = "";
|
const servicePath = "";
|
||||||
//const servicePath="https://flagnote.com";
|
|
||||||
|
|
||||||
function ajaxGet(url) {
|
function ajaxGet(url) {
|
||||||
let data = null;
|
let data = null;
|
||||||
let xmlhttp = new XMLHttpRequest();
|
let xmlhttp = new XMLHttpRequest();
|
||||||
@@ -62,8 +52,12 @@
|
|||||||
|
|
||||||
let keyMeta = getKeyMeta();
|
let keyMeta = getKeyMeta();
|
||||||
|
|
||||||
sessionStorage.setItem("keyMeta", JSON.stringify(keyMeta));
|
if (keyMeta && keyMeta.key) {
|
||||||
location.href = "/" + keyMeta.key;
|
sessionStorage.setItem(keyMeta.key + ".keyMeta", JSON.stringify(keyMeta));
|
||||||
|
location.href = "/" + keyMeta.key;
|
||||||
|
} else {
|
||||||
|
location.href = "/100006";
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
16
src/App.vue
16
src/App.vue
@@ -81,23 +81,23 @@ body {
|
|||||||
|
|
||||||
|
|
||||||
#noteText::selection {
|
#noteText::selection {
|
||||||
background: #ed4014;
|
background: #dddddd;
|
||||||
color: white;
|
color: #ed4014;
|
||||||
}
|
}
|
||||||
|
|
||||||
#noteText::-moz-selection {
|
#noteText::-moz-selection {
|
||||||
background: #ed4014;
|
background: #dddddd;
|
||||||
color: white;
|
color: #ed4014;
|
||||||
}
|
}
|
||||||
|
|
||||||
#noteText br::selection {
|
#noteText br::selection {
|
||||||
background: #ed4014;
|
background: #dddddd;
|
||||||
color: white;
|
color: #ed4014;
|
||||||
}
|
}
|
||||||
|
|
||||||
#noteText br::-moz-selection {
|
#noteText br::-moz-selection {
|
||||||
background: #ed4014;
|
background: #dddddd;
|
||||||
color: white;
|
color: #ed4014;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noteUrl {
|
.noteUrl {
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import { getStoreKey } from "@/api/lock";
|
import { getStoreKey } from "@/api/lock";
|
||||||
import storage from "@/libs/storage";
|
import storage from "@/libs/storage";
|
||||||
import { md5, wrap } from "@/libs/secret";
|
import { md5, wrap} from "@/libs/secret";
|
||||||
import NoteConstant from "@/libs/constants";
|
import NoteConstant from "@/libs/constants";
|
||||||
|
import { Buffer } from 'buffer';
|
||||||
|
|
||||||
axios.interceptors.response.use(undefined, (err) => {
|
axios.interceptors.response.use(undefined, (err) => {
|
||||||
const { config: originalRequest } = err;
|
const { config: originalRequest } = err;
|
||||||
@@ -17,10 +18,10 @@ axios.interceptors.response.use(undefined, (err) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
export async function saveNote(noteForm, secret) {
|
export function saveNote(noteForm, secret) {
|
||||||
let storeKey = secret.storeKey;
|
let storeKey = secret.storeKey;
|
||||||
|
|
||||||
const storeInfo = await storage.local.getText(storeKey);
|
let storeInfo = storage.local.getText(storeKey);
|
||||||
let starray = storeInfo.split("|");
|
let starray = storeInfo.split("|");
|
||||||
|
|
||||||
if (starray[2] == "1") {
|
if (starray[2] == "1") {
|
||||||
@@ -48,8 +49,8 @@ export async function saveNote(noteForm, secret) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
let bufferArrary = eval("[100,111,32,110,111,116,32," + note.text + ",100,111,32,101,118,105,108]");
|
let array = Buffer.from(note.text, 'base64')
|
||||||
let array = Uint8Array.from(bufferArrary);
|
|
||||||
let blob = new Blob([array], { type: "application/octet-stream" });
|
let blob = new Blob([array], { type: "application/octet-stream" });
|
||||||
let form = new FormData();
|
let form = new FormData();
|
||||||
form.append("file", blob, noteForm.key);
|
form.append("file", blob, noteForm.key);
|
||||||
@@ -71,13 +72,14 @@ export async function saveNote(noteForm, secret) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function deleteNote(key) {
|
export function deleteNote(key) {
|
||||||
let storeKey = getStoreKey(key);
|
let storeKey = getStoreKey(key);
|
||||||
const storeInfo = await storage.local.getText(storeKey);
|
let storeInfo = storage.local.getText(storeKey);
|
||||||
let note = {
|
let note = {
|
||||||
cipher: storeInfo.substring(2, 34),
|
cipher: storeInfo.substring(2, 34),
|
||||||
key: key,
|
key: key,
|
||||||
};
|
};
|
||||||
|
|
||||||
return axios({
|
return axios({
|
||||||
url: NoteConstant.servicePath + "/note/" + key + "/delete",
|
url: NoteConstant.servicePath + "/note/" + key + "/delete",
|
||||||
method: "post",
|
method: "post",
|
||||||
@@ -96,28 +98,6 @@ export function getNoteBlob(key) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getNoteMetaNew(key) {
|
|
||||||
let url = NoteConstant.servicePath + "/note/" + key + "/noteMeta";
|
|
||||||
return axios({
|
|
||||||
url: url,
|
|
||||||
method: "get",
|
|
||||||
ignoreError: 1,
|
|
||||||
original: true,
|
|
||||||
source: true,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export function getKeyMetaNew() {
|
|
||||||
let url = NoteConstant.servicePath + "/note/keyMeta";
|
|
||||||
return axios({
|
|
||||||
url: url,
|
|
||||||
method: "get",
|
|
||||||
ignoreError: 1,
|
|
||||||
original: true,
|
|
||||||
source: true,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export function getNoteMeta(key) {
|
export function getNoteMeta(key) {
|
||||||
let url = NoteConstant.servicePath + "/note/" + key + "/noteMeta";
|
let url = NoteConstant.servicePath + "/note/" + key + "/noteMeta";
|
||||||
let noteMeta = null;
|
let noteMeta = null;
|
||||||
|
|||||||
@@ -26,6 +26,9 @@ const zh = {
|
|||||||
"100006": "服务器不可用!",
|
"100006": "服务器不可用!",
|
||||||
"100011": "笔记为空!",
|
"100011": "笔记为空!",
|
||||||
"100012": "笔记过大,超过{0}!",
|
"100012": "笔记过大,超过{0}!",
|
||||||
|
"100013": "The address is used, Copy to a new address.",
|
||||||
|
"100014": "The text has been modified.",
|
||||||
|
"800001": "Repetitive Submit!",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
export default zh;
|
export default zh;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import { getKeyMeta } from "@/api/note";
|
||||||
import { getStoreKey } from "@/api/lock";
|
import { getStoreKey } from "@/api/lock";
|
||||||
import { wrap } from "@/libs/secret";
|
import { wrap } from "@/libs/secret";
|
||||||
import storage from "@/libs/storage";
|
import storage from "@/libs/storage";
|
||||||
@@ -11,7 +12,7 @@ export function setStoreText(noteForm, state, secret) {
|
|||||||
storeText = wrap(text, secret.secretKey);
|
storeText = wrap(text, secret.secretKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
return storage.local.setText(
|
storage.local.setText(
|
||||||
secret.storeKey,
|
secret.storeKey,
|
||||||
state.lock +
|
state.lock +
|
||||||
"|" +
|
"|" +
|
||||||
@@ -25,7 +26,8 @@ export function setStoreText(noteForm, state, secret) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function setNewStoreText(noteForm,keyMeta) {
|
export function setNewStoreText(noteForm) {
|
||||||
|
let keyMeta =getKeyMeta();
|
||||||
let storeKey = getStoreKey(keyMeta.key);
|
let storeKey = getStoreKey(keyMeta.key);
|
||||||
|
|
||||||
let text = noteForm.text;
|
let text = noteForm.text;
|
||||||
@@ -36,7 +38,7 @@ export function setNewStoreText(noteForm,keyMeta) {
|
|||||||
storeText = wrap(text, keyMeta.secretKey);
|
storeText = wrap(text, keyMeta.secretKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
return storage.local.setText(
|
storage.local.setText(
|
||||||
storeKey,
|
storeKey,
|
||||||
"0|" +
|
"0|" +
|
||||||
keyMeta.cipher +
|
keyMeta.cipher +
|
||||||
@@ -45,6 +47,8 @@ export function setNewStoreText(noteForm,keyMeta) {
|
|||||||
"|" +
|
"|" +
|
||||||
storeText
|
storeText
|
||||||
);
|
);
|
||||||
|
|
||||||
|
return keyMeta.key;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function clearStoreText(key) {
|
export function clearStoreText(key) {
|
||||||
@@ -65,4 +69,4 @@ export function getEscapeText(text) {
|
|||||||
'<pre class="tab_pre">	</pre>'
|
'<pre class="tab_pre">	</pre>'
|
||||||
);
|
);
|
||||||
return textEscape;
|
return textEscape;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,45 @@
|
|||||||
import CryptoJS from "crypto-js";
|
import CryptoJS from "crypto-js";
|
||||||
import pako from "pako";
|
import pako from "pako";
|
||||||
|
import {Buffer} from "buffer";
|
||||||
//import {gzip_encode_raw,gzip_decode_raw} from 'wasm-flate';
|
//import {gzip_encode_raw,gzip_decode_raw} from 'wasm-flate';
|
||||||
|
|
||||||
const wasmFlate = window.wasm_bindgen;
|
const wasmFlate = window.wasm_bindgen;
|
||||||
|
|
||||||
|
CryptoJS.enc.Uint8Array = {
|
||||||
|
/**
|
||||||
|
* WordArray转Uint8Array
|
||||||
|
* @param wordArray
|
||||||
|
* @returns {Uint8Array}
|
||||||
|
*/
|
||||||
|
stringify: function (wordArray) {
|
||||||
|
var len = wordArray.words.length,
|
||||||
|
u8_array = new Uint8Array(len << 2),
|
||||||
|
offset = 0, word, i;
|
||||||
|
for (i = 0; i < len; i++) {
|
||||||
|
word = wordArray.words[i];
|
||||||
|
u8_array[offset++] = word >> 24;
|
||||||
|
u8_array[offset++] = (word >> 16) & 0xff;
|
||||||
|
u8_array[offset++] = (word >> 8) & 0xff;
|
||||||
|
u8_array[offset++] = word & 0xff;
|
||||||
|
}
|
||||||
|
return u8_array;
|
||||||
|
},
|
||||||
|
/**
|
||||||
|
* Uint8Array转WordArray
|
||||||
|
* @param u8arr
|
||||||
|
* @returns {WordArray}
|
||||||
|
*/
|
||||||
|
parse: function (u8arr) {
|
||||||
|
var len = u8arr.length;
|
||||||
|
var words = [];
|
||||||
|
for (var i = 0; i < len; i++) {
|
||||||
|
words[i >>> 2] |= (u8arr[i] & 0xff) << (24 - (i % 4) * 8);
|
||||||
|
}
|
||||||
|
return CryptoJS.lib.WordArray.create(words, len);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @word 要加密的内容
|
* @word 要加密的内容
|
||||||
* @keyWord String 服务器随机返回的关键字
|
* @keyWord String 服务器随机返回的关键字
|
||||||
@@ -11,14 +47,14 @@ const wasmFlate = window.wasm_bindgen;
|
|||||||
|
|
||||||
export function wrap(text, secretKey) {
|
export function wrap(text, secretKey) {
|
||||||
text = "FLAGNOTE#" + text;
|
text = "FLAGNOTE#" + text;
|
||||||
let result = aesEncrypt(text, secretKey);
|
let ui8ary = noteZip(text);
|
||||||
result = noteZip(result);
|
let result = aesEncrypt(convertUint8ArrayToWordArray(ui8ary), secretKey);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function unwrap(storeText, secretKey) {
|
export function unwrap(text, secretKey) {
|
||||||
let result = noteUnzip(storeText);
|
let wdary = aesDecrypt(text, secretKey);
|
||||||
result = aesDecrypt(result, secretKey);
|
let result = noteUnzip(convertWordArrayToUint8Array(wdary));
|
||||||
if (result.startsWith("FLAGNOTE#")) {
|
if (result.startsWith("FLAGNOTE#")) {
|
||||||
return result.substring(9);
|
return result.substring(9);
|
||||||
}
|
}
|
||||||
@@ -37,7 +73,7 @@ export function aesEncrypt(word, keyWord) {
|
|||||||
let key = CryptoJS.enc.Utf8.parse(keyWord);
|
let key = CryptoJS.enc.Utf8.parse(keyWord);
|
||||||
let encrypted = CryptoJS.AES.encrypt(word, key, {
|
let encrypted = CryptoJS.AES.encrypt(word, key, {
|
||||||
mode: CryptoJS.mode.ECB,
|
mode: CryptoJS.mode.ECB,
|
||||||
padding: CryptoJS.pad.Pkcs7,
|
padding: CryptoJS.pad.ZeroPadding,
|
||||||
});
|
});
|
||||||
return encrypted.toString();
|
return encrypted.toString();
|
||||||
}
|
}
|
||||||
@@ -48,28 +84,24 @@ export function aesDecrypt(word, keyWord) {
|
|||||||
let key = CryptoJS.enc.Utf8.parse(keyWord);
|
let key = CryptoJS.enc.Utf8.parse(keyWord);
|
||||||
let decrypt = CryptoJS.AES.decrypt(word, key, {
|
let decrypt = CryptoJS.AES.decrypt(word, key, {
|
||||||
mode: CryptoJS.mode.ECB,
|
mode: CryptoJS.mode.ECB,
|
||||||
padding: CryptoJS.pad.Pkcs7,
|
padding: CryptoJS.pad.ZeroPadding,
|
||||||
});
|
});
|
||||||
return CryptoJS.enc.Utf8.stringify(decrypt).toString();
|
return decrypt;
|
||||||
}
|
}
|
||||||
|
|
||||||
//base64 encode
|
//base64 encode btoa
|
||||||
export function encode(text) {
|
export function base64Encode(text) {
|
||||||
return Buffer.from(text, 'utf-8').toString('base64');
|
return Buffer.from(text, 'utf-8').toString('base64');
|
||||||
}
|
}
|
||||||
|
|
||||||
//base64 decode
|
//base64 decode atob
|
||||||
export function decode(text) {
|
export function base64Decode(text) {
|
||||||
return Buffer.from(text,'base64').toString('utf-8');
|
return Buffer.from(text,'base64').toString('utf-8');
|
||||||
}
|
}
|
||||||
|
|
||||||
export function noteUnzip(text) {
|
export function noteUnzip(wdary) {
|
||||||
let charData = text.split(",").map(function (x) {
|
let data = unzip(wdary);
|
||||||
return parseInt(x);
|
let text = new TextDecoder().decode(data);
|
||||||
});
|
|
||||||
let binData = new Uint8Array(charData);
|
|
||||||
let data = unzip(binData);
|
|
||||||
text = String.fromCharCode.apply(null, new Uint8Array(data));
|
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -96,35 +128,27 @@ export function unzip(data){
|
|||||||
return pako.ungzip(data);
|
return pako.ungzip(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
// function convertWordArrayToUint8Array(wordArray) {
|
|
||||||
// var len = wordArray.words.length,
|
|
||||||
// u8_array = new Uint8Array(len << 2),
|
|
||||||
// offset = 0, word, i
|
|
||||||
// ;
|
|
||||||
// for (i=0; i<len; i++) {
|
|
||||||
// word = wordArray.words[i];
|
|
||||||
// u8_array[offset++] = word >> 24;
|
|
||||||
// u8_array[offset++] = (word >> 16) & 0xff;
|
|
||||||
// u8_array[offset++] = (word >> 8) & 0xff;
|
|
||||||
// u8_array[offset++] = word & 0xff;
|
|
||||||
// }
|
|
||||||
// return u8_array;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// function convertUint8ArrayToWordArray(u8Array) {
|
export function convertBase64ToHexString(base64) {
|
||||||
// var words = [], i = 0, len = u8Array.length;
|
return CryptoJS.enc.Hex.stringify(CryptoJS.enc.Base64.parse(base64));
|
||||||
|
}
|
||||||
// while (i < len) {
|
|
||||||
// words.push(
|
export function convertHexStringToBase64(hexString) {
|
||||||
// (u8Array[i++] << 24) |
|
return CryptoJS.enc.Base64.stringify(CryptoJS.enc.Hex.parse(hexString));
|
||||||
// (u8Array[i++] << 16) |
|
}
|
||||||
// (u8Array[i++] << 8) |
|
|
||||||
// (u8Array[i++])
|
export function convertHexStringToUint8Array(hexString) {
|
||||||
// );
|
return Uint8Array.from(Buffer.from(hexString, 'hex'));
|
||||||
// }
|
}
|
||||||
|
export function convertUint8ArrayToHexString(byteArray) {
|
||||||
// return {
|
return Buffer.from(byteArray).toString('hex');
|
||||||
// sigBytes: words.length * 4,
|
}
|
||||||
// words: words
|
|
||||||
// };
|
function convertWordArrayToUint8Array(wordArray) {
|
||||||
// }
|
return CryptoJS.enc.Uint8Array.stringify(wordArray);
|
||||||
|
}
|
||||||
|
|
||||||
|
function convertUint8ArrayToWordArray(u8Array) {
|
||||||
|
return CryptoJS.enc.Uint8Array.parse(u8Array);
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
import localforage from "localforage";
|
|
||||||
|
|
||||||
class Storage {
|
class Storage {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.session = new Session();
|
this.session = new Session();
|
||||||
@@ -31,23 +29,23 @@ class Session {
|
|||||||
|
|
||||||
class Local {
|
class Local {
|
||||||
setObject(key, value) {
|
setObject(key, value) {
|
||||||
return localforage.setItem(key, JSON.stringify(value));
|
localStorage.setItem(key, JSON.stringify(value));
|
||||||
}
|
}
|
||||||
|
|
||||||
getObject(key) {
|
getObject(key) {
|
||||||
return JSON.parse(localforage.getItem(key));
|
return JSON.parse(localStorage.getItem(key));
|
||||||
}
|
}
|
||||||
|
|
||||||
delete(key) {
|
delete(key) {
|
||||||
return localforage.removeItem(key);
|
localStorage.removeItem(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
setText(key, value) {
|
setText(key, value) {
|
||||||
return localforage.setItem(key, value);
|
localStorage.setItem(key, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
getText(key) {
|
getText(key) {
|
||||||
return localforage.getItem(key);
|
return localStorage.getItem(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
getUseSize() {
|
getUseSize() {
|
||||||
|
|||||||
17
src/main.js
17
src/main.js
@@ -1,15 +1,12 @@
|
|||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
import getRouter from './router/'
|
import router from './router'
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import VueAxios from 'vue-axios'
|
import VueAxios from 'vue-axios'
|
||||||
import './plugins/iview.js'
|
import './plugins/iview.js'
|
||||||
import {Promise} from "bluebird";
|
|
||||||
import i18n from './i18n/'
|
import i18n from './i18n/'
|
||||||
|
|
||||||
import NoteConstant from "@/libs/constants";
|
import NoteConstant from "@/libs/constants";
|
||||||
|
|
||||||
|
|
||||||
axios.defaults.baseURL = NoteConstant.servicePath;
|
axios.defaults.baseURL = NoteConstant.servicePath;
|
||||||
|
|
||||||
Vue.use(VueAxios, axios)
|
Vue.use(VueAxios, axios)
|
||||||
@@ -19,12 +16,10 @@ Vue.config.debug = debugFlag;
|
|||||||
Vue.config.devtools = debugFlag;
|
Vue.config.devtools = debugFlag;
|
||||||
Vue.config.productionTip = debugFlag;
|
Vue.config.productionTip = debugFlag;
|
||||||
|
|
||||||
Promise.try(getRouter).then((router)=>{
|
new Vue({
|
||||||
new Vue({
|
i18n,
|
||||||
i18n,
|
router,
|
||||||
router,
|
render: h => h(App)
|
||||||
render: h => h(App)
|
}).$mount('#app')
|
||||||
}).$mount('#app')
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,131 +1,127 @@
|
|||||||
import { getNoteMetaNew } from "@/api/note";
|
import Vue from "vue";
|
||||||
import VueRouter from "vue-router";
|
import VueRouter from "vue-router";
|
||||||
import EditNote from "@/views/EditNote.vue";
|
import EditNote from "@/views/EditNote.vue";
|
||||||
import ViewNote from "@/views/ViewNote.vue";
|
import ViewNote from "@/views/ViewNote.vue";
|
||||||
|
import ErrorRoute from "@/views/ErrorRoute.vue";
|
||||||
import ErrorNote from "@/views/ErrorNote.vue";
|
import ErrorNote from "@/views/ErrorNote.vue";
|
||||||
import storage from "@/libs/storage";
|
import { getNoteMeta } from "@/api/note";
|
||||||
import { getStoreKey } from "@/api/lock";
|
import { getStoreKey } from "@/api/lock";
|
||||||
|
import storage from "@/libs/storage";
|
||||||
|
|
||||||
|
Vue.use(VueRouter);
|
||||||
|
|
||||||
export default async function getRouter() {
|
var keyMeta = null;
|
||||||
let path = location.pathname;
|
var noteMeta = null;
|
||||||
let key = path.substring(1, path.length);
|
var errorMeta = null;
|
||||||
//let errorMeta = null;
|
|
||||||
|
|
||||||
if (path == "/") {
|
function getKeyMetaParam() {
|
||||||
//errorMeta = 100002;
|
return keyMeta;
|
||||||
return errorRouter(100002);
|
|
||||||
}
|
|
||||||
|
|
||||||
let keyMeta = storage.session.getObject("keyMeta");
|
|
||||||
storage.session.delete("keyMeta");
|
|
||||||
|
|
||||||
let regKey = /^[abcdefhikmnopqstuvwxyz23456789]{16}$/;
|
|
||||||
|
|
||||||
if (!regKey.test(key)) {
|
|
||||||
return errorRouter(100002);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (keyMeta && keyMeta.key) {
|
|
||||||
// if(document.referrer=="/"){
|
|
||||||
// }
|
|
||||||
return noteRouter(EditNote, keyMeta, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
let resp = await getNoteMetaNew(key);
|
|
||||||
|
|
||||||
|
|
||||||
if (null == resp || null == resp.data) {
|
|
||||||
return errorRouter(100006);
|
|
||||||
}
|
|
||||||
|
|
||||||
let result = resp.data;
|
|
||||||
if (result.code != '000000') {
|
|
||||||
return errorRouter(parseInt(result.code));
|
|
||||||
}
|
|
||||||
|
|
||||||
let noteMeta = result.data;
|
|
||||||
if (null == noteMeta) {
|
|
||||||
return errorRouter(100001);
|
|
||||||
}
|
|
||||||
if (null == noteMeta.key) {
|
|
||||||
return errorRouter(100002);
|
|
||||||
}
|
|
||||||
|
|
||||||
//view
|
|
||||||
if (1 == noteMeta.state) {
|
|
||||||
return noteRouter(ViewNote, keyMeta, noteMeta);
|
|
||||||
}
|
|
||||||
|
|
||||||
//deleted
|
|
||||||
if (0 == noteMeta.state) {
|
|
||||||
let storeKey = getStoreKey(key);
|
|
||||||
storage.local.delete(storeKey);
|
|
||||||
// user deleted
|
|
||||||
if (noteMeta.ttl > 0) {
|
|
||||||
// errorMeta = 100003;
|
|
||||||
return errorRouter(100003);
|
|
||||||
} else {// timeout
|
|
||||||
// errorMeta = 100004;
|
|
||||||
return errorRouter(100004);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//edit or unsubmitted
|
|
||||||
if (null == noteMeta.state) {
|
|
||||||
let storeKey = getStoreKey(key);
|
|
||||||
const storeInfo = await storage.local.getText(storeKey);
|
|
||||||
|
|
||||||
//if has storage , then edit
|
|
||||||
if (null != storeInfo) {
|
|
||||||
return noteRouter(EditNote, keyMeta, noteMeta);
|
|
||||||
}
|
|
||||||
|
|
||||||
//storage is empty
|
|
||||||
let df = storage.session.getText(storeKey + "_delete")
|
|
||||||
if (df) {//unsubmitted,user deleted.
|
|
||||||
// errorMeta = 100003;
|
|
||||||
return errorRouter(100003);
|
|
||||||
} else {//unsubmitted
|
|
||||||
// errorMeta = 100005;
|
|
||||||
return errorRouter(100005);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return errorRouter(100001);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function noteRouter(noteView, keyMeta, noteMeta) {
|
function getNoteMetaParam() {
|
||||||
const routes = [
|
return noteMeta;
|
||||||
{
|
|
||||||
path: "/:name([a-z0-9]{10,20})",
|
|
||||||
name: "note",
|
|
||||||
component: noteView,
|
|
||||||
meta: { keyMeta: keyMeta, noteMeta: noteMeta },
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
const router = new VueRouter({
|
|
||||||
routes,
|
|
||||||
mode: "history",
|
|
||||||
});
|
|
||||||
return router;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getErrorMetaParam() {
|
||||||
function errorRouter(errorCode) {
|
return errorMeta;
|
||||||
const routes = [
|
|
||||||
{
|
|
||||||
path: "/:name([a-z0-9]{10,20})",
|
|
||||||
name: "error",
|
|
||||||
component: ErrorNote,
|
|
||||||
errorMeta: errorCode
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
const router = new VueRouter({
|
|
||||||
routes,
|
|
||||||
mode: "history",
|
|
||||||
});
|
|
||||||
return router;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getNoteView() {
|
||||||
|
if (errorMeta) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
let path = location.pathname;
|
||||||
|
|
||||||
|
let key = path.substring(1, path.length);
|
||||||
|
|
||||||
|
keyMeta = storage.session.getObject(key+".keyMeta");
|
||||||
|
if (keyMeta && keyMeta.key) {
|
||||||
|
key = keyMeta.key;
|
||||||
|
}
|
||||||
|
|
||||||
|
let regKey = /^[abcdefhikmnopqstuvwxyz23456789]{16}$/;
|
||||||
|
if (!regKey.test(key)) {
|
||||||
|
errorMeta = 100002;
|
||||||
|
return ErrorNote;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (keyMeta && keyMeta.key) {
|
||||||
|
//firstEdit
|
||||||
|
return EditNote;
|
||||||
|
}
|
||||||
|
|
||||||
|
//set noteMeta
|
||||||
|
noteMeta = getNoteMeta(key);
|
||||||
|
|
||||||
|
//server error
|
||||||
|
if (!noteMeta) {
|
||||||
|
errorMeta = 100006;
|
||||||
|
return ErrorNote;
|
||||||
|
}
|
||||||
|
|
||||||
|
//invalidated key
|
||||||
|
if (!noteMeta.key) {
|
||||||
|
errorMeta = 100002;
|
||||||
|
return ErrorNote;
|
||||||
|
}
|
||||||
|
|
||||||
|
//validated state
|
||||||
|
if (1 == noteMeta.state) {
|
||||||
|
return ViewNote;
|
||||||
|
}
|
||||||
|
|
||||||
|
//deleted
|
||||||
|
if (0 == noteMeta.state) {
|
||||||
|
let storeKey = getStoreKey(key);
|
||||||
|
storage.local.delete(storeKey);
|
||||||
|
// user deleted
|
||||||
|
if (noteMeta.ttl > 0) {
|
||||||
|
errorMeta = 100003;
|
||||||
|
return ErrorNote;
|
||||||
|
} else {// timeout
|
||||||
|
errorMeta = 100004;
|
||||||
|
return ErrorNote;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (null == noteMeta.state) {
|
||||||
|
let storeKey = getStoreKey(key);
|
||||||
|
//if has storage , then edit
|
||||||
|
if (storage.local.getText(storeKey)) {
|
||||||
|
return EditNote;
|
||||||
|
} else {
|
||||||
|
//storage is empty
|
||||||
|
let df = storage.session.getText(storeKey + "_delete")
|
||||||
|
if (df) {//unsubmitted,user deleted.
|
||||||
|
errorMeta = 100003;
|
||||||
|
return ErrorNote;
|
||||||
|
} else {//unsubmitted
|
||||||
|
errorMeta = 100005;
|
||||||
|
return ErrorNote;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// other exception
|
||||||
|
errorMeta = 100001;
|
||||||
|
return ErrorNote;
|
||||||
|
}
|
||||||
|
|
||||||
|
const routes = [
|
||||||
|
{ path: "/error_:code([0-9]{6})", component: ErrorNote },
|
||||||
|
{
|
||||||
|
path: "/:name([a-z0-9]{10,20})",
|
||||||
|
name: "note",
|
||||||
|
component: getNoteView(),
|
||||||
|
meta: { keyMeta: getKeyMetaParam(), noteMeta: getNoteMetaParam(), errorMeta: getErrorMetaParam() },
|
||||||
|
},
|
||||||
|
{ path: "/:path(.*)", component: ErrorRoute }
|
||||||
|
];
|
||||||
|
|
||||||
|
const router = new VueRouter({
|
||||||
|
routes,
|
||||||
|
mode: "history",
|
||||||
|
});
|
||||||
|
|
||||||
|
export default router;
|
||||||
|
|||||||
@@ -100,7 +100,7 @@
|
|||||||
<Button-group size="large">
|
<Button-group size="large">
|
||||||
<Button aria-label="publish" type="error" :loading="model.submitting"
|
<Button aria-label="publish" type="error" :loading="model.submitting"
|
||||||
style="margin-left:5px; border-radius: 0px;font-size: 21px;" @click="submitNote()"
|
style="margin-left:5px; border-radius: 0px;font-size: 21px;" @click="submitNote()"
|
||||||
icon="md-share"></Button>
|
icon="md-cloud-upload"></Button>
|
||||||
<Button aria-label="menu" type="error" style="margin-left:3px; border-radius: 0px;font-size: 24px;"
|
<Button aria-label="menu" type="error" style="margin-left:3px; border-radius: 0px;font-size: 24px;"
|
||||||
@click="switchMenu()" @blur.native="hideMenu()" icon="md-menu"></Button>
|
@click="switchMenu()" @blur.native="hideMenu()" icon="md-menu"></Button>
|
||||||
|
|
||||||
@@ -113,18 +113,12 @@
|
|||||||
<Button-group vertical size="large">
|
<Button-group vertical size="large">
|
||||||
<Button aria-label="create note" type="error" style="border-radius: 0px;font-size: 24px;"
|
<Button aria-label="create note" type="error" style="border-radius: 0px;font-size: 24px;"
|
||||||
@click="createNote(); switchMenu(); " icon="md-add"></Button>
|
@click="createNote(); switchMenu(); " icon="md-add"></Button>
|
||||||
<!--
|
|
||||||
|
|
||||||
<Button type="error" icon="md-refresh" style="border-radius: 0px;font-size: 14px;font-size: 24px;"
|
<Button aria-label="crop" v-show="model.showDownloadText" type="error"
|
||||||
@click="refreshPage()"></Button>
|
style="border-radius: 0px;font-size: 24px;" @click="saveImage(); switchMenu();" icon="md-crop"></Button>
|
||||||
-->
|
|
||||||
|
|
||||||
<Button aria-label="download text" v-show="model.showDownloadText" type="error"
|
<Button aria-label="download text" v-show="model.showDownloadText" type="error"
|
||||||
style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); switchMenu(); "
|
style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); switchMenu();"
|
||||||
icon="md-download"></Button>
|
|
||||||
|
|
||||||
<Button aria-label="history text" v-show="model.showHistoryText" type="error"
|
|
||||||
style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); switchMenu(); "
|
|
||||||
icon="md-download"></Button>
|
icon="md-download"></Button>
|
||||||
|
|
||||||
<Button type="error" icon="md-trash" style="border-radius: 0px;font-size: 24px;"
|
<Button type="error" icon="md-trash" style="border-radius: 0px;font-size: 24px;"
|
||||||
@@ -149,7 +143,7 @@
|
|||||||
:lg="{ span: 18, offset: 3 }" :xl="{ span: 16, offset: 4 }" :xxl="{ span: 16, offset: 4 }">
|
:lg="{ span: 18, offset: 3 }" :xl="{ span: 16, offset: 4 }" :xxl="{ span: 16, offset: 4 }">
|
||||||
<Card :padding="0">
|
<Card :padding="0">
|
||||||
<Form :model="noteForm" :label-width="80">
|
<Form :model="noteForm" :label-width="80">
|
||||||
<div id="wrapper" style="border-left: 2px solid #ed4014;">
|
<div ref="html2canvas" id="wrapper" style="border-left: 2px solid #ed4014;">
|
||||||
<Input element-id="noteText" type="textarea" :border="false" v-model="noteForm.text" autofocus
|
<Input element-id="noteText" type="textarea" :border="false" v-model="noteForm.text" autofocus
|
||||||
:autosize="{ minRows: 30, maxRows: 409600 }" :placeholder="$t('content.noteTip')" @input="recordText"
|
:autosize="{ minRows: 30, maxRows: 409600 }" :placeholder="$t('content.noteTip')" @input="recordText"
|
||||||
@on-keydown="recordEventKdown" />
|
@on-keydown="recordEventKdown" />
|
||||||
@@ -163,7 +157,7 @@
|
|||||||
|
|
||||||
</Content>
|
</Content>
|
||||||
|
|
||||||
<Footer class="layout-footer-center">2022 © flagnote.com</Footer>
|
<Footer class="layout-footer-center">2023 © flagnote.com</Footer>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
<Modal v-model="model.showDelete" width="360" footer-hide class-name="fnmodal" :styles="{ borderRadius: 0 }">
|
<Modal v-model="model.showDelete" width="360" footer-hide class-name="fnmodal" :styles="{ borderRadius: 0 }">
|
||||||
@@ -197,11 +191,11 @@ import { unwrap } from '../libs/secret'
|
|||||||
import { saveNote } from "@/api/note";
|
import { saveNote } from "@/api/note";
|
||||||
import { getStoreKey } from "@/api/lock";
|
import { getStoreKey } from "@/api/lock";
|
||||||
import storage from "@/libs/storage";
|
import storage from "@/libs/storage";
|
||||||
import { setStoreText,setNewStoreText } from "@/libs/noteStorage";
|
import { setStoreText, setNewStoreText } from "@/libs/noteStorage";
|
||||||
import { saveAs } from 'file-saver';
|
import { saveAs } from 'file-saver';
|
||||||
import { isWeixin } from "@/libs/utils";
|
import { isWeixin } from "@/libs/utils";
|
||||||
import NoteConstant from "@/libs/constants";
|
import NoteConstant from "@/libs/constants";
|
||||||
import { getKeyMeta } from "@/api/note";
|
import html2canvas from "html2canvas";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'EditNote',
|
name: 'EditNote',
|
||||||
@@ -236,12 +230,15 @@ export default {
|
|||||||
toTopState: false,
|
toTopState: false,
|
||||||
showMenuState: false,
|
showMenuState: false,
|
||||||
showHeaderShade: false,
|
showHeaderShade: false,
|
||||||
pageSession: '',
|
|
||||||
errorInfo: '',
|
errorInfo: '',
|
||||||
|
lastEditTime: 0,
|
||||||
|
backStoreTextInterval: null,
|
||||||
|
lastStoreCount: 0,
|
||||||
|
lastStoreTime: 0,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.pageSession = new Date().getTime();
|
this.editTime = new Date().getTime();
|
||||||
|
|
||||||
// read $route
|
// read $route
|
||||||
this.noteForm.key = this.$route.params.name;
|
this.noteForm.key = this.$route.params.name;
|
||||||
@@ -277,27 +274,28 @@ export default {
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
storage.local.setText(storeKey, "0|" + this.secret.cipher + "|0|" + this.state.initTime + "|");
|
storage.local.setText(storeKey, "0|" + this.secret.cipher + "|0|" + this.state.initTime + "|");
|
||||||
|
storage.session.delete(keyMeta.key + ".keyMeta");
|
||||||
} else {
|
} else {
|
||||||
// second edit
|
// second edit
|
||||||
let noteMeta = this.$route.meta.noteMeta;
|
let noteMeta = this.$route.meta.noteMeta;
|
||||||
this.secret.secretKey = noteMeta.secretKey;
|
this.secret.secretKey = noteMeta.secretKey;
|
||||||
|
|
||||||
let that = this;
|
let storeInfo = storage.local.getText(storeKey);
|
||||||
|
let starray = storeInfo.split('|');
|
||||||
storage.local.getText(storeKey).then(function(storeInfo){
|
this.state.lock = parseInt(starray[0]);
|
||||||
let starray = storeInfo.split('|');
|
this.secret.cipher = starray[1];
|
||||||
that.state.lock = parseInt(starray[0]);
|
this.state.initTime = parseInt(starray[3]);
|
||||||
that.secret.cipher = starray[1];
|
|
||||||
that.state.initTime = parseInt(starray[3]);
|
|
||||||
|
|
||||||
//draw text;
|
|
||||||
if (starray[4]) {
|
|
||||||
that.noteForm.text = unwrap(starray[4], that.secret.secretKey);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
|
//draw text;
|
||||||
|
if (starray[4]) {
|
||||||
|
this.noteForm.text = unwrap(starray[4], this.secret.secretKey);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.lastStoreCount = this.noteForm.text.length;
|
||||||
|
this.lastEditTime = new Date().getTime();
|
||||||
|
this.lastStoreTime = this.lastEditTime;
|
||||||
|
|
||||||
this.bindCtrlAllEvent();
|
this.bindCtrlAllEvent();
|
||||||
this.bindToTopEvent();
|
this.bindToTopEvent();
|
||||||
|
|
||||||
@@ -318,12 +316,15 @@ export default {
|
|||||||
const someOtherEl = document.querySelector('#wrapper');
|
const someOtherEl = document.querySelector('#wrapper');
|
||||||
|
|
||||||
myObserver.observe(someOtherEl);
|
myObserver.observe(someOtherEl);
|
||||||
|
|
||||||
|
window.addEventListener('beforeunload', e => this.beforeunloadHandler(e))
|
||||||
},
|
},
|
||||||
updated() {
|
updated() {
|
||||||
},
|
},
|
||||||
beforeDestroy() {
|
beforeDestroy() {
|
||||||
},
|
},
|
||||||
destroyed() {
|
destroyed() {
|
||||||
|
window.removeEventListener('beforeunload', e => this.beforeunloadHandler(e))
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {},
|
||||||
watch: {},
|
watch: {},
|
||||||
@@ -360,7 +361,49 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
setStoreText(this.noteForm, this.state, this.secret);
|
let nowEditCount = this.noteForm.text.length;
|
||||||
|
let nowEditTime = new Date().getTime();
|
||||||
|
|
||||||
|
if (nowEditCount < 1024) {
|
||||||
|
setStoreText(this.noteForm, this.state, this.secret);
|
||||||
|
this.lastStoreTime = nowEditTime;
|
||||||
|
this.lastStoreCount = nowEditCount;
|
||||||
|
} else {
|
||||||
|
if (null == this.backStoreTextInterval) {
|
||||||
|
this.backStoreTextInterval = window.setInterval(this.backStoreFunction(), 500);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
this.lastEditTime = nowEditTime;
|
||||||
|
},
|
||||||
|
backStoreFunction() {
|
||||||
|
let that = this;
|
||||||
|
return function () {
|
||||||
|
that.backStoreText();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
backStoreText() {
|
||||||
|
let nowEditCount = this.noteForm.text.length;
|
||||||
|
let nowEditTime = new Date().getTime();
|
||||||
|
if (Math.abs(nowEditCount - this.lastStoreCount) > 10) {
|
||||||
|
setStoreText(this.noteForm, this.state, this.secret);
|
||||||
|
this.lastStoreTime = this.lastEditTime;
|
||||||
|
this.lastStoreCount = nowEditCount;
|
||||||
|
} else {
|
||||||
|
if (nowEditTime - this.lastEditTime >= 1000 && nowEditTime - this.lastEditTime < 20000) {
|
||||||
|
if (this.lastEditTime != this.lastStoreTime) {
|
||||||
|
setStoreText(this.noteForm, this.state, this.secret);
|
||||||
|
this.lastStoreTime = this.lastEditTime;
|
||||||
|
this.lastStoreCount = nowEditCount;
|
||||||
|
}
|
||||||
|
} else if (nowEditTime - this.lastEditTime >= 20000) {
|
||||||
|
if (this.backStoreTextInterval != null) {
|
||||||
|
let ivl = this.backStoreTextInterval;
|
||||||
|
this.backStoreTextInterval = null;
|
||||||
|
window.clearInterval(ivl);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
// recordEventKup(event) {
|
// recordEventKup(event) {
|
||||||
// let tn = event.currentTarget.value;
|
// let tn = event.currentTarget.value;
|
||||||
@@ -400,13 +443,16 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.noteForm.text = event.currentTarget.value;
|
this.noteForm.text = event.currentTarget.value;
|
||||||
setStoreText(this.noteForm, this.state, this.secret);
|
this.recordText();
|
||||||
|
|
||||||
} else if (event.ctrlKey && (event.which == 13)) {
|
} else if (event.ctrlKey && (event.which == 13)) {
|
||||||
|
//save
|
||||||
this.submitNote();
|
this.submitNote();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
save() {
|
||||||
|
return saveNote(this.noteForm, this.secret);
|
||||||
|
},
|
||||||
validateForm() {
|
validateForm() {
|
||||||
let text = this.noteForm.text;
|
let text = this.noteForm.text;
|
||||||
if (text.length > NoteConstant.noteMaxCount) {
|
if (text.length > NoteConstant.noteMaxCount) {
|
||||||
@@ -435,28 +481,25 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
setStoreText(this.noteForm, this.state, this.secret);
|
|
||||||
|
|
||||||
this.model.submitting = true;
|
this.model.submitting = true;
|
||||||
|
|
||||||
let that = this;
|
let that = this;
|
||||||
saveNote(this.noteForm, this.secret).then(res => {
|
this.save().then(res => {
|
||||||
if (res.data && res.data.code == "000000") {
|
if (res.data && res.data.code == "000000") {
|
||||||
storage.session.setText(that.secret.storeKey + "_share", '1');
|
storage.session.setText(that.secret.storeKey + "_share", '1');
|
||||||
|
|
||||||
that.state.commited = 1;
|
that.state.commited = 1;
|
||||||
setStoreText(this.noteForm, this.state, this.secret).then(function(){
|
setStoreText(this.noteForm, this.state, this.secret);
|
||||||
location.reload();
|
|
||||||
});
|
location.reload();
|
||||||
|
this.state.locking = 0;
|
||||||
} else {
|
} else {
|
||||||
alert(res.data.code);
|
alert(res.data.code);
|
||||||
this.model.submitting = false;
|
this.model.submitting = false;
|
||||||
this.state.locking = 0;
|
this.state.locking = 0;
|
||||||
if(res.data.code=="100013"||res.data.code=="800001"){
|
if (res.data.code == "100013" || res.data.code == "800001") {
|
||||||
let keyMeta = getKeyMeta();
|
let key = setNewStoreText(this.noteForm);
|
||||||
setNewStoreText(this.noteForm,keyMeta).then(function () {
|
location.href = "/" + key;
|
||||||
location.href="/"+keyMeta.key;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -502,7 +545,65 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
dataURLToBlob(dataurl) {
|
||||||
|
let arr = dataurl.split(',');
|
||||||
|
let mime = arr[0].match(/:(.*?);/)[1];
|
||||||
|
let bstr = window.atob(arr[1]);
|
||||||
|
let n = bstr.length;
|
||||||
|
let u8arr = new Uint8Array(n);
|
||||||
|
while (n--) {
|
||||||
|
u8arr[n] = bstr.charCodeAt(n);
|
||||||
|
}
|
||||||
|
return new Blob([u8arr], { type: mime });
|
||||||
|
},
|
||||||
|
saveImage() {
|
||||||
|
let canvasID = this.$refs["html2canvas"];
|
||||||
|
|
||||||
|
let that = this;
|
||||||
|
let a = document.createElement('a');
|
||||||
|
html2canvas(canvasID, {
|
||||||
|
scale: 1,
|
||||||
|
windowWidth: parseInt(document.getElementById("noteText").offsetWidth) + 2,
|
||||||
|
onclone: (clonedDocument) => {
|
||||||
|
let nt = clonedDocument.getElementById("noteText");
|
||||||
|
const div = clonedDocument.createElement('div')
|
||||||
|
div.innerText = nt.value
|
||||||
|
|
||||||
|
div.style.color = "black";
|
||||||
|
div.style.padding = "10px";
|
||||||
|
div.style.textAlign = "left";
|
||||||
|
div.style.wordBreak = "break-word";
|
||||||
|
div.style.whiteSpace = "pre-wrap";
|
||||||
|
div.style.verticalAlign = "top";
|
||||||
|
div.style.fontSize = "15px";
|
||||||
|
div.style.width = "100%";
|
||||||
|
div.style.border = "0px";
|
||||||
|
div.style.fontFamily = "'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif";
|
||||||
|
|
||||||
|
nt.style.display = 'none'
|
||||||
|
|
||||||
|
nt.parentElement.parentElement.style.borderLeftColor = "white";
|
||||||
|
|
||||||
|
nt.parentElement.append(div)
|
||||||
|
}
|
||||||
|
}).then(canvas => {
|
||||||
|
let dom = document.body.appendChild(canvas);
|
||||||
|
dom.style.display = 'none';
|
||||||
|
a.style.display = 'none';
|
||||||
|
document.body.removeChild(dom);
|
||||||
|
let blob = that.dataURLToBlob(dom.toDataURL('image/png'));
|
||||||
|
a.setAttribute('href', URL.createObjectURL(blob));
|
||||||
|
a.setAttribute('download', that.noteForm.key + '.png');
|
||||||
|
document.body.appendChild(a);
|
||||||
|
a.click();
|
||||||
|
URL.revokeObjectURL(blob);
|
||||||
|
document.body.removeChild(a);
|
||||||
|
});
|
||||||
|
},
|
||||||
|
beforeunloadHandler() {
|
||||||
|
setStoreText(this.noteForm, this.state, this.secret);
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
</Content>
|
</Content>
|
||||||
|
|
||||||
|
|
||||||
<Footer class="layout-footer-center">2022 © flagnote.com</Footer>
|
<Footer class="layout-footer-center">2023 © flagnote.com</Footer>
|
||||||
|
|
||||||
</Layout>
|
</Layout>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -80,8 +80,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#qrUrl::selection {
|
#qrUrl::selection {
|
||||||
background-color: #ed4014;
|
background: #dddddd;
|
||||||
color: #ffffff;
|
color: #ed4014;
|
||||||
}
|
}
|
||||||
|
|
||||||
#copyBtn {
|
#copyBtn {
|
||||||
@@ -172,17 +172,17 @@
|
|||||||
<img style="height:40px;float:left;cursor: pointer;" alt="refresh flagnote" src="/static/logo.png"
|
<img style="height:40px;float:left;cursor: pointer;" alt="refresh flagnote" src="/static/logo.png"
|
||||||
v-on:click="refreshPage()">
|
v-on:click="refreshPage()">
|
||||||
<!--
|
<!--
|
||||||
<div style="float:left;width:auto;vertical-align: center;">
|
<div style="float:left;width:auto;vertical-align: center;">
|
||||||
<div style="font-size: 18px;
|
<div style="font-size: 18px;
|
||||||
color: red;
|
color: red;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
height: 40px;">{{
|
height: 40px;">{{
|
||||||
state.ttlDesc
|
state.ttlDesc
|
||||||
}}</div>
|
}}</div>
|
||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<div style="float:left;width:auto;">
|
<div style="float:left;width:auto;">
|
||||||
@@ -220,18 +220,19 @@
|
|||||||
<div id="noteMenu" :class="[showMenuState ? 'showBlock' : 'hideBlock']"
|
<div id="noteMenu" :class="[showMenuState ? 'showBlock' : 'hideBlock']"
|
||||||
style="z-index: 100; position: absolute;top:43px;right:0px;left:auto;">
|
style="z-index: 100; position: absolute;top:43px;right:0px;left:auto;">
|
||||||
<Button-group vertical size="large">
|
<Button-group vertical size="large">
|
||||||
<Button type="error" icon="md-add" style="border-radius: 0px;font-size: 24px;"
|
<Button aria-label="new note" type="error" icon="md-add" style="border-radius: 0px;font-size: 24px;"
|
||||||
@click="createNote(); switchMenu();"></Button>
|
@click="createNote(); switchMenu();"></Button>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
<Button type="error" icon="md-refresh" style="border-radius: 0px;font-size: 24px;"
|
<Button type="error" icon="md-refresh" style="border-radius: 0px;font-size: 24px;"
|
||||||
@click="refreshPage()"></Button>
|
@click="refreshPage()"></Button>
|
||||||
-->
|
-->
|
||||||
|
<Button aria-label="crop" v-show="model.showDownloadText" type="error" icon="md-crop"
|
||||||
|
style="border-radius: 0px;font-size: 24px;" @click="saveImage(); switchMenu();"></Button>
|
||||||
|
|
||||||
<Button aria-label="download text" v-show="model.showDownloadText" type="error"
|
<Button aria-label="download text" v-show="model.showDownloadText" type="error"
|
||||||
style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); switchMenu();"
|
style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); " icon="md-download"></Button>
|
||||||
icon="md-download"></Button>
|
|
||||||
|
|
||||||
<Button type="error" icon="md-trash" style="border-radius: 0px;font-size: 24px;"
|
<Button type="error" icon="md-trash" style="border-radius: 0px;font-size: 24px;"
|
||||||
@click="showDeleteModel(); switchMenu();"></Button>
|
@click="showDeleteModel(); switchMenu();"></Button>
|
||||||
@@ -254,9 +255,9 @@
|
|||||||
<Col :xs="{ span: 24, offset: 0 }" :sm="{ span: 22, offset: 1 }" :md="{ span: 20, offset: 2 }"
|
<Col :xs="{ span: 24, offset: 0 }" :sm="{ span: 22, offset: 1 }" :md="{ span: 20, offset: 2 }"
|
||||||
:lg="{ span: 18, offset: 3 }" :xl="{ span: 16, offset: 4 }" :xxl="{ span: 16, offset: 4 }">
|
:lg="{ span: 18, offset: 3 }" :xl="{ span: 16, offset: 4 }" :xxl="{ span: 16, offset: 4 }">
|
||||||
<Card :padding="0">
|
<Card :padding="0">
|
||||||
<div id="wrapper" style="border-left: 2px solid white;">
|
<div ref="html2canvas" id="wrapper" style="border-left: 2px solid white;">
|
||||||
<Input element-id="noteText" readonly type="textarea" :border="false" v-model="noteForm.text"
|
<Input element-id="noteText" readonly type="textarea" :border="false" v-model="noteForm.text"
|
||||||
:autosize="{ minRows: 30, maxRows: 409600 }" :placeholder="$t('content.noteTip')" />
|
:autosize="{ minRows: 30, maxRows: 409600 }" :placeholder="$t('content.noteTip')" />
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
</Col>
|
</Col>
|
||||||
@@ -266,7 +267,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<Footer class="layout-footer-center">
|
<Footer class="layout-footer-center">
|
||||||
2022 © flagnote.com
|
2023 © flagnote.com
|
||||||
</Footer>
|
</Footer>
|
||||||
|
|
||||||
</Layout>
|
</Layout>
|
||||||
@@ -274,11 +275,11 @@
|
|||||||
<Modal v-model="model.showShare" width="360" footer-hide class-name="qrmodal" :styles="{ borderRadius: 0 }"
|
<Modal v-model="model.showShare" width="360" footer-hide class-name="qrmodal" :styles="{ borderRadius: 0 }"
|
||||||
@on-cancel="closeShareModel">
|
@on-cancel="closeShareModel">
|
||||||
<p style="text-align: center;
|
<p style="text-align: center;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;">
|
width: 100%;">
|
||||||
<Tag style="border-radius: 0px;" v-show="model.copyTip" color="#ed4014" text="">Url Copied.</Tag>
|
<Tag style="border-radius: 0px;" v-show="model.copyTip" color="#ed4014" text="">Url Copied.</Tag>
|
||||||
</p>
|
</p>
|
||||||
<p style="text-align: center;margin-top:20px;line-height:100%">
|
<p style="text-align: center;margin-top:20px;line-height:100%">
|
||||||
@@ -303,7 +304,7 @@
|
|||||||
|
|
||||||
<p style="text-align: center;margin-top:10px;">
|
<p style="text-align: center;margin-top:10px;">
|
||||||
<Button type="error" style="border-radius: 0px;font-size:19px;" @click="closeTtlDeleteModel()">{{
|
<Button type="error" style="border-radius: 0px;font-size:19px;" @click="closeTtlDeleteModel()">{{
|
||||||
$t("button.close")
|
$t("button.close")
|
||||||
}}</Button>
|
}}</Button>
|
||||||
</p>
|
</p>
|
||||||
</Modal>
|
</Modal>
|
||||||
@@ -314,7 +315,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p style="text-align: center;">
|
<p style="text-align: center;">
|
||||||
<Button type="error" :loading="model.deleting" style="border-radius: 0px;font-size:19px;" @click="dropNote()">{{
|
<Button type="error" :loading="model.deleting" style="border-radius: 0px;font-size:19px;" @click="dropNote()">{{
|
||||||
$t("button.yes")
|
$t("button.yes")
|
||||||
}}</Button>
|
}}</Button>
|
||||||
</p>
|
</p>
|
||||||
</Modal>
|
</Modal>
|
||||||
@@ -325,15 +326,12 @@
|
|||||||
</p>
|
</p>
|
||||||
<p style="text-align: center;">
|
<p style="text-align: center;">
|
||||||
<Button type="error" style="border-radius: 0px;font-size: 19px;" @click="cloaseErrorMessage()">{{
|
<Button type="error" style="border-radius: 0px;font-size: 19px;" @click="cloaseErrorMessage()">{{
|
||||||
$t("button.close")
|
$t("button.close")
|
||||||
}}</Button>
|
}}</Button>
|
||||||
</p>
|
</p>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -347,6 +345,8 @@ import QRCode from "qrcodejs2";
|
|||||||
import Clipboard from "clipboard";
|
import Clipboard from "clipboard";
|
||||||
import { saveAs } from 'file-saver';
|
import { saveAs } from 'file-saver';
|
||||||
import { isWeixin, getNoteUrl } from "@/libs/utils";
|
import { isWeixin, getNoteUrl } from "@/libs/utils";
|
||||||
|
import html2canvas from "html2canvas";
|
||||||
|
import { Buffer } from 'buffer';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ViewNote',
|
name: 'ViewNote',
|
||||||
@@ -420,14 +420,10 @@ export default {
|
|||||||
|
|
||||||
this.startClock();
|
this.startClock();
|
||||||
|
|
||||||
|
|
||||||
let that = this;
|
|
||||||
storage.local.getText(this.secret.storeKey).then(function(storeInfo){
|
|
||||||
that.loadText(storeInfo);
|
|
||||||
});
|
|
||||||
|
|
||||||
storage.local.dynamicClear();
|
storage.local.dynamicClear();
|
||||||
|
|
||||||
|
this.loadText();
|
||||||
|
|
||||||
this.bindCtrlAllEvent();
|
this.bindCtrlAllEvent();
|
||||||
this.bindCopyUrlEvent();
|
this.bindCopyUrlEvent();
|
||||||
this.bindToTopEvent();
|
this.bindToTopEvent();
|
||||||
@@ -521,9 +517,8 @@ export default {
|
|||||||
that.state.ttl = that.state.initTtl - (new Date().getTime() - that.state.initTime);
|
that.state.ttl = that.state.initTtl - (new Date().getTime() - that.state.initTime);
|
||||||
|
|
||||||
if (that.state.ttl <= 0) {
|
if (that.state.ttl <= 0) {
|
||||||
storage.local.delete(that.secret.storeKey).then(function(){
|
storage.local.delete(that.secret.storeKey);
|
||||||
location.reload();
|
location.reload();
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}, 1000)
|
}, 1000)
|
||||||
},
|
},
|
||||||
@@ -558,10 +553,9 @@ export default {
|
|||||||
this.model.deleting = true;
|
this.model.deleting = true;
|
||||||
let that = this;
|
let that = this;
|
||||||
deleteNote(this.noteForm.key).then(res => {
|
deleteNote(this.noteForm.key).then(res => {
|
||||||
if (res.data&&res.data.code=="000000") {
|
if (res.data && res.data.code == "000000") {
|
||||||
storage.local.delete(that.secret.storeKey).then(function(){
|
storage.local.delete(that.secret.storeKey);
|
||||||
location.reload();
|
location.reload();
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
that.model.deleting = false;
|
that.model.deleting = false;
|
||||||
}
|
}
|
||||||
@@ -569,9 +563,11 @@ export default {
|
|||||||
alert(error);
|
alert(error);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
loadText(storeInfo) {
|
loadText() {
|
||||||
let that = this;
|
let that = this;
|
||||||
|
|
||||||
|
let storeInfo = storage.local.getText(this.secret.storeKey);
|
||||||
|
|
||||||
let starray = [];
|
let starray = [];
|
||||||
if (storeInfo) {
|
if (storeInfo) {
|
||||||
starray = storeInfo.split('|');
|
starray = storeInfo.split('|');
|
||||||
@@ -584,28 +580,19 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
let blob = new Blob([res.data], {
|
res.data.arrayBuffer().then(function (ab) {
|
||||||
type: res.data.type
|
if (!ab || ab.byteLength == 0) {
|
||||||
});
|
|
||||||
|
|
||||||
let reader = new FileReader();
|
|
||||||
reader.onload = function (e) {
|
|
||||||
if (!e.target.result || e.target.result.byteLength == 0) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var bytes = new Uint8Array(e.target.result);
|
let base64String = Buffer.from(ab).toString('base64')
|
||||||
bytes = bytes.subarray(7,bytes.length-7);
|
that.noteForm.text = unwrap(base64String, that.secret.secretKey);
|
||||||
let bytesString = bytes.join(",");
|
|
||||||
that.noteForm.text = unwrap(bytesString, that.secret.secretKey);
|
|
||||||
//that.noteForm.escapeText = getEscapeText(that.noteForm.text);
|
|
||||||
|
|
||||||
// if local is enough, set local
|
// if local is enough, set local
|
||||||
if (storage.local.getAvailableSize() > 1 * 1024 * 1024) {
|
if (storage.local.getAvailableSize() > 1 * 1024 * 1024) {
|
||||||
storage.local.setText(that.secret.storeKey, that.state.lock + '|' + that.secret.cipher + '|1|' + that.state.serverTime + '|' + bytesString);
|
storage.local.setText(that.secret.storeKey, that.state.lock + '|' + that.secret.cipher + '|1|' + that.state.serverTime + '|' + base64String);
|
||||||
}
|
}
|
||||||
};
|
});
|
||||||
reader.readAsArrayBuffer(blob);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
@@ -668,6 +655,62 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
dataURLToBlob(dataurl) {
|
||||||
|
let arr = dataurl.split(',');
|
||||||
|
let mime = arr[0].match(/:(.*?);/)[1];
|
||||||
|
let bstr = window.atob(arr[1]);
|
||||||
|
let n = bstr.length;
|
||||||
|
let u8arr = new Uint8Array(n);
|
||||||
|
while (n--) {
|
||||||
|
u8arr[n] = bstr.charCodeAt(n);
|
||||||
|
}
|
||||||
|
return new Blob([u8arr], { type: mime });
|
||||||
|
},
|
||||||
|
saveImage() {
|
||||||
|
let canvasID = this.$refs["html2canvas"];
|
||||||
|
let that = this;
|
||||||
|
let a = document.createElement('a');
|
||||||
|
html2canvas(canvasID, {
|
||||||
|
scale: 1,
|
||||||
|
windowWidth: document.getElementById("noteText").offsetWidth,
|
||||||
|
onclone: (clonedDocument) => {
|
||||||
|
let nt = clonedDocument.getElementById("noteText");
|
||||||
|
const div = clonedDocument.createElement('div')
|
||||||
|
div.innerText = nt.value
|
||||||
|
|
||||||
|
div.style.color = "black";
|
||||||
|
div.style.padding = "0px";
|
||||||
|
div.style.textAlign = "left";
|
||||||
|
div.style.wordBreak = "break-word";
|
||||||
|
div.style.whiteSpace = "pre-wrap";
|
||||||
|
div.style.verticalAlign = "top";
|
||||||
|
div.style.fontSize = "15px";
|
||||||
|
div.style.width = "100%";
|
||||||
|
div.style.border = "0px";
|
||||||
|
div.style.fontFamily = "'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif";
|
||||||
|
|
||||||
|
nt.style.display = 'none'
|
||||||
|
|
||||||
|
nt.parentElement.parentElement.style.borderLeftColor = "white";
|
||||||
|
|
||||||
|
nt.parentElement.append(div)
|
||||||
|
}
|
||||||
|
}).then(canvas => {
|
||||||
|
let dom = document.body.appendChild(canvas);
|
||||||
|
dom.style.display = 'none';
|
||||||
|
a.style.display = 'none';
|
||||||
|
document.body.removeChild(dom);
|
||||||
|
let blob = that.dataURLToBlob(dom.toDataURL('image/png'));
|
||||||
|
a.setAttribute('href', URL.createObjectURL(blob));
|
||||||
|
a.setAttribute('download', that.noteForm.key + '.png');
|
||||||
|
document.body.appendChild(a);
|
||||||
|
a.click();
|
||||||
|
URL.revokeObjectURL(blob);
|
||||||
|
document.body.removeChild(a);
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -6,24 +6,27 @@ module.exports = defineConfig({
|
|||||||
|
|
||||||
assetsDir: 'static',
|
assetsDir: 'static',
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
|
|
||||||
configureWebpack: (config) => {
|
configureWebpack: (config) => {
|
||||||
config.experiments = { asyncWebAssembly: true,syncWebAssembly:true }
|
config.experiments = { asyncWebAssembly: true, syncWebAssembly: true }
|
||||||
|
|
||||||
|
|
||||||
config.externals = {
|
config.externals = {
|
||||||
'vue': 'Vue',
|
'vue': 'Vue',
|
||||||
'vue-router': 'VueRouter',
|
'vue-router': 'VueRouter',
|
||||||
'axios': 'axios',
|
// 'axios': 'axios',
|
||||||
//'vue-axios':'VueAxios',
|
//'vue-axios':'VueAxios',
|
||||||
|
//'buffer': 'Buffer',
|
||||||
"crypto-js": "CryptoJS",
|
"crypto-js": "CryptoJS",
|
||||||
'qrcodejs2': 'QRCode',
|
// 'qrcodejs2': 'QRCode',
|
||||||
'pako': 'pako',
|
'pako': 'pako',
|
||||||
"view-design": 'iview',
|
"view-design": 'iview',
|
||||||
"iview": 'ViewUI',
|
"iview": 'ViewUI',
|
||||||
"file-saver": 'saveAs',
|
//"file-saver": 'saveAs',
|
||||||
"clipboard": "ClipboardJS",
|
// "clipboard": "ClipboardJS",
|
||||||
"vue-i18n": "VueI18n"
|
// "vue-i18n": "VueI18n",
|
||||||
|
"html2canvas": "html2canvas",
|
||||||
|
"wasm_flate": "wasm_flate"
|
||||||
};
|
};
|
||||||
|
|
||||||
// 为生产环境修改配置
|
// 为生产环境修改配置
|
||||||
@@ -65,13 +68,21 @@ module.exports = defineConfig({
|
|||||||
devServer: {
|
devServer: {
|
||||||
proxy: {
|
proxy: {
|
||||||
"/note": {
|
"/note": {
|
||||||
target: "https://flagnote.com/", // 后台接口域名
|
//target: "https://flagnote.com/", // 后台接口域名
|
||||||
// target: "http://localhost:10000/", // 后台接口域名
|
target: "http://localhost:20000/", // 后台接口域名
|
||||||
secure: false, // 如果是https接口,需要配置这个参数
|
secure: false, // 如果是https接口,需要配置这个参数
|
||||||
changeOrigin: true, //是否跨域
|
changeOrigin: true, //是否跨域
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
// '^/': '/'
|
// '^/': '/'
|
||||||
},
|
},
|
||||||
|
}, "^/[abcdefhikmnopqstuvwxyz23456789]{16}\\.txt$": {
|
||||||
|
//target: "https://flagnote.com/", // 后台接口域名
|
||||||
|
target: "http://localhost:20000/", // 后台接口域名
|
||||||
|
secure: false, // 如果是https接口,需要配置这个参数
|
||||||
|
changeOrigin: true, //是否跨域
|
||||||
|
pathRewrite: {
|
||||||
|
'^/': '/note/'
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user