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