1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-10-08 19:45:15 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2021-10-10 12:39:00 +08:00
parent 32d7ed9b00
commit 03a4108a08
8 changed files with 107 additions and 135 deletions

View File

@@ -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');