Update(boards): 所有板卡执行 build:prod

This commit is contained in:
王立帮
2024-09-21 22:29:48 +08:00
parent 61ae2048fb
commit 6501c5895c
102 changed files with 1447 additions and 52068 deletions

View File

@@ -13,10 +13,10 @@ export const time_localtime = function (_, generator) {
var op = this.getFieldValue('op');
var code = "time.localtime()[" + op + "]";
switch (op) {
case "all":
var code1 = "time.localtime()";
return [code1, generator.ORDER_ASSIGNMENT];
default:
return [code, generator.ORDER_ASSIGNMENT];
case "all":
var code1 = "time.localtime()";
return [code1, generator.ORDER_ASSIGNMENT];
default:
return [code, generator.ORDER_ASSIGNMENT];
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@mixly/python-mixpy",
"version": "1.2.0",
"version": "1.3.0",
"description": "适用于mixly的python mixpy模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",