type
Post
status
Published
date
Jul 16, 2022
slug
summary
tags
折腾
password
category
技术分享
Property
Jan 15, 2023 07:07 AM
URL
icon
软件提示:
This beta version of Typora is expired, please download and install a newer version.
软件
- typora版本0.11.18
步骤
- 先去项目地址把代码克隆下来。
- 在命令行中执行
pip install -r requirements.txt
安装相对应的软件包。
- 路径为电脑安装的typora软件的路径。随后在当前目录下生成一个文件夹
python typora.py "C:\Program Files\Typora\resources\app.asar" .

- 打开
dec_app
文件夹中的License.js
,搜索This beta version of Typora is expired, please download and install a newer version.
,将原本的1637125121389
改为下边的时间戳代码,即延长软件的试用期。

- 时间戳代码
16371251213892021-11-17 12:58:4119070691700002030-06-07 21:26:1041023296000002099-12-31 00:00:00
- 最后将修改好的文件进行打包——然后生成
app.asar
替换回typora的根目录下。
python typora.py -u app/ .
