diff --git a/default_app_list.json b/default_app_list.json index 52b6c8c..7ebe8dd 100644 --- a/default_app_list.json +++ b/default_app_list.json @@ -1,4 +1,10 @@ [ + { + "name": "deepseek", + "title": "DeepSeek", + "name_zh": "DeepSeek", + "url": "https://chat.deepseek.com/" + }, { "name": "gemini", "title": "Gemini", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6ad69c3..1773d23 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2645,7 +2645,7 @@ dependencies = [ [[package]] name = "pake" -version = "3.1.0" +version = "3.1.2" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cbc9b8f..38d1a26 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pake" -version = "3.1.0" +version = "3.1.2" description = "🤱🏻 Turn any webpage into a desktop app with Rust." authors = ["Tw93"] license = "MIT" diff --git a/src-tauri/icons/deepseek.icns b/src-tauri/icons/deepseek.icns new file mode 100644 index 0000000..1314d9c Binary files /dev/null and b/src-tauri/icons/deepseek.icns differ diff --git a/src-tauri/png/deepseek_256.ico b/src-tauri/png/deepseek_256.ico new file mode 100644 index 0000000..9b23beb Binary files /dev/null and b/src-tauri/png/deepseek_256.ico differ diff --git a/src-tauri/png/deepseek_32.ico b/src-tauri/png/deepseek_32.ico new file mode 100644 index 0000000..7539594 Binary files /dev/null and b/src-tauri/png/deepseek_32.ico differ diff --git a/src-tauri/png/deepseek_512.png b/src-tauri/png/deepseek_512.png new file mode 100644 index 0000000..477f11a Binary files /dev/null and b/src-tauri/png/deepseek_512.png differ diff --git a/src-tauri/src/inject/style.js b/src-tauri/src/inject/style.js index 56f9fb4..672556f 100644 --- a/src-tauri/src/inject/style.js +++ b/src-tauri/src/inject/style.js @@ -21,7 +21,8 @@ window.addEventListener('DOMContentLoaded', _event => { #Rightbar > div:nth-child(6) > div.sidebar_compliance, #__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside > div > div > a.ChatPageFollowTwitterLink_followLink__Gl2tt, #__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside > div > div > a.Button_buttonBase__0QP_m.Button_primary__pIDjn.ChatPageDownloadLinks_downloadButton__amBRh, - #__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside > div > div > section a[href*="/contact"] { + #__next > div.PageWithSidebarLayout_centeringDiv___L9br > aside > div > div > section a[href*="/contact"], + .dc04ec1d .c7f51894 .a1e75851, .a7f3a288 .b91228e4, .efe408db .a24007f4{ display: none !important; }