¶破解方法
1 | npm install -g asar |
所有平台破解方法大同小异
- 解包
1 | cd /opt/Termius/resources |
- 修改app/js/background-process.js
搜索 await this.api.bulkAccount
const e=await this.api.bulkAccount();
-> var e=wait this.api.bulkAccount()
1 | var e=await this.api.bulkAccount();e.account.pro_mode=!0,e.account.need_to_update_subscription=!1,e.account.current_period={from:"2022-01-01T00:00:00",until:"2099-01-01T00:00:00"},e.account.plan_type="Premium",e.account.user_type="Premium",e.student=null,e.trial=null,e.account.authorized_features.show_trial_section=!1,e.account.authorized_features.show_subscription_section=!0,e.account.authorized_features.show_github_account_section=!1,e.account.expired_screen_type=null,e.personal_subscription={now:(new Date).toISOString().slice(0,-5),status:"SUCCESS",platform:"stripe",current_period:{from:"2022-01-01T00:00:00",until:"2099-01-01T00:00:00"},revokable:!0,refunded:!1,cancelable:!0,reactivatable:!1,currency:"usd",created_at:"2022-01-01T00:00:00",updated_at:(new Date).toISOString().slice(0,-5),valid_until:"2099-01-01T00:00:00",auto_renew:!0,price:12,verbose_plan_name:"Termius Pro Monthly",plan_type:"SINGLE",is_expired:!1},e.access_objects=[{period:{start:"2022-01-01T00:00:00",end:"2099-01-01T00:00:00"},title:"Pro"}];return ... |
启动Termius,登录帐号,重启Termius