support deepseek

This commit is contained in:
Tw93
2025-01-25 08:54:11 +08:00
parent 821feba2b3
commit 00c30a6c0f
8 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,10 @@
[ [
{
"name": "deepseek",
"title": "DeepSeek",
"name_zh": "DeepSeek",
"url": "https://chat.deepseek.com/"
},
{ {
"name": "gemini", "name": "gemini",
"title": "Gemini", "title": "Gemini",

2
src-tauri/Cargo.lock generated
View File

@@ -2645,7 +2645,7 @@ dependencies = [
[[package]] [[package]]
name = "pake" name = "pake"
version = "3.1.0" version = "3.1.2"
dependencies = [ dependencies = [
"serde", "serde",
"serde_json", "serde_json",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "pake" name = "pake"
version = "3.1.0" version = "3.1.2"
description = "🤱🏻 Turn any webpage into a desktop app with Rust." description = "🤱🏻 Turn any webpage into a desktop app with Rust."
authors = ["Tw93"] authors = ["Tw93"]
license = "MIT" license = "MIT"

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

View File

@@ -21,7 +21,8 @@ window.addEventListener('DOMContentLoaded', _event => {
#Rightbar > div:nth-child(6) > div.sidebar_compliance, #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.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 > 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; display: none !important;
} }