chore: suite

This commit is contained in:
xiaojunnuo
2024-12-18 09:07:52 +08:00
parent 8057586dc1
commit 1c8e25beb3
9 changed files with 270 additions and 80 deletions
@@ -18,6 +18,7 @@ export class AppController extends BaseController {
const res = await http.request({
url: 'https://registry.npmmirror.com/@certd/pipeline',
method: 'get',
logRes: false,
});
try {
const latest = res['dist-tags'].latest;