This commit is contained in:
手瓜一十雪
2025-02-05 19:01:14 +08:00
parent ad56065a4e
commit a0d780558e
3 changed files with 15 additions and 14 deletions

View File

@@ -15,7 +15,6 @@ let napCatInitialized = false; // 添加一个标志
function createServiceProxy(ServiceName) {
return new Proxy(() => { }, {
get: (target, FunctionName) => {
console.log(ServiceName, FunctionName);
if (ServiceName === 'NodeIQQNTWrapperSession' && FunctionName === 'create') {
return () => new Proxy({}, {
get: function (target, ClassFunName, receiver) {