add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,20 +1,20 @@
# asar
> Electron 平台的文件打包工具。
> 更多信息:<https://github.com/electron/asar>.
> 一个用于 Electron 平台的文件归档工具。
> 更多信息:<https://github.com/electron/asar>
- 打包一个文件或目录:
- 归档一个文件或目录:
`asar pack {{文件或目录路径}} {{输出的 asar 文件}}`
`asar pack {{path/to/input_file_or_directory}} {{path/to/output_archive.asar}}`
- 解压一个 asar 文件
- 解压一个归档
`asar extract {{asar 文件}}`
`asar extract {{path/to/archive.asar}}`
- asar 文件中解压指定的文件:
-归档中提取特定文件:
`asar extract-file {{asar 文件}} {{文件}}`
`asar extract-file {{path/to/archive.asar}} {{file}}`
- 列出一个 asar 文件的内容:
- 列出归档文件的内容:
`asar list {{asar 文件}}`
`asar list {{path/to/archive.asar}}`