From 83362bcfc300abdc3607e0cf5fee724d314b8485 Mon Sep 17 00:00:00 2001 From: Mason <1281814306@qq.com> Date: Tue, 30 Nov 2021 12:47:53 +0800 Subject: [PATCH] Initial commit --- README.md | 11 +++++++++++ README_CN.md | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8eb7471..b7381a7 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,27 @@ ANY PROBLEMS ARISING FROM THIS WILL BE BORNE BY THE USER (YOU). > python typroa.py --help usage: typora.py [-h] [-u] [-f] asarPath dirPath +<<<<<<< HEAD extract and decryption app.asar file from [Typora]. positional arguments: asarPath app.asar file path [input/ouput] +======= +[extract and decryption / pack and encryption] app.asar file from [Typora]. + +positional arguments: + asarPath app.asar file path/dir [input/ouput] +>>>>>>> Initial commit dirPath as tmp and out directory. optional arguments: -h, --help show this help message and exit -u pack & encryption (default: extract & decryption) +<<<<<<< HEAD -f enabled prettify/compress (default: disabled +======= + -f enabled prettify/compress (default: disabled) +>>>>>>> Initial commit If you have any questions, please contact [ MasonShi@88.com ] diff --git a/README_CN.md b/README_CN.md index 3bd23fa..6051d44 100644 --- a/README_CN.md +++ b/README_CN.md @@ -29,16 +29,16 @@ > python typroa.py --help usage: typora.py [-h] [-u] [-f] asarPath dirPath -extract and decryption app.asar file from [Typora]. +[extract and decryption / pack and encryption] app.asar file from [Typora]. positional arguments: - asarPath app.asar file path [input/ouput] + asarPath app.asar file path/dir [input/ouput] dirPath as tmp and out directory. optional arguments: -h, --help show this help message and exit -u pack & encryption (default: extract & decryption) - -f enabled prettify/compress (default: disabled + -f enabled prettify/compress (default: disabled) If you have any questions, please contact [ MasonShi@88.com ]