diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml
index fab49ea..8eab016 100644
--- a/.github/workflows/pake_build.yaml
+++ b/.github/workflows/pake_build.yaml
@@ -4,7 +4,6 @@ on:
# Sequence of patterns matched against refs/tags
tags:
- "V*"
- workflow_dispatch:
jobs:
build:
@@ -15,7 +14,7 @@ jobs:
build: [linux, windows, macos]
include:
- build: linux
- os: ubuntu-latest
+ os: ubuntu-20.04
rust: nightly
target: x86_64-unknown-linux-musl
- build: windows
@@ -46,13 +45,13 @@ jobs:
target: ${{ matrix.target }}
- name: install dependencies (ubuntu only)
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'ubuntu-20.04'
run: |
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
- name: build for Ubuntu
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'ubuntu-20.04'
run: npm run build:all-unix
- name: build for MacOS
diff --git a/README.md b/README.md
index 23cfba5..9fc4ea7 100644
--- a/README.md
+++ b/README.md
@@ -262,21 +262,28 @@ Pake 的发展离不开这些 Hacker 们,一起贡献了大量能力,也欢
Dengju Deng
+
+
+
+
+ Fechin
+
+ |
Po Chen
- |
+
+
Hyzhao
- |
-
+
diff --git a/app.csv b/app.csv
index a40c738..d7e2a0d 100644
--- a/app.csv
+++ b/app.csv
@@ -8,5 +8,6 @@ chatgpt,ChatGPT,ChatGPT,https://chat.openai.com/chat
flomo,Flomo,浮墨,https://v.flomoapp.com/mine
qwerty,Qwerty,Qwerty,https://qwerty.kaiyi.cool/
zlibrary,ZLibrary,ZLibrary,https://zlib.cydiar.com/
+tableconvert,TableConvert,TableConvert,https://tableconvert.com/
lizhi,LiZhi,李志,https://lizhi.turkyden.com/?from=pake
weread,WeRead,微信阅读,https://weread.qq.com/
diff --git a/src-tauri/icons/tableconvert.icns b/src-tauri/icons/tableconvert.icns
new file mode 100644
index 0000000..2d70b72
Binary files /dev/null and b/src-tauri/icons/tableconvert.icns differ
diff --git a/src-tauri/png/tableconvert_256.ico b/src-tauri/png/tableconvert_256.ico
new file mode 100644
index 0000000..ee397e4
Binary files /dev/null and b/src-tauri/png/tableconvert_256.ico differ
diff --git a/src-tauri/png/tableconvert_32.ico b/src-tauri/png/tableconvert_32.ico
new file mode 100644
index 0000000..ed362d4
Binary files /dev/null and b/src-tauri/png/tableconvert_32.ico differ
diff --git a/src-tauri/png/tableconvert_512.png b/src-tauri/png/tableconvert_512.png
new file mode 100644
index 0000000..a14a554
Binary files /dev/null and b/src-tauri/png/tableconvert_512.png differ
|