Compare commits
6 Commits
main
...
notebooklm
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e8b5b5813 | |||
|
|
dd30df71dd | ||
|
|
bc2155338f | ||
|
|
8e9d6f5d8b | ||
|
|
b8520ca915 | ||
|
|
f38b6030af |
BIN
src-tauri/icons/lobechat.icns
vendored
Normal file
BIN
src-tauri/icons/lobechat.icns
vendored
Normal file
Binary file not shown.
BIN
src-tauri/icons/notebooklm.icns
vendored
Normal file
BIN
src-tauri/icons/notebooklm.icns
vendored
Normal file
Binary file not shown.
6
src-tauri/pake.json
vendored
6
src-tauri/pake.json
vendored
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"url": "https://weread.qq.com/",
|
"url": "https://notebooklm.google.com/",
|
||||||
"url_type": "web",
|
"url_type": "web",
|
||||||
"hide_title_bar": true,
|
"hide_title_bar": false,
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"width": 1200,
|
"width": 1200,
|
||||||
"height": 780,
|
"height": 780,
|
||||||
@@ -33,6 +33,6 @@
|
|||||||
},
|
},
|
||||||
"system_tray_path": "icons/icon.png",
|
"system_tray_path": "icons/icon.png",
|
||||||
"inject": [],
|
"inject": [],
|
||||||
"proxy_url": "",
|
"proxy_url": "http://192.168.31.100:7892",
|
||||||
"multi_instance": false
|
"multi_instance": false
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
src-tauri/png/lobechat_256.ico
vendored
Normal file
BIN
src-tauri/png/lobechat_256.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
src-tauri/png/lobechat_32.ico
vendored
Normal file
BIN
src-tauri/png/lobechat_32.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
src-tauri/png/lobechat_512.png
vendored
Normal file
BIN
src-tauri/png/lobechat_512.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
BIN
src-tauri/png/notebooklm_256.ico
vendored
Normal file
BIN
src-tauri/png/notebooklm_256.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
src-tauri/png/notebooklm_32.ico
vendored
Normal file
BIN
src-tauri/png/notebooklm_32.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
src-tauri/png/notebooklm_512.png
vendored
Normal file
BIN
src-tauri/png/notebooklm_512.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
6
src-tauri/tauri.conf.json
vendored
6
src-tauri/tauri.conf.json
vendored
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"productName": "Weread",
|
"productName": "Notebooklm",
|
||||||
"identifier": "com.tencent.Weread",
|
"identifier": "com.google.Notebooklm",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"app": {
|
"app": {
|
||||||
"withGlobalTauri": true,
|
"withGlobalTauri": true,
|
||||||
"trayIcon": {
|
"trayIcon": {
|
||||||
"iconPath": "png/weread_512.png",
|
"iconPath": "png/notebooklm_512.png",
|
||||||
"iconAsTemplate": false,
|
"iconAsTemplate": false,
|
||||||
"id": "pake-tray"
|
"id": "pake-tray"
|
||||||
},
|
},
|
||||||
|
|||||||
4
src-tauri/tauri.linux.conf.json
vendored
4
src-tauri/tauri.linux.conf.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"productName": "wechat",
|
"productName": "Notebooklm",
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/wechat_512.png"],
|
"icon": ["png/notebooklm_512.png"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"linux": {
|
"linux": {
|
||||||
"deb": {
|
"deb": {
|
||||||
|
|||||||
2
src-tauri/tauri.macos.conf.json
vendored
2
src-tauri/tauri.macos.conf.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["icons/weread.icns"],
|
"icon": ["icons/notebooklm.icns"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": ["dmg"]
|
"targets": ["dmg"]
|
||||||
}
|
}
|
||||||
|
|||||||
4
src-tauri/tauri.windows.conf.json
vendored
4
src-tauri/tauri.windows.conf.json
vendored
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
|
"icon": ["png/notebooklm_256.ico", "png/notebooklm_32.ico"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"resources": ["png/weread_32.ico"],
|
"resources": ["png/notebooklm_32.ico"],
|
||||||
"targets": ["msi"],
|
"targets": ["msi"],
|
||||||
"windows": {
|
"windows": {
|
||||||
"digestAlgorithm": "sha256",
|
"digestAlgorithm": "sha256",
|
||||||
|
|||||||
Reference in New Issue
Block a user