🎨 The default case is changed to weekly
4
bin/README.md
vendored
@@ -284,8 +284,8 @@ The `DEFAULT_DEV_PAKE_OPTIONS` configuration in `bin/defaults.ts` can be modifie
|
||||
```typescript
|
||||
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
|
||||
...DEFAULT_PAKE_OPTIONS,
|
||||
url: "https://weread.qq.com",
|
||||
name: "Weread",
|
||||
url: "https://weekly.tw93.fun/",
|
||||
name: "Weekly",
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
4
bin/README_CN.md
vendored
@@ -286,8 +286,8 @@ pake [url] [options]
|
||||
```typescript
|
||||
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
|
||||
...DEFAULT_PAKE_OPTIONS,
|
||||
url: "https://weread.qq.com",
|
||||
name: "Weread",
|
||||
url: "https://weekly.tw93.fun/",
|
||||
name: "Weekly",
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
4
bin/defaults.ts
vendored
@@ -28,7 +28,7 @@ export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
|
||||
// Just for cli development
|
||||
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
|
||||
...DEFAULT_PAKE_OPTIONS,
|
||||
url: 'https://weread.qq.com',
|
||||
name: 'WeRead',
|
||||
url: 'https://weekly.tw93.fun/',
|
||||
name: 'Weekly',
|
||||
hideTitleBar: true,
|
||||
};
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Categories=Office
|
||||
Exec=com-pake-weread
|
||||
Icon=com-pake-weread
|
||||
Name=com-pake-weread
|
||||
Name[zh_CN]=微信阅读
|
||||
Exec=com-pake-weekly
|
||||
Icon=com-pake-weekly
|
||||
Name=com-pake-weekly
|
||||
Name[zh_CN]=潮流周刊
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
BIN
src-tauri/icons/weekly.icns
Normal file
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"windows": [
|
||||
{
|
||||
"url": "https://weread.qq.com/",
|
||||
"url": "https://weekly.tw93.fun/",
|
||||
"url_type": "web",
|
||||
"hide_title_bar": true,
|
||||
"fullscreen": false,
|
||||
|
||||
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
BIN
src-tauri/png/weekly_256.ico
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src-tauri/png/weekly_32.ico
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
src-tauri/png/weekly_512.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"productName": "WeRead",
|
||||
"identifier": "com.pake.weread",
|
||||
"productName": "Weekly",
|
||||
"identifier": "com.pake.weekly",
|
||||
"version": "1.0.0",
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"trayIcon": {
|
||||
"iconPath": "png/weread_512.png",
|
||||
"iconPath": "png/weekly_512.png",
|
||||
"iconAsTemplate": false,
|
||||
"id": "pake-tray"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"productName": "we-read",
|
||||
"bundle": {
|
||||
"icon": ["png/weread_512.png"],
|
||||
"icon": ["png/weekly.png"],
|
||||
"active": true,
|
||||
"linux": {
|
||||
"deb": {
|
||||
"depends": ["curl", "wget"],
|
||||
"files": {
|
||||
"/usr/share/applications/com-pake-weread.desktop": "assets/com-pake-weread.desktop"
|
||||
"/usr/share/applications/com-pake-weekly.desktop": "assets/com-pake-weekly.desktop"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"bundle": {
|
||||
"icon": ["icons/weread.icns"],
|
||||
"icon": ["icons/weekly.icns"],
|
||||
"active": true,
|
||||
"macOS": {},
|
||||
"targets": ["dmg"]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"bundle": {
|
||||
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
|
||||
"icon": ["png/weekly_256.ico", "png/weekly_32.ico"],
|
||||
"active": true,
|
||||
"resources": ["png/weread_32.ico"],
|
||||
"resources": ["png/weekly_32.ico"],
|
||||
"targets": ["msi"],
|
||||
"windows": {
|
||||
"digestAlgorithm": "sha256",
|
||||
|
||||