feat: add vite dev containers

This commit is contained in:
2024-10-21 01:36:34 +08:00
parent 644539b624
commit c832c0274a
12 changed files with 590 additions and 14 deletions

View File

@@ -53,7 +53,7 @@ const loginCommand = new Command('login')
} else {
console.log('登录失败', res.message || '');
}
console.log('u', username, password);
console.log('welcome', username);
});
app.addCommand(loginCommand);