This commit is contained in:
cutls
2021-01-09 21:07:59 +09:00
parent 46bc9474a0
commit 4fbe7218e6
10 changed files with 334 additions and 89 deletions

View File

@@ -19,7 +19,7 @@ function bottomReverse() {
localStorage.setItem('reverse', 'true')
}
}
function tips(mode) {
function tips(mode, custom) {
postMessage(['sendSinmpleIpc', 'endmem'], '*')
clearInterval(clockint)
clearInterval(spotStart)
@@ -57,6 +57,10 @@ function tips(mode) {
tipsToggle()
localStorage.setItem('tips', 'itunes')
itunestips()
} else if (mode == 'custom') {
tipsToggle()
localStorage.setItem('tips', `custom:${custom}`)
execPlugin(custom, 'tips', null)
}
}
//メモリ