From 2ceba6732b1a3ab509c58f40cc6d4dee2c3045ac Mon Sep 17 00:00:00 2001 From: Tlntin <371043382@qq.com> Date: Mon, 19 Dec 2022 12:44:39 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E4=BF=AE=E5=A4=8Durl=E7=94=B1=E4=BA=8E?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E9=97=AE=E5=8F=B7=E5=AF=BC=E8=87=B4=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/build.bat | 2 +- script/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/build.bat b/script/build.bat index 773ee9f..395cc01 100644 --- a/script/build.bat +++ b/script/build.bat @@ -50,7 +50,7 @@ for /f "skip=1 tokens=1-4 delims=," %%i in (app.csv) do ( ::echo name is !name! !name_zh! !url! :: replace url - .\script\sd.exe !old_url! !url! src-tauri\tauri.conf.json + .\script\sd.exe -s !old_url! !url! src-tauri\tauri.conf.json ::replace pacakge name .\script\sd.exe !old_title! !title! src-tauri\tauri.conf.json .\script\sd.exe !old_name! !name! src-tauri\tauri.windows.conf.json diff --git a/script/build.sh b/script/build.sh index 3f0f77f..7d370bc 100755 --- a/script/build.sh +++ b/script/build.sh @@ -67,7 +67,7 @@ do package_zh_name=${arr[2]} url=${arr[3]} # replace package info - $sd "${old_url}" "${url}" src-tauri/tauri.conf.json + $sd -s "${old_url}" "${url}" src-tauri/tauri.conf.json $sd "${old_name}" "${package_name}" src-tauri/tauri.conf.json # echo "update ico with 32x32 pictue" # $sd "${old_name}" "${package_name}" src-tauri/src/main.rs From 15ab2f61da03129ca2f803cff4d1e5f7ed7b39d4 Mon Sep 17 00:00:00 2001 From: Dengju Deng Date: Mon, 19 Dec 2022 22:25:40 +0800 Subject: [PATCH 2/5] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 文档校对,文字排版优化,中西文之间建议有半角空格(贡献几个空格,想加入 Contributor 行列 😍) Signed-off-by: Dengju Deng --- bin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/README.md b/bin/README.md index 0fa262c..abe3304 100644 --- a/bin/README.md +++ b/bin/README.md @@ -8,7 +8,7 @@ npm install -g pake-cli 此外,请确保你使用的是正确的 Node.js 版本(`^14.13 || >=16.0.0`)。如果你在使用 [nvm](https://github.com/nvm-sh/nvm) 进行 Node.js 版本管理,可以尝试在项目的目录下运行 `nvm use`,就会拿到正确的版本;其他一众 Node.js 版本工具,比如 [fnm](https://github.com/Schniz/fnm)、[tj/n](https://github.com/tj/n) 应该也有类似的功能。 -**尽量不要使用 `sudo` 权限**。 如果实在要用sudo,请手动安装rust到系统环境。Mac可以用brew命令安装,Linux如Ubuntu可以用apt命令安装。 +**尽量不要使用 `sudo` 权限**。 如果实在要用 sudo,请手动安装 rust 到系统环境。Mac 可以用 brew 命令安装,Linux 如 Ubuntu 可以用 apt 命令安装。 ## 用法 From b22f738f0444f7964aaa48fba05ba263e22e1bec Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 20 Dec 2022 09:17:56 +0800 Subject: [PATCH 3/5] docs(contributor): contrib-readme-action has updated readme --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7614fc0..c56af30 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,13 @@ Pake 的发展离不开这些 Hacker 们,一起贡献了大量能力,也欢 Ayaka Neko + + + turkyden +
+ Dengju Deng +
+ princemaple @@ -268,15 +275,15 @@ Pake 的发展离不开这些 Hacker 们,一起贡献了大量能力,也欢
Hyzhao
- + + liusishan
Liusishan
- - + piaoyidage From 123a991a687cf98c581f1d945ea2f0c9c87c15c7 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 20 Dec 2022 09:18:12 +0800 Subject: [PATCH 4/5] docs(contributor): contrib-readme-action has updated readme --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c56af30..7614fc0 100644 --- a/README.md +++ b/README.md @@ -255,13 +255,6 @@ Pake 的发展离不开这些 Hacker 们,一起贡献了大量能力,也欢 Ayaka Neko - - - turkyden -
- Dengju Deng -
- princemaple @@ -275,15 +268,15 @@ Pake 的发展离不开这些 Hacker 们,一起贡献了大量能力,也欢
Hyzhao
- - + liusishan
Liusishan
- + + piaoyidage From 80339b6689b52cace5f813da4fea5da618a7055c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 20 Dec 2022 09:18:43 +0800 Subject: [PATCH 5/5] docs(contributor): contrib-readme-action has updated readme --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7614fc0..c56af30 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,13 @@ Pake 的发展离不开这些 Hacker 们,一起贡献了大量能力,也欢 Ayaka Neko + + + turkyden +
+ Dengju Deng +
+ princemaple @@ -268,15 +275,15 @@ Pake 的发展离不开这些 Hacker 们,一起贡献了大量能力,也欢
Hyzhao
- + + liusishan
Liusishan
- - + piaoyidage