改为本地依赖

This commit is contained in:
DevWiki 2024-03-28 19:35:34 +08:00
parent f23b41ffa1
commit ae07be04f7
7 changed files with 6 additions and 25 deletions

4
.gitignore vendored
View File

@ -8,4 +8,6 @@
/.clangd /.clangd
/.clang-format /.clang-format
/.clang-tidy /.clang-tidy
**/.test **/.test
oh-package-lock.json5
/oh-package-lock.json5

BIN
dependencies/hvigor-4.1.1.tgz vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
{ {
"hvigorVersion": "4.0.2", "hvigorVersion": "file:../dependencies/hvigor-4.1.1.tgz",
"dependencies": { "dependencies": {
"@ohos/hvigor-ohos-plugin": "4.0.2" "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-4.1.1.tgz",
}, },
"execution": { "execution": {
// "analyze": "default", /* Define the build analyze mode. Value: [ "default" | "verbose" | false ]. Default: "default" */ // "analyze": "default", /* Define the build analyze mode. Value: [ "default" | "verbose" | false ]. Default: "default" */

File diff suppressed because one or more lines are too long

View File

@ -1,20 +0,0 @@
{
"lockfileVersion": 3,
"ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.",
"specifiers": {
"@ohos/hypium@1.0.15": "@ohos/hypium@1.0.15",
"@ohos/hamock@1.0.0-rc": "@ohos/hamock@1.0.0-rc"
},
"packages": {
"@ohos/hypium@1.0.15": {
"integrity": "sha512-AhkuYX2l/IzrVARV/hKRGsJDQPtZ5bygr6Q1N2M9W15kBllNYL3khQ0dNvJwh/CIGoEPMDVcME9q6MhFGccqkw==",
"resolved": "https://repo.harmonyos.com/ohpm/@ohos/hypium/-/hypium-1.0.15.har",
"registryType": "ohpm"
},
"@ohos/hamock@1.0.0-rc": {
"integrity": "sha512-O8cdoxTWiQQlln+tAlTmK6Tesefc/MYaNI5ixJnmYih6Ixfed9nWtFpEAakSO6q6FWSPNodCiP1IyegrB8Ta3Q==",
"resolved": "https://repo.harmonyos.com/ohpm/@ohos/hamock/-/hamock-1.0.0-rc.har",
"registryType": "ohpm"
}
}
}