startuml 3 windows 破解教程,19.9

声明,请支持正版,此种方式,仅限交流学习。

最新测试,starUML 3.2.2 可用

 (1) 下载starUML

http://staruml.io/download

 

(2) 安装node.js

(3) 安装asar

npm install -g asar

 

(4) 解压app.asar

asar extract app.asar app

StarUML 使用

 

 

(5) 修改源码

XXXX\StarUML\resources\app\src\engine\license-manager.js

  checkLicenseValidity () {

    this.validate().then(() => {

      setStatus(this, true)

    }, () => {

      //ori code. if faild will set false.

      //setStatus(this, false)

      //UnregisteredDialog.showDialog()

 

      // new

      setStatus(this,true)

    })

  }

 

StarUML 使用

 

 

(6) 重新打包, 替换原来的app.asar.

为了防止自己该错,原来的备份下,再替换好了。

asar pack app app.asar

 

 

 

 

 

 

 

相关文章:

  • 2021-04-18
  • 2022-01-05
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2022-01-09
猜你喜欢
  • 2021-08-29
  • 2021-09-20
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案