From 9aeaf73efbbba984cc98c85ea4e07d3a5363f50f Mon Sep 17 00:00:00 2001 From: Joey Lau Date: Fri, 24 Jul 2026 17:37:51 +0800 Subject: [PATCH] fix: fix manifest file errors --- showcase/mon/showcase.json | 5 +++-- showcase/pangs-rally/showcase.json | 17 +++++++++++------ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/showcase/mon/showcase.json b/showcase/mon/showcase.json index 087f7b1..b4444a8 100644 --- a/showcase/mon/showcase.json +++ b/showcase/mon/showcase.json @@ -18,7 +18,7 @@ "links": { "repo": "https://github.com/mosonmcn/MON", "video": "https://x.com/MosonDev/status/2078572007227093352", - "videoLabel": "Watch MON Demo Video", + "share": "https://x.com/MosonDev/status/2078572007227093352", "feedback": "https://github.com/mosonmcn/MON/issues" }, "primitives": [ @@ -29,7 +29,8 @@ "kind": "card", "eyebrow": "Developer Tool", "title": "MON: The Autonomous Code Cloner & Architecture Scanner", - "posterUrl": "https://raw.githubusercontent.com/Virtual-Protocol/acp-cli-demos/main/showcase/mon/assets/poster.jpg" + "posterUrl": "https://raw.githubusercontent.com/Virtual-Protocol/acp-cli-demos/main/showcase/mon/assets/poster.jpg", + "videoLabel": "Watch the MON demo on X" }, "skills": [ { diff --git a/showcase/pangs-rally/showcase.json b/showcase/pangs-rally/showcase.json index 8c7a810..84070b5 100644 --- a/showcase/pangs-rally/showcase.json +++ b/showcase/pangs-rally/showcase.json @@ -36,14 +36,19 @@ "skills": [], "artifacts": [ { - "type": "proof", - "title": "Gameplay Video on X", - "url": "https://x.com/PangsRally/status/2078492624860926104" + "label": "Gameplay Video on X", + "href": "https://x.com/PangsRally/status/2078492624860926104", + "kind": "video" }, { - "type": "demo", - "title": "Live Token on Virtuals", - "url": "https://app.virtuals.io/virtuals/115020" + "label": "Live Token on Virtuals", + "href": "https://app.virtuals.io/virtuals/115020", + "kind": "demo" } + ], + "feedbackPrompts": [ + "How intuitive is the invite-only referral flow for new players?", + "Which terrains or racing mechanics would you most want to see next?", + "How appealing is the NFT Pangolin management as a long-term progression loop?" ] }