Skip to content

Commit fd1febc

Browse files
committed
update help doc
1 parent 0e71ccd commit fd1febc

4 files changed

Lines changed: 23 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* [] HyperOS支持
3838
* [] 多语言支持
3939
* 支持多卡选择
40-
* 无联网权限
40+
* **无联网权限**
4141
* Material Design 3
4242
* 基于excel数据格式导入
4343
* 自动获取短信变量名

README_EN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ It has been nearly 4 years since this project was launched. This update brings a
3636
* [New] HyperOS support
3737
* [New] Multi-language support
3838
* Dual-SIM selection support
39-
* No internet permission required
39+
* **No internet permission required**
4040
* Material Design 3
4141
* Import based on Excel data format
4242
* Automatic retrieval of SMS variable names
@@ -69,6 +69,7 @@ It has been nearly 4 years since this project was launched. This update brings a
6969

7070

7171
## Basic Usage
72+
7273
1. Import data
7374
2. Select the recipient phone number column
7475
3. Edit SMS content
@@ -81,6 +82,7 @@ It has been nearly 4 years since this project was launched. This update brings a
8182
> 3. Please be aware that carriers usually impose sending limits. For example, some carriers limit users to 200 messages/hour and 1,000 messages/day. Exceeding these limits may result in restricted sending/receiving capabilities.
8283
8384
## Excel Format Requirements
85+
8486
| Column Name | Column Name | Column Name | ... |
8587
|-------------|-------------|-------------|-----|
8688
| Data | Data | Data | ... |

app/src/main/res/raw-zh-rCN/help.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## 基本使用
22
1. 导入数据
3-
2. 编辑短信内容
4-
3. 选择号码变量
5-
4. 选择收件人号码列
6-
5. 发送
3+
2. 选择收件人号码列
4+
3. 编辑短信内容
5+
4. 选择 SIM 卡
6+
5. 开始发送
7+
8+
> 提示:MsgGo 支持其他 App 将 Excel 文件通过分享/发送的方式来导入数据!
79
810
## Excel格式要求
911
| 列名 | 列名 | 列名 | ... |
@@ -13,9 +15,10 @@
1315
| ... | | | |
1416

1517
注:
16-
1. (未测试)兼容所有excel格式
18+
1. 兼容.xls/.xlsx格式
1719
2. Excel行数限制:200,文件大小限制:50MB
1820
3. ***发送延迟不要过短,否则可能存在拦截问题***
21+
4. 已知运营商一般存在发送限制,例如移动为200条/小时,1000条/天,超出后可能会被限制收发
1922

2023
## 魔法变量
2124

app/src/main/res/raw/help.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
## Basic Usage
2+
23
1. Import data
3-
2. Edit SMS content
4-
3. Select variable names
5-
4. Choose the recipient phone number column
6-
5. Send
4+
2. Select the recipient phone number column
5+
3. Edit SMS content
6+
4. Select SIM card
7+
5. Start sending
8+
9+
Tip: MsgGo allows you to import data by sharing or sending Excel files from other apps!
710

811
## Excel Format Requirements
12+
913
| Column Name | Column Name | Column Name | ... |
1014
|-------------|-------------|-------------|-----|
1115
| Data | Data | Data | ... |
1216
| Data | Data | Data | ... |
1317
| ... | | | |
1418

1519
Notes:
16-
1. (Untested) Compatible with all Excel formats.
20+
1. Compatible with .xls/.xlsx formats
1721
2. Excel rows number limit: 200, size limit: 50MB
18-
3. ***Do not set the sending delay too short, or you may encounter carrier blocking issues.***
22+
3. Do not set the sending delay too short, or you may encounter carrier blocking issues.
23+
4. Please be aware that carriers usually impose sending limits. For example, some carriers limit users to 200 messages/hour and 1,000 messages/day. Exceeding these limits may result in restricted sending/receiving capabilities.
1924

2025
## Magic Variables
2126

0 commit comments

Comments
 (0)