We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1808a0e commit 8af5f69Copy full SHA for 8af5f69
README-zh.md
@@ -26,6 +26,7 @@ CaptfEncoder 提供功能都是基于插件机制实现的,所有插件都在
26
27
### 方法一 直接下载可执行程序
28
29
+ * <https://github.com/guyoung/CaptfEncoder/releases>
30
* 百度网盘 <https://pan.baidu.com/s/1q2N1w44bvYIXLe5gCI5oKA> 密码:k5b9
31
32
### 方法二 使用Electron运行
@@ -138,6 +139,7 @@ CaptfEncoder 提供功能都是基于插件机制实现的,所有插件都在
138
139
140
## 下载软件
141
142
143
144
145
package.json
@@ -6,6 +6,7 @@
6
"author": "",
7
"license": "",
8
"scripts": {
9
+ "postinstall": "cd extensions && npm install",
10
"start": "electron ."
11
},
12
"devDependencies": {
0 commit comments