Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1336
This commit is contained in:
sealday 2024-07-17 16:05:55 +08:00
parent f1157e6d2f
commit 5abaf8dc4f
3 changed files with 189 additions and 742 deletions

View File

@ -4,8 +4,8 @@
"main": "dist/server/index.js",
"dependencies": {},
"peerDependencies": {
"@tachybase/client": "0.x",
"@tachybase/server": "0.x",
"@tachybase/test": "0.x"
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}

View File

@ -10,10 +10,10 @@
"react-router-dom": "^6.23.1"
},
"peerDependencies": {
"@tachybase/client": "0.x",
"@tachybase/plugin-mobile-client": "0.x",
"@tachybase/server": "0.x",
"@tachybase/test": "0.x"
"@tachybase/client": "workspace:*",
"@tachybase/plugin-mobile-client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "提供移动端: 定制化的三聪头项目页面,.",
"displayName.zh-CN": "移动端: 三聪头,定制化页面配置"

File diff suppressed because it is too large Load Diff