for pwa
This commit is contained in:
parent
946862efde
commit
0e8a241bfa
|
@ -1,4 +1,5 @@
|
|||
function postMessage(e){
|
||||
console.log(e)
|
||||
return false;
|
||||
}
|
||||
$.strip_tags = function (str, allowed) {
|
||||
|
|
|
@ -753,7 +753,6 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
|||
if (wordmuteList) {
|
||||
Object.keys(wordmuteList).forEach(function (key8) {
|
||||
var worde = wordmuteList[key8];
|
||||
console.log(worde)
|
||||
if (worde) {
|
||||
if (worde.tag) {
|
||||
var wordList = worde.tag;
|
||||
|
|
|
@ -49,21 +49,11 @@
|
|||
],
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"electron-dl": "^1.14.0",
|
||||
"jimp": "^0.6.4",
|
||||
"jquery": "^3.4.1",
|
||||
"json5": "^2.1.0",
|
||||
"materialize-css": "^1.0.0",
|
||||
"node-notifier": "^5.4.0",
|
||||
"sumchecker": "^3.0.0",
|
||||
"sweetalert2": "^8.13.0",
|
||||
"vue": "^2.6.10"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"nowplaying-node": "git+https://github.com/cutls/nowplaying-node",
|
||||
"itunes-nowplaying-mac": "git+https://github.com/rinsuki/itunes-nowplaying-mac#pull/4/head",
|
||||
"font-manager": "^0.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^5.0.4",
|
||||
"electron-builder": "^20.44.4",
|
||||
|
|
Loading…
Reference in New Issue
Block a user