修该json

This commit is contained in:
2025-03-31 11:19:27 +08:00
parent ffcdddbd2a
commit 613e0f7f61
37 changed files with 10 additions and 6 deletions

View File

@@ -1,15 +1,19 @@
{ {
"name": "com.framework.main", "name": "com.staryevo.main",
"version": "1.0.0", "version": "1.0.0",
"displayName": "Framework", "displayName": "00.StaryEvo",
"description": "This is an Framework package", "description": "This is an Framework package",
"unity": "2021.3", "unity": "2021.3",
"unityRelease": "0b5", "unityRelease": "30f1",
"author": { "author": {
"name": "stary.", "name": "staryEvo",
"email": "zaze97@163.com", "email": "zaze97@163.com",
"url": "" "url": ""
}, },
"repository": {
"type": "git",
"url": "http://192.168.31.100:8088/framework/xosmopluginlibrary.git#02.InformationSave"
},
"samples": [ "samples": [
{ {
"displayName": "Framework Example Scenes", "displayName": "Framework Example Scenes",
@@ -17,4 +21,4 @@
"path": "Samples~" "path": "Samples~"
} }
] ]
} }