update add update

This commit is contained in:
2025-11-28 02:49:52 +08:00
parent 01c253e553
commit b2fcc84321
10 changed files with 162 additions and 81 deletions

View File

@@ -62,6 +62,8 @@ const loginCommand = new Command('login')
const res = await queryLogin.login({
username,
password,
}).catch((err) => {
return { code: 500, message: err.message || '' };
});
if (res.code === 200) {
console.log('welcome', username);