Published on

MAC 激活Typora

Authors

1、官网下载安装包安装

官网链接:https://typora.io/

image-20250824103058783

安装步骤非常简单,不用详细介绍,打开安装好的Typora可以看到,并未激活

image-20250824110753442

2、激活步骤

打开应用程序然后用编辑器打开以下路径:

/Applications/Typora.app/Contents/Resources/TypeMark/page-dist/static/js/LicenseIndex.180dd4c7.5b0f7af9.chunk.js

然后找到以下判断

hasActivated="true"==e.hasAgtivated

修改为以下内容

hasActivated="true"=="true"

然后重启就可以看到激活了