release: 临时紧急版本
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-29 12:39:01 +08:00
parent 8b55419643
commit d831ee932b
6 changed files with 17 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "jdt-user",
"version": "4.0.12",
"version": "4.0.13",
"taroConfig": {
"version": "4.0.12"
"version": "4.0.13"
},
"scripts": {
"build:weapp": "taro build --type weapp",
@@ -16,7 +16,7 @@
"build:jd": "taro build --type jd",
"build:quickapp": "taro build --type quickapp",
"dev:weapp": "taro build --type weapp --watch",
"dev:weapp:prview": "taro build --type weapp --watch --mode production",
"dev:weapp:prview": "taro build --type weapp --watch --mode reserve",
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:tt": "npm run build:tt -- --watch",
@@ -40,7 +40,7 @@
"Android >= 4.1",
"ios >= 8"
],
"author": "",
"author": "JDT",
"lint-staged": {
"*.{ts,vue}": [
"eslint --ext .ts,.vue .",