From 730d683a54d8227c132cdaf985c1f8b7bd49323c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 18 Apr 2023 20:44:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?:sparkles:=20=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/inject/style.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src-tauri/src/inject/style.js b/src-tauri/src/inject/style.js index 717dcc4..fedd139 100644 --- a/src-tauri/src/inject/style.js +++ b/src-tauri/src/inject/style.js @@ -272,10 +272,6 @@ window.addEventListener('DOMContentLoaded', (_event) => { } } - #__next .prose ol { - overflow: hidden; - } - #__next .prose ol li p { margin: 0; display: inline; From 777f6382e453c25a1e08874d7f81baee9e956f31 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 18 Apr 2023 20:45:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?:sparkles:=20=E4=BF=9D=E9=9A=9C=E9=80=9F?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 22fe25c..75d566e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -30,9 +30,9 @@ default = ["custom-protocol"] custom-protocol = ["tauri/custom-protocol"] # Pay attention to the code size during optimization in order to generate smaller binary files. -[profile.release] -panic = "abort" # Strip expensive panic clean-up logic -codegen-units = 1 # Compile crates one after another so the compiler can optimize better -lto = true # Enables link to optimizations -opt-level = "s" # Optimize for binary size -strip = true # Remove debug symbols +# [profile.release] +# panic = "abort" # Strip expensive panic clean-up logic +# codegen-units = 1 # Compile crates one after another so the compiler can optimize better +# lto = true # Enables link to optimizations +# opt-level = "s" # Optimize for binary size +# strip = true # Remove debug symbols