简介:CSDN博客专家,专注Android/Linux系统,分享多mic语音方案、音视频、编解码等技术,与大家一起成长!
优质专栏:Audio工程师进阶系列【原创干货持续更新中……】🚀
优质专栏:多媒体系统工程师系列【原创干货持续更新中……】🚀
人生格言:人生从来没有捷径,只有行动才是治疗恐惧和懒惰的唯一良药.

本篇目的:搞一个linux版本激活,这里不多说,懂的自然懂。
# wget https://download2.typoraio.cn/linux/typora_1.8.10_amd64.deb # git clone https://github.com/hazukieq/Yporaject.git 1.使用官方脚本安装 # curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 2.检查cargo是否安装 # cargo --version cargo 1.65.0 # cd Yporaject 1.编译 # cargo build 2.查看在target中是否生成:node_inject # ls target/debug 3.执行以下命令 # cargo run # sudo cp target/debug/node_inject /usr/share/typora # cd /usr/share/typora # sudo chmod +x node_inject # sudo ./node_inject # cd Yporaject/license-gen 1.编译生成激活码的代码 # cargo build 2.生成激活码 # cargo run output: Finished dev [unoptimized + debuginfo] target(s) in 0.00s Running `target/debug/license-gen` License for you: xxxxxx-xxxxxx-xxxxxx-xxxxxx 
1.邮箱可以随意填写
2.在第二个输入框拷贝激活码即可!
注意:激活后,一定要重启Typora,否则不生效!!!注意:激活后,一定要重启Typora,否则不生效!!!注意:激活后,一定要重启Typora,否则不生效!!!