fix notice

This commit is contained in:
2025-10-27 00:08:41 +08:00
parent 8f0345b7be
commit a4b7656bba
3 changed files with 25 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import { NodeConnectionType, type INodeType, type INodeTypeDescription } from 'n8n-workflow';
import { type INodeType, type INodeTypeDescription } from 'n8n-workflow';
import { userDescription } from './resources/user';
import { companyDescription } from './resources/company';
@@ -15,8 +15,8 @@ export class GwezzChangdunovel implements INodeType {
name: 'Gwezz Changdunovel',
},
usableAsTool: true,
inputs: [NodeConnectionType.Main],
outputs: [NodeConnectionType.Main],
inputs: ['main'],
outputs: ['main'],
credentials: [],
requestDefaults: {
baseURL: 'https://www.changdunovel.com/novelsale/openapi',