修改系统内置通知模块名称,避免重复

This commit is contained in:
whyour
2025-02-25 00:32:13 +08:00
parent fa83761d27
commit f9f78b4e05
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ try {
run();
const { sendNotify } = require('./notify.js');
const { sendNotify } = require('./__ql_notify__.js');
global.QLAPI = {
notify: sendNotify,
...client,
+1 -1
View File
@@ -107,7 +107,7 @@ try:
run()
from notify import send
from __ql_notify__ import send
class BaseApi(Client):
def notify(self, *args, **kwargs):