✨ support deepseek
This commit is contained in:
@@ -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
2
src-tauri/Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
BIN
src-tauri/icons/deepseek.icns
Normal file
BIN
src-tauri/icons/deepseek.icns
Normal file
Binary file not shown.
BIN
src-tauri/png/deepseek_256.ico
Normal file
BIN
src-tauri/png/deepseek_256.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
BIN
src-tauri/png/deepseek_32.ico
Normal file
BIN
src-tauri/png/deepseek_32.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
BIN
src-tauri/png/deepseek_512.png
Normal file
BIN
src-tauri/png/deepseek_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
3
src-tauri/src/inject/style.js
vendored
3
src-tauri/src/inject/style.js
vendored
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user