This commit is contained in:
Tw93
2023-01-06 18:58:12 +08:00
7 changed files with 14 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ on:
# Sequence of patterns matched against refs/tags # Sequence of patterns matched against refs/tags
tags: tags:
- "V*" - "V*"
workflow_dispatch:
jobs: jobs:
build: build:
@@ -15,7 +14,7 @@ jobs:
build: [linux, windows, macos] build: [linux, windows, macos]
include: include:
- build: linux - build: linux
os: ubuntu-latest os: ubuntu-20.04
rust: nightly rust: nightly
target: x86_64-unknown-linux-musl target: x86_64-unknown-linux-musl
- build: windows - build: windows
@@ -46,13 +45,13 @@ jobs:
target: ${{ matrix.target }} target: ${{ matrix.target }}
- name: install dependencies (ubuntu only) - name: install dependencies (ubuntu only)
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-20.04'
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf gnome-video-effects gnome-video-effects-extra sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf gnome-video-effects gnome-video-effects-extra
- name: build for Ubuntu - name: build for Ubuntu
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-20.04'
run: npm run build:all-unix run: npm run build:all-unix
- name: build for MacOS - name: build for MacOS

View File

@@ -262,21 +262,28 @@ Pake 的发展离不开这些 Hacker 们,一起贡献了大量能力,也欢
<sub><b>Dengju Deng</b></sub> <sub><b>Dengju Deng</b></sub>
</a> </a>
</td> </td>
<td align="center">
<a href="https://github.com/Fechin">
<img src="https://avatars.githubusercontent.com/u/2541482?v=4" width="90;" alt="Fechin"/>
<br />
<sub><b>Fechin</b></sub>
</a>
</td>
<td align="center"> <td align="center">
<a href="https://github.com/princemaple"> <a href="https://github.com/princemaple">
<img src="https://avatars.githubusercontent.com/u/1329716?v=4" width="90;" alt="princemaple"/> <img src="https://avatars.githubusercontent.com/u/1329716?v=4" width="90;" alt="princemaple"/>
<br /> <br />
<sub><b>Po Chen</b></sub> <sub><b>Po Chen</b></sub>
</a> </a>
</td> </td></tr>
<tr>
<td align="center"> <td align="center">
<a href="https://github.com/houhoz"> <a href="https://github.com/houhoz">
<img src="https://avatars.githubusercontent.com/u/19684376?v=4" width="90;" alt="houhoz"/> <img src="https://avatars.githubusercontent.com/u/19684376?v=4" width="90;" alt="houhoz"/>
<br /> <br />
<sub><b>Hyzhao</b></sub> <sub><b>Hyzhao</b></sub>
</a> </a>
</td></tr> </td>
<tr>
<td align="center"> <td align="center">
<a href="https://github.com/liusishan"> <a href="https://github.com/liusishan">
<img src="https://avatars.githubusercontent.com/u/33129823?v=4" width="90;" alt="liusishan"/> <img src="https://avatars.githubusercontent.com/u/33129823?v=4" width="90;" alt="liusishan"/>

View File

@@ -8,5 +8,6 @@ chatgpt,ChatGPT,ChatGPT,https://chat.openai.com/chat
flomo,Flomo,浮墨,https://v.flomoapp.com/mine flomo,Flomo,浮墨,https://v.flomoapp.com/mine
qwerty,Qwerty,Qwerty,https://qwerty.kaiyi.cool/ qwerty,Qwerty,Qwerty,https://qwerty.kaiyi.cool/
zlibrary,ZLibrary,ZLibrary,https://zlib.cydiar.com/ zlibrary,ZLibrary,ZLibrary,https://zlib.cydiar.com/
tableconvert,TableConvert,TableConvert,https://tableconvert.com/
lizhi,LiZhi,李志,https://lizhi.turkyden.com/?from=pake lizhi,LiZhi,李志,https://lizhi.turkyden.com/?from=pake
weread,WeRead,微信阅读,https://weread.qq.com/ weread,WeRead,微信阅读,https://weread.qq.com/
1 name(Linux) name(Mac/Windows) name_zh url
8 flomo Flomo 浮墨 https://v.flomoapp.com/mine
9 qwerty Qwerty Qwerty https://qwerty.kaiyi.cool/
10 zlibrary ZLibrary ZLibrary https://zlib.cydiar.com/
11 tableconvert TableConvert TableConvert https://tableconvert.com/
12 lizhi LiZhi 李志 https://lizhi.turkyden.com/?from=pake
13 weread WeRead 微信阅读 https://weread.qq.com/

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB