n8n-nodes-ume-v4 4.4.6 → 4.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1345,6 +1345,56 @@
|
|
1345
1345
|
"minValue": 1,
|
1346
1346
|
"maxValue": 10
|
1347
1347
|
}
|
1348
|
+
},
|
1349
|
+
{
|
1350
|
+
"displayName": "Loại dịch vụ (Độ dài video phải lớn hơn số giây mua)",
|
1351
|
+
"name": "services_server_3",
|
1352
|
+
"type": "options",
|
1353
|
+
"default": "1",
|
1354
|
+
"required": true,
|
1355
|
+
"description": "Chọn thời gian xem video. Độ dài video phải lớn hơn số giây mua.",
|
1356
|
+
"options": [
|
1357
|
+
{
|
1358
|
+
"name": "Xem 3 giây (độ dài video > 6 giây)",
|
1359
|
+
"value": "1",
|
1360
|
+
"description": "View 3 giây - video phải dài hơn 6 giây"
|
1361
|
+
},
|
1362
|
+
{
|
1363
|
+
"name": "Xem 10 giây (độ dài video > 13 giây)",
|
1364
|
+
"value": "2",
|
1365
|
+
"description": "View 10 giây - video phải dài hơn 13 giây"
|
1366
|
+
},
|
1367
|
+
{
|
1368
|
+
"name": "Xem 15 giây (độ dài video > 18 giây)",
|
1369
|
+
"value": "7",
|
1370
|
+
"description": "View 15 giây - video phải dài hơn 18 giây"
|
1371
|
+
},
|
1372
|
+
{
|
1373
|
+
"name": "Xem 30 giây (giá x2)",
|
1374
|
+
"value": "9",
|
1375
|
+
"description": "View 30 giây - giá x2 so với bình thường"
|
1376
|
+
},
|
1377
|
+
{
|
1378
|
+
"name": "Xem 1 phút (giá x2)",
|
1379
|
+
"value": "3",
|
1380
|
+
"description": "View 1 phút - giá x2, 30k views xanh bước 2"
|
1381
|
+
},
|
1382
|
+
{
|
1383
|
+
"name": "Xem 3 phút (giá x3)",
|
1384
|
+
"value": "5",
|
1385
|
+
"description": "View 3 phút - giá x3"
|
1386
|
+
},
|
1387
|
+
{
|
1388
|
+
"name": "Xem 6 phút (giá x4)",
|
1389
|
+
"value": "8",
|
1390
|
+
"description": "View 6 phút - giá x4"
|
1391
|
+
},
|
1392
|
+
{
|
1393
|
+
"name": "Xem 10 phút (giá x6)",
|
1394
|
+
"value": "6",
|
1395
|
+
"description": "View 10 phút - giá x6"
|
1396
|
+
}
|
1397
|
+
]
|
1348
1398
|
}
|
1349
1399
|
],
|
1350
1400
|
"warnings": [
|