ntminer před 4 roky
rodič
revize
acedc17b3e
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      README.md
  2. 2 2
      src/AppModels/AppStatic.cs

+ 1 - 1
README.md

@@ -4,7 +4,7 @@
 2. 开源矿工永远开源;
 3. 开源矿工永远不会去破解国人开发的内核;
 
-## [下载地址1](https://www.cnblogs.com/ntminer/p/11923722.html)
+## [下载地址1](https://zhuanlan.zhihu.com/p/345948143)
 ### 从源码编译:Visual Studio 2019
 
 ## 开源软件

+ 2 - 2
src/AppModels/AppStatic.cs

@@ -123,7 +123,7 @@ namespace NTMiner {
         public static string LogsDirFullName {
             get {
                 if (ClientAppType.IsMinerClient) {
-                    return TempPath.LogsDirFullName.Replace(TempPath.TempDirFullName, NTKeyword.TempDirParameterName);
+                    return TempPath.TempLogsDirFullName.Replace(TempPath.TempDirFullName, NTKeyword.TempDirParameterName);
                 }
                 return HomePath.HomeLogsDirFullName.Replace(HomePath.HomeDirFullName, NTKeyword.HomeDirParameterName);
             }
@@ -836,7 +836,7 @@ namespace NTMiner {
         });
 
         public static ICommand DownloadMinerStudio { get; private set; } = new DelegateCommand(() => {
-            string url = "https://www.cnblogs.com/ntminer/p/11923722.html";
+            string url = "https://zhuanlan.zhihu.com/p/345948143";
             url = NTMinerContext.Instance.ServerContext.SysDicItemSet.TryGetDicItemValue(NTKeyword.ThisSystemSysDicCode, "DownloadMinerStudio", url);
             VirtualRoot.Execute(new UnTopmostCommand());
             Process.Start(url);