From eb93be1124bea9a3e313704072b34e34a42a748a Mon Sep 17 00:00:00 2001 From: Koolson Date: Tue, 24 Dec 2019 17:53:58 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aca9b0a..1fd070f 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,12 @@ 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”前的英文逗号和空格以及“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”图标名称中的下划短横线和字母大小写 +``` 3.重启Quantumult X即可见到效果
>更新方法:当远程图标更新时,请手动清理本地图标缓存(打开“文件”应用,依次进入“**我的 iPhone 或 iCloud Drive-Quantumult X-Images**”,删除Images文件夹内所有缓存文件),并重启Quantumult X,远程图标会重新下载并生效。