pake-cli 2.0.7-beta3 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -58,7 +58,7 @@
58
58
  </td>
59
59
  </tr>
60
60
  <tr>
61
- <td><img src=https://cdn.fliggy.com/upic/rdeeLu.jpg width=600/></td>
61
+ <td><img src=https://cdn.fliggy.com/upic/Ld5ZCJ.png width=600/></td>
62
62
  <td><img src=https://cdn.fliggy.com/upic/7QUfi3.png width=600/></td>
63
63
  </tr>
64
64
  <tr>
@@ -159,7 +159,7 @@ In addition, double-click the title bar to switch to full-screen mode. For Mac u
159
159
 
160
160
  ![Pake](https://gw.alipayobjects.com/zos/k/zd/pake.gif)
161
161
 
162
- **Pake provides a command line tool, making the flow of package customization quicker and easier. See [documentation](./bin/README_EN.md) for more information.**
162
+ **Pake provides a command line tool, making the flow of package customization quicker and easier. See [documentation](./bin/README_CN.md) for more information.**
163
163
 
164
164
  ```bash
165
165
  # Install with npm
@@ -194,7 +194,7 @@ npm run build
194
194
  ## Advanced Usage
195
195
 
196
196
  1. You can refer to the [codebase structure](https://github.com/tw93/Pake/wiki/Description-of-Pake's-code-structure) before working on Pake, which will help you much in development.
197
- 2. Modify the `url` and `productName` fields in the `pake.json` file under the src-tauri directory, as well as the `icon` and `identifier` fields in the `tauri.xxx.conf.json` file. You can select a `icon` from the `icons` directory or download one from [macOSicons](https://macosicons.com/#/) to match your product needs.
197
+ 2. Modify the `url` and `productName` fields in the `pake.json` file under the src-tauri directory, the "domain" field in the `tauri.config.json` file needs to be modified synchronously, as well as the `icon` and `identifier` fields in the `tauri.xxx.conf.json` file. You can select a `icon` from the `icons` directory or download one from [macOSicons](https://macosicons.com/#/) to match your product needs.
198
198
  3. For configurations on window properties, you can modify the `pake.json` file to change the value of `width`, `height`, `fullscreen` (or not), `resizable` (or not) of the `windows` property. To adapt to the immersive header on Mac, change `transparent` to `true`, look for the `Header` element, and add the `padding-top` property.
199
199
  4. For advanced usages such as style rewriting, advertisement removal, JS injection, container message communication, and user-defined shortcut keys, see [Advanced Usage of Pake](https://github.com/tw93/Pake/wiki/Advanced-Usage-of-Pake).
200
200
 
@@ -269,6 +269,13 @@ Pake's development can not be without these Hackers. They contributed a lot of c
269
269
  <sub><b>Pake Actions</b></sub>
270
270
  </a>
271
271
  </td>
272
+ <td align="center">
273
+ <a href="https://github.com/jeasonnow">
274
+ <img src="https://avatars.githubusercontent.com/u/16950207?v=4" width="90;" alt="jeasonnow"/>
275
+ <br />
276
+ <sub><b>Santree</b></sub>
277
+ </a>
278
+ </td>
272
279
  <td align="center">
273
280
  <a href="https://github.com/QingZ11">
274
281
  <img src="https://avatars.githubusercontent.com/u/38887077?v=4" width="90;" alt="QingZ11"/>
@@ -283,13 +290,6 @@ Pake's development can not be without these Hackers. They contributed a lot of c
283
290
  <sub><b>孟世博</b></sub>
284
291
  </a>
285
292
  </td>
286
- <td align="center">
287
- <a href="https://github.com/jeasonnow">
288
- <img src="https://avatars.githubusercontent.com/u/16950207?v=4" width="90;" alt="jeasonnow"/>
289
- <br />
290
- <sub><b>Santree</b></sub>
291
- </a>
292
- </td>
293
293
  <td align="center">
294
294
  <a href="https://github.com/2nthony">
295
295
  <img src="https://avatars.githubusercontent.com/u/19513289?v=4" width="90;" alt="2nthony"/>