We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0cdf0 commit e7230a1Copy full SHA for e7230a1
2 files changed
src/info.plist
@@ -983,7 +983,7 @@ require_once('moegirlpedia.php');</string>
983
<string>proxy_address</string>
984
</array>
985
<key>version</key>
986
- <string>1.4</string>
+ <string>1.5</string>
987
<key>webaddress</key>
988
<string>https://github.com/AkikoZ/alfred-web-search-suggest</string>
989
</dict>
src/taobao.php
@@ -9,7 +9,7 @@
9
10
$wf = new Workflow;
11
12
-$response = request('https://suggest.taobao.com/sug?q='.urlencode($query));
+$response = request('https://suggest.taobao.com/sug?code=utf-8&q='.urlencode($query));
13
$json = json_decode($response);
14
$result = $json->result;
15
0 commit comments