UNPKG
@solinker/nodes-laomashitu
Version:
latest (0.1.0)
0.1.0
可通过API完成内容替换及批量图片生成。 • 不会代码 ? 不是问题 ! 以表格、无代码方式配置数据来源及图片处理步骤,完成琐碎重复任务。
www.n8n.store/nodes/laomashitu
@solinker/nodes-laomashitu
/
dist
/
nodes
/
Laomashitu
/
V1
/
getDynamicsParams.js
16 lines
•
390 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= [ {
displayName
:
'图片模板ID'
,
name
:
'posterId'
,
type
:
'string'
,
default
:
''
,
displayOptions
: {
show
: {
operation
: [
'getDynamicsParams'
], }, }, }, ];
//# sourceMappingURL=getDynamicsParams.js.map