mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-12 04:20:43 +08:00
Update sendNotify.js
This commit is contained in:
parent
fd36f1a37d
commit
c8c17beebb
@ -225,7 +225,6 @@ async function sendNotify(
|
||||
function checkSmallfawnPush(variable) {
|
||||
if (typeof variable === 'string') {
|
||||
if (variable.includes('&') || variable.includes('#') || variable.includes('@')) {
|
||||
console.log(variable.split(/[&#@]/))
|
||||
return variable.split(/[&#@]/);
|
||||
} else {
|
||||
return [variable];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user