From 5f8eb853f0c6a6c704d3c608868d1e7ba85d5c21 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Sun, 11 Feb 2024 20:03:14 +0800 Subject: [PATCH] style: clear script --- .github/build-for-linux/build.sh | 1 - .github/build-for-linux/entrypoint.sh | 4 ---- src/assets/styles/index.scss | 4 ++-- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/build-for-linux/build.sh b/.github/build-for-linux/build.sh index 46c8b5917..6cdb18e54 100644 --- a/.github/build-for-linux/build.sh +++ b/.github/build-for-linux/build.sh @@ -1,4 +1,3 @@ -# pnpm install --resolution-only pnpm install pnpm check $INPUT_TARGET sed -i "s/#openssl/openssl={version=\"0.10\",features=[\"vendored\"]}/g" src-tauri/Cargo.toml diff --git a/.github/build-for-linux/entrypoint.sh b/.github/build-for-linux/entrypoint.sh index 26a5b8ed1..b482085ab 100644 --- a/.github/build-for-linux/entrypoint.sh +++ b/.github/build-for-linux/entrypoint.sh @@ -17,8 +17,6 @@ elif [ "$INPUT_TARGET" = "i686-unknown-linux-gnu" ]; then export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig/:$PKG_CONFIG_PATH export PKG_CONFIG_SYSROOT_DIR=/ elif [ "$INPUT_TARGET" = "aarch64-unknown-linux-gnu" ]; then - sed 's/http:\/\/\(.*\).ubuntu.com\/ubuntu\//[arch-=amd64,i386] http:\/\/ports.ubuntu.com\/ubuntu-ports\//g' /etc/apt/sources.list | tee /etc/apt/sources.list.d/ports.list - sed -i 's/http:\/\/\(.*\).ubuntu.com\/ubuntu\//[arch=amd64,i386] http:\/\/\1.archive.ubuntu.com\/ubuntu\//g' /etc/apt/sources.list dpkg --add-architecture arm64 apt-get update apt-get install -y libncurses6:arm64 libtinfo6:arm64 linux-libc-dev:arm64 libncursesw6:arm64 libssl3:arm64 libcups2:arm64 @@ -29,8 +27,6 @@ elif [ "$INPUT_TARGET" = "aarch64-unknown-linux-gnu" ]; then export PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig export PKG_CONFIG_ALLOW_CROSS=1 elif [ "$INPUT_TARGET" = "armv7-unknown-linux-gnueabihf" ]; then - sed 's/http:\/\/\(.*\).ubuntu.com\/ubuntu\//[arch-=amd64,i386] http:\/\/ports.ubuntu.com\/ubuntu-ports\//g' /etc/apt/sources.list | tee /etc/apt/sources.list.d/ports.list - sed -i 's/http:\/\/\(.*\).ubuntu.com\/ubuntu\//[arch=amd64,i386] http:\/\/\1.archive.ubuntu.com\/ubuntu\//g' /etc/apt/sources.list dpkg --add-architecture armhf apt-get update apt-get install -y libncurses6:armhf libtinfo6:armhf linux-libc-dev:armhf libncursesw6:armhf libssl3:armhf libcups2:armhf diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 73a1c516e..08f7cdb7a 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -27,8 +27,8 @@ body { } *::-webkit-scrollbar { - width: 6px; - height: 6px; + width: 8px; + height: 8px; background: transparent; } *::-webkit-scrollbar-thumb {