From 60880abb8be7adaa6ca8434eca59997c193aaf98 Mon Sep 17 00:00:00 2001 From: croire <1432593898@qq.com> Date: Sat, 12 Mar 2022 22:29:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E6=94=B9=E4=B8=BA=E5=BD=93=E5=89=8D=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E7=9B=AE=E5=BD=95=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi.Core/Storage/Constant.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DownKyi.Core/Storage/Constant.cs b/DownKyi.Core/Storage/Constant.cs index 55d340c..ba25f00 100644 --- a/DownKyi.Core/Storage/Constant.cs +++ b/DownKyi.Core/Storage/Constant.cs @@ -8,7 +8,8 @@ namespace DownKyi.Core.Storage internal static class Constant { // 根目录 - private static string Root { get; } = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "/Downkyi"; + //private static string Root { get; } = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "/Downkyi"; + private static string Root { get; } = Environment.CurrentDirectory; // Aria public static string Aria { get; } = $"{Root}/Aria";