forked from floraachy/ImageKnife
1.entry/src/main/config.json update
2.imageknife/src/main/config.json update Signed-off-by: zhoulisheng <635547767@qq.com>
This commit is contained in:
parent
af4b4e685c
commit
9f9a2d035a
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"app": {
|
||||
"vendor": "example",
|
||||
"bundleName": "com.example.imageknifegiteepro",
|
||||
"vendor": "openharmony",
|
||||
"bundleName": "cn.openharmony.imageknife",
|
||||
"version": {
|
||||
"code": 1000000,
|
||||
"name": "1.0.0"
|
||||
|
@ -51,7 +51,7 @@
|
|||
"deliveryWithInstall": true,
|
||||
"moduleName": "entry"
|
||||
},
|
||||
"package": "com.example.entry",
|
||||
"package": "cn.openharmony.entry",
|
||||
"srcPath": "",
|
||||
"name": ".entry",
|
||||
"reqPermissions": [
|
||||
|
@ -63,7 +63,7 @@
|
|||
"reason": "Api call",
|
||||
"usedScene": {
|
||||
"ability": [
|
||||
"com.example.imageknifegiteepro.MainAbility"
|
||||
"cn.openharmony.imageknife.MainAbility"
|
||||
],
|
||||
"when": "always"
|
||||
}
|
||||
|
@ -77,7 +77,7 @@
|
|||
"usedScene": {
|
||||
"when": "always",
|
||||
"ability": [
|
||||
"com.example.imageknifegiteepro.MainAbility"
|
||||
"cn.openharmony.imageknife.MainAbility"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -87,7 +87,7 @@
|
|||
"usedScene": {
|
||||
"when": "always",
|
||||
"ability": [
|
||||
"com.example.imageknifegiteepro.MainAbility"
|
||||
"cn.openharmony.imageknife.MainAbility"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ohos/imageknife",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"app": {
|
||||
"bundleName": "com.example.imageknifegiteepro",
|
||||
"vendor": "example",
|
||||
"bundleName": "cn.openharmony.imageknife",
|
||||
"vendor": "openharmony",
|
||||
"version": {
|
||||
"code": 1000000,
|
||||
"name": "1.0.0"
|
||||
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"deviceConfig": {},
|
||||
"module": {
|
||||
"package": "com.example.imageknife",
|
||||
"package": "cn.openharmony.imageknife",
|
||||
"deviceType": [
|
||||
"phone",
|
||||
"tablet"
|
||||
|
|
Loading…
Reference in New Issue