🎨 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
|
```typescript
|
||||||
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
|
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
|
||||||
...DEFAULT_PAKE_OPTIONS,
|
...DEFAULT_PAKE_OPTIONS,
|
||||||
url: "https://weread.qq.com",
|
url: "https://weekly.tw93.fun/",
|
||||||
name: "Weread",
|
name: "Weekly",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
4
bin/README_CN.md
vendored
@@ -286,8 +286,8 @@ pake [url] [options]
|
|||||||
```typescript
|
```typescript
|
||||||
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
|
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
|
||||||
...DEFAULT_PAKE_OPTIONS,
|
...DEFAULT_PAKE_OPTIONS,
|
||||||
url: "https://weread.qq.com",
|
url: "https://weekly.tw93.fun/",
|
||||||
name: "Weread",
|
name: "Weekly",
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
4
bin/defaults.ts
vendored
@@ -28,7 +28,7 @@ export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
|
|||||||
// Just for cli development
|
// Just for cli development
|
||||||
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
|
export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
|
||||||
...DEFAULT_PAKE_OPTIONS,
|
...DEFAULT_PAKE_OPTIONS,
|
||||||
url: 'https://weread.qq.com',
|
url: 'https://weekly.tw93.fun/',
|
||||||
name: 'WeRead',
|
name: 'Weekly',
|
||||||
hideTitleBar: true,
|
hideTitleBar: true,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Categories=Office
|
Categories=Office
|
||||||
Exec=com-pake-weread
|
Exec=com-pake-weekly
|
||||||
Icon=com-pake-weread
|
Icon=com-pake-weekly
|
||||||
Name=com-pake-weread
|
Name=com-pake-weekly
|
||||||
Name[zh_CN]=微信阅读
|
Name[zh_CN]=潮流周刊
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
BIN
src-tauri/icons/weekly.icns
Normal file
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"url": "https://weread.qq.com/",
|
"url": "https://weekly.tw93.fun/",
|
||||||
"url_type": "web",
|
"url_type": "web",
|
||||||
"hide_title_bar": true,
|
"hide_title_bar": true,
|
||||||
"fullscreen": false,
|
"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",
|
"productName": "Weekly",
|
||||||
"identifier": "com.pake.weread",
|
"identifier": "com.pake.weekly",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"app": {
|
"app": {
|
||||||
"withGlobalTauri": true,
|
"withGlobalTauri": true,
|
||||||
"trayIcon": {
|
"trayIcon": {
|
||||||
"iconPath": "png/weread_512.png",
|
"iconPath": "png/weekly_512.png",
|
||||||
"iconAsTemplate": false,
|
"iconAsTemplate": false,
|
||||||
"id": "pake-tray"
|
"id": "pake-tray"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"productName": "we-read",
|
"productName": "we-read",
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/weread_512.png"],
|
"icon": ["png/weekly.png"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"linux": {
|
"linux": {
|
||||||
"deb": {
|
"deb": {
|
||||||
"depends": ["curl", "wget"],
|
"depends": ["curl", "wget"],
|
||||||
"files": {
|
"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": {
|
"bundle": {
|
||||||
"icon": ["icons/weread.icns"],
|
"icon": ["icons/weekly.icns"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"macOS": {},
|
"macOS": {},
|
||||||
"targets": ["dmg"]
|
"targets": ["dmg"]
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
|
"icon": ["png/weekly_256.ico", "png/weekly_32.ico"],
|
||||||
"active": true,
|
"active": true,
|
||||||
"resources": ["png/weread_32.ico"],
|
"resources": ["png/weekly_32.ico"],
|
||||||
"targets": ["msi"],
|
"targets": ["msi"],
|
||||||
"windows": {
|
"windows": {
|
||||||
"digestAlgorithm": "sha256",
|
"digestAlgorithm": "sha256",
|
||||||
|
|||||||