mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-10-08 19:45:15 +08:00
汉化
This commit is contained in:
@@ -26,11 +26,11 @@ exports.commands = {
|
||||
});
|
||||
replaceSession({token});
|
||||
await saveSession();
|
||||
console.log(`Welcome, ${info.name}.`);
|
||||
console.log(`欢迎使用 pushy 热更新服务, ${info.name}.`);
|
||||
},
|
||||
logout: async function (){
|
||||
await closeSession();
|
||||
console.log('Logged out.');
|
||||
console.log('已退出登录');
|
||||
},
|
||||
me: async function (){
|
||||
const me = await get('/user/me');
|
||||
|
Reference in New Issue
Block a user