From 5c97a3ad0868a0af5536ac7fd316cc61eb43a129 Mon Sep 17 00:00:00 2001 From: changhua0118 Date: Sat, 7 Oct 2023 01:03:32 +0800 Subject: [PATCH] support alipay-mini-game build template --- templates/alipay-mini-game/build-template.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/alipay-mini-game/build-template.json diff --git a/templates/alipay-mini-game/build-template.json b/templates/alipay-mini-game/build-template.json new file mode 100644 index 00000000000..bd738e5766e --- /dev/null +++ b/templates/alipay-mini-game/build-template.json @@ -0,0 +1,6 @@ +{ + "version": "1.0.0", + "templates": [ + "game.json" + ] +} \ No newline at end of file