@solinker/nodes-laomashitu
Version:
可通过API完成内容替换及批量图片生成。 • 不会代码 ? 不是问题 ! 以表格、无代码方式配置数据来源及图片处理步骤,完成琐碎重复任务。
27 lines • 617 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = [
{
displayName: '图片模板ID',
name: 'pid',
type: 'string',
default: '',
displayOptions: {
show: {
operation: ['renderPic'],
},
},
},
{
displayName: '图片模板的存储节点ID',
name: 'pcid',
type: 'string',
default: '',
displayOptions: {
show: {
operation: ['renderPic'],
},
},
},
];
//# sourceMappingURL=renderPic.js.map