mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-19 08:14:36 +08:00
Update sendNotify.js
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user