Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 8899e82

Browse files
committed
doc(readme): update cases
1 parent 7dc7660 commit 8899e82

21 files changed

Lines changed: 21 additions & 21 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ CloudBase Framework 的版本变更日志请参阅 [changelog](https://github.co
390390
<tr><td align="center"><a target="_blank" href="https://github.com/xcatliu/pagic"><img width="100px;" src="https://pagic.org/assets/pagic_logo.png"><br /><sub><b>Pagic</b></sub></a><br/><a target="_blank" href="">🌐</a></td><td align="center"><a target="_blank" href="https://www.hzecool.com/"><img width="100px;" src="https://main.qcloudimg.com/raw/d56f7877c8fec451718459a3aa8bbc9a.png"><br /><sub><b>衣科官网</b></sub></a><br/><a target="_blank" href="https://www.hzecool.com/">🌐</a></td><td align="center"><a target="_blank" href="https://github.com/imaegoo/twikoo"><img width="100px;" src="https://696d-imaegoo-16fe3d-1252243992.tcb.qcloud.la/logo/twikoo.png"><br /><sub><b>Twikoo 评论</b></sub></a><br/><a target="_blank" href="https://twikoo.js.org/">🌐</a></td><td align="center"><a target="_blank" href=""><img width="100px;" src="https://6f6e-one-f81300-1255396116.tcb.qcloud.la/quake_qr.jpg"><br /><sub><b>实时地震</b></sub></a><br/><a target="_blank" href="">🌐</a></td><td align="center"><a target="_blank" href="https://github.com/Handsomedoggy/KodExplorer"><img width="100px;" src="https://github.com/Handsomedoggy/KodExplorer/blob/master/logo.png"><br /><sub><b>可道云网盘</b></sub></a><br/><a target="_blank" href="">🌐</a></td>
391391
</tr>
392392

393-
<tr><td align="center"><a target="_blank" href="https://github.com/nasawz/niceup"><img width="100px;" src="https://md-1256312109.cos.ap-beijing.myqcloud.com/uPic/Group.svg"><br /><sub><b>NiceUp</b></sub></a><br/><a target="_blank" href="https://nice-9goo8zpofac7bee9-1304765945.tcloudbaseapp.com/docs/">🌐</a></td>
393+
<tr><td align="center"><a target="_blank" href="https://github.com/nasawz/niceup"><img width="100px;" src="https://md-1256312109.cos.ap-beijing.myqcloud.com/uPic/Group.svg"><br /><sub><b>NiceUp</b></sub></a><br/><a target="_blank" href="https://nice-9goo8zpofac7bee9-1304765945.tcloudbaseapp.com/docs/">🌐</a></td><td align="center"><a target="_blank" href="https://daodewenzhang.cn"><img width="100px;" src="https://daodewenzhang.cn/img/ic_launcher.png"><br /><sub><b>道德文章</b></sub></a><br/><a target="_blank" href="https://daodewenzhang.cn">🌐</a></td>
394394
</tr>
395395

396396
</table>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prebuild": "rimraf '**/tsconfig.tsbuildinfo'",
99
"build": "lerna run build",
1010
"prepublishOnly": "npm run build && lerna run prepublishOnly",
11-
"publish": "lerna publish",
11+
"publish": "lerna publish --registry https://registry.npmjs.org/",
1212
"publish:beta": "lerna publish --canary --preid beta --pre-dist-tag beta",
1313
"test": "lerna run test",
1414
"lint": "npx eslint . --fix",

packages/cloudbase-next-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"@types/node": "^13.13.5",
2626
"typescript": "^3.8.3"
2727
},
28-
"gitHead": "6eee4f746051bc05d093e07073b466433c4c01af"
28+
"gitHead": "7dc7660d0ff7835f013f85cc6b9687df204c0e56"
2929
}

packages/cloudbase-node-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"@types/node": "^13.13.5",
2929
"typescript": "^3.8.3"
3030
},
31-
"gitHead": "6eee4f746051bc05d093e07073b466433c4c01af"
31+
"gitHead": "7dc7660d0ff7835f013f85cc6b9687df204c0e56"
3232
}

packages/cloudbase-nuxt-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"@types/node": "^13.13.5",
2626
"typescript": "^3.8.3"
2727
},
28-
"gitHead": "6eee4f746051bc05d093e07073b466433c4c01af"
28+
"gitHead": "7dc7660d0ff7835f013f85cc6b9687df204c0e56"
2929
}

packages/cloudbase-static-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"@types/node": "^13.13.5",
2525
"typescript": "^3.8.3"
2626
},
27-
"gitHead": "6eee4f746051bc05d093e07073b466433c4c01af"
27+
"gitHead": "7dc7660d0ff7835f013f85cc6b9687df204c0e56"
2828
}

packages/cloudbase-static-deployer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"@types/node": "^13.13.5",
3232
"typescript": "^3.8.3"
3333
},
34-
"gitHead": "6eee4f746051bc05d093e07073b466433c4c01af"
34+
"gitHead": "7dc7660d0ff7835f013f85cc6b9687df204c0e56"
3535
}

packages/cloudbaserc-json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@cloudbase/framework-plugin-website": "^1.6.10",
4747
"typescript-json-schema": "^0.42.0"
4848
},
49-
"gitHead": "6eee4f746051bc05d093e07073b466433c4c01af",
49+
"gitHead": "7dc7660d0ff7835f013f85cc6b9687df204c0e56",
5050
"devDependencies": {
5151
"cli-watch": "^1.0.7"
5252
}

packages/framework-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ CloudBase Framework 的版本变更日志请参阅 [changelog](https://github.co
390390
<tr><td align="center"><a target="_blank" href="https://github.com/xcatliu/pagic"><img width="100px;" src="https://pagic.org/assets/pagic_logo.png"><br /><sub><b>Pagic</b></sub></a><br/><a target="_blank" href="">🌐</a></td><td align="center"><a target="_blank" href="https://www.hzecool.com/"><img width="100px;" src="https://main.qcloudimg.com/raw/d56f7877c8fec451718459a3aa8bbc9a.png"><br /><sub><b>衣科官网</b></sub></a><br/><a target="_blank" href="https://www.hzecool.com/">🌐</a></td><td align="center"><a target="_blank" href="https://github.com/imaegoo/twikoo"><img width="100px;" src="https://696d-imaegoo-16fe3d-1252243992.tcb.qcloud.la/logo/twikoo.png"><br /><sub><b>Twikoo 评论</b></sub></a><br/><a target="_blank" href="https://twikoo.js.org/">🌐</a></td><td align="center"><a target="_blank" href=""><img width="100px;" src="https://6f6e-one-f81300-1255396116.tcb.qcloud.la/quake_qr.jpg"><br /><sub><b>实时地震</b></sub></a><br/><a target="_blank" href="">🌐</a></td><td align="center"><a target="_blank" href="https://github.com/Handsomedoggy/KodExplorer"><img width="100px;" src="https://github.com/Handsomedoggy/KodExplorer/blob/master/logo.png"><br /><sub><b>可道云网盘</b></sub></a><br/><a target="_blank" href="">🌐</a></td>
391391
</tr>
392392

393-
<tr><td align="center"><a target="_blank" href="https://github.com/nasawz/niceup"><img width="100px;" src="https://md-1256312109.cos.ap-beijing.myqcloud.com/uPic/Group.svg"><br /><sub><b>NiceUp</b></sub></a><br/><a target="_blank" href="https://nice-9goo8zpofac7bee9-1304765945.tcloudbaseapp.com/docs/">🌐</a></td>
393+
<tr><td align="center"><a target="_blank" href="https://github.com/nasawz/niceup"><img width="100px;" src="https://md-1256312109.cos.ap-beijing.myqcloud.com/uPic/Group.svg"><br /><sub><b>NiceUp</b></sub></a><br/><a target="_blank" href="https://nice-9goo8zpofac7bee9-1304765945.tcloudbaseapp.com/docs/">🌐</a></td><td align="center"><a target="_blank" href="https://daodewenzhang.cn"><img width="100px;" src="https://daodewenzhang.cn/img/ic_launcher.png"><br /><sub><b>道德文章</b></sub></a><br/><a target="_blank" href="https://daodewenzhang.cn">🌐</a></td>
394394
</tr>
395395

396396
</table>

packages/framework-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464
"terminal-link": "^2.1.1",
6565
"winston": "^3.2.1"
6666
},
67-
"gitHead": "6eee4f746051bc05d093e07073b466433c4c01af"
67+
"gitHead": "7dc7660d0ff7835f013f85cc6b9687df204c0e56"
6868
}

0 commit comments

Comments
 (0)