release(other): 4.0.14
Some checks failed
CI Build & Upload (WeApp) / build-upload-dev (push) Has been skipped
CI Build & Upload (WeApp) / build-upload-prod (push) Failing after 4m44s
CI Build & Upload (WeApp) / build-upload-reserve (push) Successful in 19m24s

This commit is contained in:
2025-10-31 19:15:29 +08:00
parent 63b61bbc98
commit ef380ff569

View File

@@ -1,8 +1,8 @@
{ {
"name": "jdt-user", "name": "jdt-user",
"version": "4.0.13", "version": "4.0.14",
"taroConfig": { "taroConfig": {
"version": "4.0.13" "version": "4.0.14"
}, },
"scripts": { "scripts": {
"build:weapp": "taro build --type weapp", "build:weapp": "taro build --type weapp",
@@ -43,8 +43,7 @@
"author": "JDT", "author": "JDT",
"lint-staged": { "lint-staged": {
"*.{ts,vue}": [ "*.{ts,vue}": [
"eslint --ext .ts,.vue .", "eslint --ext .ts,.vue ."
"npx prettier --write --end-of-line lf ."
] ]
}, },
"config": { "config": {