Initial commit

This commit is contained in:
Mason
2021-11-30 12:47:53 +08:00
parent 077b6c39f0
commit 83362bcfc3
2 changed files with 14 additions and 3 deletions

View File

@@ -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 ]

View File

@@ -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 ]