微信云开发插件

This commit is contained in:
2025-08-17 22:15:07 +08:00
parent 939e6d553d
commit db79fbf9e0
1760 changed files with 914220 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
"use strict";
module.exports={
open_panel:"Default Panel",
send_to_panel:"Send message to Default Panel",
description:"Extension with a panel based on Vue3.x",
createTemplate: "Create cloud function template",
activeCloud: "Activate cloud function (used once after compilation)",
};

View File

@@ -0,0 +1,8 @@
"use strict";
module.exports={
open_panel:"默认面板",
send_to_panel:"发送消息给面板",
description:"含有一个基于Vue3.x开发的面板的扩展",
createTemplate: "创建云函数模版",
activeCloud: "激活云函数(每次编译后使用一次)",
};