bump version to v1.0.8

This commit is contained in:
oiov
2025-06-29 18:01:26 +08:00
parent d0ba3a1686
commit bbe3dc4956
6 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"short_name": "WR.DO",
"description": "Shorten links with analytics, manage emails and control subdomains—all on one platform.",
"appid": "com.wr.do",
"versionName": "1.0.7",
"versionName": "1.0.8",
"versionCode": "1",
"start_url": "/",
"orientation": "portrait",
+11 -3
View File
@@ -43,7 +43,15 @@ WR.DO 支持将接收到的邮件自动推送到 Telegram 群组或私聊中,
## 第二步:获取聊天 ID
### 方法一:私聊获取
### 方法一:从网页版链接中获取
在浏览器中进入 Telegram 群组、频道,链接的最后一段数字就是 ID,例如:
`https://web.telegram.org/a/#-10043635341`
其中的 `-10043635341` 就是您的聊天 ID
### 方法二:私聊获取
1. 在 Telegram 中搜索您刚创建的机器人
2. 发送 `/start` 或任意消息给机器人
@@ -56,14 +64,14 @@ WR.DO 支持将接收到的邮件自动推送到 Telegram 群组或私聊中,
将 `<YOUR_BOT_TOKEN>` 替换为您的实际 Token
4. 在返回的 JSON 中找到 `"chat":{"id":123456789}` 部分,这个数字就是您的聊天 ID
### 方法:群组获取
### 方法:群组获取
1. 将机器人添加到目标群组
2. 在群组中发送任意消息 @ 您的机器人(例如:`@my_email_bot hello`
3. 访问上述 API 链接
4. 找到对应的群组聊天 ID(通常是负数,如:`-123456789`
### 方法:使用其他机器人
### 方法:使用其他机器人
1. 搜索 `@userinfobot` 或 `@chatidbot`
2. 发送消息获取聊天 ID
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "wr.do",
"version": "1.0.7",
"version": "1.0.8",
"author": {
"name": "oiov",
"url": "https://github.com/oiov"
+1 -1
View File
@@ -3,7 +3,7 @@
"short_name": "WR.DO",
"description": "Shorten links with analytics, manage emails and control subdomains—all on one platform.",
"appid": "com.wr.do",
"versionName": "1.0.7",
"versionName": "1.0.8",
"versionCode": "1",
"start_url": "/",
"orientation": "portrait",
+1 -1
View File
@@ -3,7 +3,7 @@
"short_name": "WR.DO",
"description": "Shorten links with analytics, manage emails and control subdomains—all on one platform.",
"appid": "com.wr.do",
"versionName": "1.0.7",
"versionName": "1.0.8",
"versionCode": "1",
"start_url": "/",
"orientation": "portrait",
+1 -1
View File
File diff suppressed because one or more lines are too long