feature:个人设置

This commit is contained in:
yifeng.yl
2019-07-22 17:09:01 +08:00
parent 0e22fb0812
commit d30fd42764
16 changed files with 292 additions and 273 deletions

View File

@ -19,7 +19,7 @@ class NetUtils {
// (dio.httpClientAdapter as DefaultHttpClientAdapter).onHttpClientCreate =
// (HttpClient client) {
// client.findProxy = (uri) {
// return "PROXY 30.10.24.185:8888";
// return "PROXY 30.10.24.79:8889";
// };
// };
@ -41,7 +41,7 @@ class NetUtils {
// (dio.httpClientAdapter as DefaultHttpClientAdapter).onHttpClientCreate =
// (HttpClient client) {
// client.findProxy = (uri) {
// return "PROXY 30.10.24.185:8888";
// return "PROXY 30.10.24.79:8889";
// };
// };
Directory documentsDir = await getApplicationDocumentsDirectory();