From c8ea3005ab95f075bfb9092c02aa337987f3fc6b Mon Sep 17 00:00:00 2001 From: Abner <22141172+Silentely@users.noreply.github.com> Date: Sun, 14 Jun 2026 14:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20=E4=BF=AE=E5=A4=8D=20RE?= =?UTF-8?q?ADME=20=E5=88=97=E8=A1=A8=E4=B8=AD=20emoji=20=E5=89=8D=E7=BC=80?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 Giffgaff 和 Simyo 用户适用场景中的每个列表项统一添加 `- ` 前缀,使格式与同级内容保持一致 - 同步更新 `README.md` 和 `README_EN.md` 中英文版本的列表格式,确保同一结构在两份文档中完全对齐 - 移除之前两行之间的冗余空行合并,规范列表项间距,提升 Markdown 渲染兼容性 --- README.md | 14 +++++++------- README_EN.md | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index cbab2bb..d257c28 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,16 @@ ### 🇬🇧 Giffgaff 用户 -✅ 已有 Giffgaff 号码(英国运营商) -✅ 想把物理 SIM 卡换成 eSIM -✅ 换新手机需要重新激活 eSIM -❌ 新用户申请号码(需先通过官方或第三方获取号码) +- ✅ 已有 Giffgaff 号码(英国运营商) +- ✅ 想把物理 SIM 卡换成 eSIM +- ✅ 换新手机需要重新激活 eSIM +- ❌ 新用户申请号码(需先通过官方或第三方获取号码) ### 🇳🇱 Simyo 用户 -✅ 已有 Simyo 号码(荷兰运营商,06 开头) -✅ 需要更换设备或转换为 eSIM -❌ 新用户申请号码(需先通过官方 APP 注册) +- ✅ 已有 Simyo 号码(荷兰运营商,06 开头) +- ✅ 需要更换设备或转换为 eSIM +- ❌ 新用户申请号码(需先通过官方 APP 注册) --- diff --git a/README_EN.md b/README_EN.md index 9b9a318..321c56d 100644 --- a/README_EN.md +++ b/README_EN.md @@ -45,16 +45,16 @@ If you don't have a number yet, register through these links to get bonus credit ### 🇬🇧 Giffgaff Users -✅ Have an existing Giffgaff number (UK carrier) -✅ Want to switch from physical SIM to eSIM -✅ Need to reactivate eSIM on a new device +- ✅ Have an existing Giffgaff number (UK carrier) +- ✅ Want to switch from physical SIM to eSIM +- ✅ Need to reactivate eSIM on a new device ❌ New users registering a number (must obtain number through official or third-party channels first) ### 🇳🇱 Simyo Users -✅ Have an existing Simyo number (Netherlands carrier, starting with 06) -✅ Need to change device or convert to eSIM -❌ New users registering a number (must register through official app first) +- ✅ Have an existing Simyo number (Netherlands carrier, starting with 06) +- ✅ Need to change device or convert to eSIM +- ❌ New users registering a number (must register through official app first) ---