@solinker/nodes-laomashitu
Version:
可通过API完成内容替换及批量图片生成。 • 不会代码 ? 不是问题 ! 以表格、无代码方式配置数据来源及图片处理步骤,完成琐碎重复任务。
39 lines • 1.43 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LaomashituApi = void 0;
class LaomashituApi {
constructor() {
this.name = 'laomashituApi';
this.displayName = '老码十途 API';
this.description = '可通过API完成内容替换及批量图片生成。 • 不会代码 ? 不是问题 ! 以表格、无代码方式配置数据来源及图片处理步骤,完成琐碎重复任务。';
this.documentationUrl = 'https://www.n8n.store/nodes/laomashitu';
this.iconUrl = '/icons/CUSTOM/laomashitu/dist/nodes/Laomashitu/logo.png';
this.properties = [
{
type: 'notice',
displayName: '本应用账户授权所需内容可在老码十途后台获取',
name: 'helpText',
default: '',
},
{
displayName: 'AppId',
name: 'AppId',
type: 'string',
required: true,
default: '',
},
{
displayName: 'AppKey',
name: 'AppKey',
type: 'string',
required: true,
default: '',
typeOptions: {
password: true,
},
},
];
}
}
exports.LaomashituApi = LaomashituApi;
//# sourceMappingURL=LaomashituApi.credentials.js.map