From 2c518dc96ba1b4bd708be3237cf4ada5352d3853 Mon Sep 17 00:00:00 2001 From: sugood <15820258199@163.com> Date: Fri, 13 Nov 2020 16:18:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 19 +++---------------- data/{config.json => initConfig.json} | 4 ++-- 2 files changed, 5 insertions(+), 18 deletions(-) rename data/{config.json => initConfig.json} (100%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 17d5d59..0af3f7c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,20 +2,7 @@ - - - - - - - - - - - - - - @@ -451,7 +438,7 @@ - + diff --git a/data/config.json b/data/initConfig.json similarity index 100% rename from data/config.json rename to data/initConfig.json index 1123346..5b564c3 100644 --- a/data/config.json +++ b/data/initConfig.json @@ -1,12 +1,12 @@ [ { - "youdaoAppid" : "", - "youdaoAppSecret" : "", "dictEngine" : "百度", + "youdaoAppid" : "", "isSyncTime" : "off", "rootPassword" : "", "caffeine" : "off", "baiduAppSecret" : "eI3BLUVURG5Zzb8Tdgdm", + "youdaoAppSecret" : "", "baiduAppid" : "20201017000591957" } ] \ No newline at end of file