From 4c3d2b6d0cb39ef367c266f017ea2e6ff5ad89d7 Mon Sep 17 00:00:00 2001 From: Koolson Date: Wed, 25 Dec 2019 15:35:35 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4d6628..2a8cf43 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Qure 是一套专为 [Quantumult X](https://github.com/crossutility/Quantumult-X 1.在 [IconSet 页面](https://github.com/Koolson/Qure/tree/master/IconSet)找到需要的策略组图标并记下**图标名称**([效果图预览](https://github.com/Koolson/Qure#%E6%95%88%E6%9E%9C%E5%9B%BE%E9%A2%84%E8%A7%88),不含归档图标);
2.在 Quantumult X 的“配置文件-编辑”中找到[policy]下的策略组字段,并在该策略组的最后一个节点后方加上:
-`img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/图标名称.png` -例如: -`static=Hong Kong, 🇭🇰01, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Hong_Kong.png` +`img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/图标名称.png`
+例如:
+`static=Hong Kong, 🇭🇰01, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Hong_Kong.png`
```ruby 注意:此处“img”前的英文逗号和空格以及“Hong_Kong.png”图标名称中的下划短横线和字母大小写 ```