webcake-landing-mcp 1.0.70 → 1.0.72
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.
- package/dist/changelog.json +14 -14
- package/dist/domains/landing/canvas-to-source.js +667 -0
- package/dist/domains/landing/guide.js +3 -3
- package/dist/domains/landing/index.js +19 -1
- package/dist/domains/landing/instructions.js +2 -2
- package/dist/persistence/html-ingest.js +38 -1
- package/dist/persistence/rehost.js +142 -0
- package/dist/persistence/webcake-client.js +116 -3
- package/dist/smoke.js +123 -0
- package/dist/tools/index.js +1 -1
- package/dist/tools/ingest.js +48 -9
- package/dist/tools/persistence.js +3 -2
- package/package.json +1 -1
package/dist/changelog.json
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"v": "1.0.72",
|
|
4
|
+
"d": "13/06/2026",
|
|
5
|
+
"type": "Fixed",
|
|
6
|
+
"en": "When cloning a LadiPage or Webcake-published page via ingest_html / ingest_url, html-box elements' passthrough HTML content now has its…",
|
|
7
|
+
"vi": "Khi clone trang LadiPage hoặc Webcake-published qua ingest_html / ingest_url, nội dung HTML passthrough của các phần tử html-box nay được đổi tên…"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"v": "1.0.71",
|
|
11
|
+
"d": "13/06/2026",
|
|
12
|
+
"type": "Added",
|
|
13
|
+
"en": "ingest_html and ingest_url now automatically convert absolute-canvas builder exports (LadiPage-family / Webcake-published HTML) into a ready-to-save…",
|
|
14
|
+
"vi": "ingest_html và ingest_url nay tự động chuyển đổi các bản export từ builder absolute-canvas (LadiPage-family / Webcake-published HTML) thành source…"
|
|
15
|
+
},
|
|
2
16
|
{
|
|
3
17
|
"v": "1.0.70",
|
|
4
18
|
"d": "13/06/2026",
|
|
@@ -26,19 +40,5 @@
|
|
|
26
40
|
"type": "Added",
|
|
27
41
|
"en": "upload_images now accepts local file paths in the urls parameter — absolute POSIX paths (/…), home-directory paths (~/…), file:// URIs, and Windows…",
|
|
28
42
|
"vi": "upload_images nay chấp nhận đường dẫn file cục bộ trong tham số urls — đường dẫn POSIX tuyệt đối (/…), đường dẫn thư mục home (~/…), URI file://, và…"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"v": "1.0.66",
|
|
32
|
-
"d": "12/06/2026",
|
|
33
|
-
"type": "Changed",
|
|
34
|
-
"en": "Generation guide (get_generation_guide) and server instructions now prescribe a four-step image sourcing priority: (1) re-host user-supplied or…",
|
|
35
|
-
"vi": "Hướng dẫn sinh trang (get_generation_guide) và instruction server nay quy định thứ tự ưu tiên bốn bước để lấy ảnh: (1) re-host ảnh do người dùng…"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"v": "1.0.65",
|
|
39
|
-
"d": "12/06/2026",
|
|
40
|
-
"type": "Added",
|
|
41
|
-
"en": "validate_page now warns when a single-line text-block label sitting on a rounded rectangle (the badge/pill pattern) is vertically or horizontally…",
|
|
42
|
-
"vi": "validate_page nay cảnh báo khi nhãn text-block một dòng đặt trên rectangle bo góc (kiểu badge/pill) bị lệch tâm theo chiều dọc hoặc ngang: sử dụng…"
|
|
43
43
|
}
|
|
44
44
|
]
|