update website

This commit is contained in:
bao-qian
2018-02-25 02:18:35 +08:00
parent a7470345ff
commit 9423b8da57
15 changed files with 18 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ namespace Wox.Plugin.PluginManagement
{
public class Main : IPlugin, IPluginI18n
{
private static string APIBASE = "http://api.getwox.com";
private static string APIBASE = "http://api.wox.one";
private static string PluginConfigName = "plugin.json";
private static string pluginSearchUrl = APIBASE + "/plugin/search/";
private const string ListCommand = "list";