n8n-nodes-ume-v4 4.5.33 → 4.5.34
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.
@@ -510,24 +510,16 @@
|
|
510
510
|
},
|
511
511
|
"view_twitter": {
|
512
512
|
"servers": [
|
513
|
-
{
|
514
|
-
"id": "server_1",
|
515
|
-
"name": "Server 1 - View Twitter",
|
516
|
-
"minAmount": 100,
|
517
|
-
"maxAmount": 100000,
|
518
|
-
"price": 1,
|
519
|
-
"note": "Không có features đặc biệt"
|
520
|
-
},
|
521
513
|
{
|
522
514
|
"id": "server_2",
|
523
515
|
"name": "Server 2 - View Twitter",
|
524
|
-
"minAmount":
|
525
|
-
"maxAmount":
|
526
|
-
"price":
|
527
|
-
"note": "
|
516
|
+
"minAmount": 1000,
|
517
|
+
"maxAmount": 10000000,
|
518
|
+
"price": 11,
|
519
|
+
"note": "Siêu tốc, lên sau vài phút. 10 triệu view/1 ngày\n• Có tăng lượt impressions để bật kiếm tiền"
|
528
520
|
}
|
529
521
|
],
|
530
|
-
"generalNote": "Lưu ý:\n- View giúp tweet có nhiều lượt xem\n- Có
|
522
|
+
"generalNote": "Lưu ý:\n- View giúp tweet có nhiều lượt xem\n- Siêu tốc, lên sau vài phút\n- Có tăng lượt impressions để bật kiếm tiền"
|
531
523
|
}
|
532
524
|
}
|
533
525
|
}
|
@@ -3741,24 +3741,24 @@
|
|
3741
3741
|
"description": "Dịch vụ View Twitter trên twitter\n\n",
|
3742
3742
|
"parameters": [
|
3743
3743
|
{
|
3744
|
-
"name": "
|
3745
|
-
"displayName": "
|
3744
|
+
"name": "link",
|
3745
|
+
"displayName": "Link",
|
3746
3746
|
"type": "string",
|
3747
3747
|
"required": false,
|
3748
3748
|
"default": "",
|
3749
|
-
"description": "
|
3750
|
-
"placeholder": "https://
|
3749
|
+
"description": "Link gốc (hệ thống sẽ tự động trích xuất ID từ URL nếu bạn nhập link)",
|
3750
|
+
"placeholder": "https://x.com/username/status/123456789 hoặc 123456789"
|
3751
3751
|
},
|
3752
3752
|
{
|
3753
3753
|
"name": "count",
|
3754
3754
|
"displayName": "Số lượng",
|
3755
3755
|
"type": "number",
|
3756
3756
|
"required": true,
|
3757
|
-
"default":
|
3757
|
+
"default": 1000,
|
3758
3758
|
"description": "Số lượng cần tăng",
|
3759
3759
|
"typeOptions": {
|
3760
|
-
"minValue":
|
3761
|
-
"maxValue":
|
3760
|
+
"minValue": 1000,
|
3761
|
+
"maxValue": 10000000
|
3762
3762
|
}
|
3763
3763
|
},
|
3764
3764
|
{
|
@@ -3770,7 +3770,7 @@
|
|
3770
3770
|
"description": "Chọn server phù hợp với yêu cầu của bạn",
|
3771
3771
|
"options": [
|
3772
3772
|
{
|
3773
|
-
"name": "Server 1 - 11₫ (
|
3773
|
+
"name": "Server 1 - 11₫ (1000-10000000) - Hoạt động",
|
3774
3774
|
"value": "server_2",
|
3775
3775
|
"description": "Features:\n• Siêu tốc, lên sau vài phút. 10 triệu view/1 ngày\n• Có tăng lượt impressions để bật kiếm tiền"
|
3776
3776
|
}
|
@@ -3780,7 +3780,7 @@
|
|
3780
3780
|
{
|
3781
3781
|
"name": "Server 2",
|
3782
3782
|
"value": "server_2",
|
3783
|
-
"description": "Giá: 11₫ - Min:
|
3783
|
+
"description": "Giá: 11₫ - Min: 1000 - Max: 10000000 - Hoạt động"
|
3784
3784
|
}
|
3785
3785
|
]
|
3786
3786
|
}
|