Add files via upload

This commit is contained in:
Jason
2026-04-06 21:01:00 +08:00
committed by GitHub
parent 625e4f8e6a
commit 36533d07f8

View File

@@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Jasonzhu1207/WeFlow" "url": "https://github.com/hicccc77/WeFlow"
}, },
"//": "二改不应改变此处的作者与应用信息", "//": "二改不应改变此处的作者与应用信息",
"scripts": { "scripts": {
@@ -70,14 +70,16 @@
"lodash": ">=4.17.21", "lodash": ">=4.17.21",
"brace-expansion": ">=1.1.11", "brace-expansion": ">=1.1.11",
"picomatch": ">=2.3.1", "picomatch": ">=2.3.1",
"ajv": ">=8.18.0" "ajv": ">=8.18.0",
"ajv-keywords@3>ajv": "^6.12.6",
"@develar/schema-utils>ajv": "^6.12.6"
} }
}, },
"build": { "build": {
"appId": "com.WeFlow.app", "appId": "com.WeFlow.app",
"publish": { "publish": {
"provider": "github", "provider": "github",
"owner": "Jasonzhu1207", "owner": "hicccc77",
"repo": "WeFlow", "repo": "WeFlow",
"releaseType": "release" "releaseType": "release"
}, },