alroyso 1 月之前
父節點
當前提交
a10447022f
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lib/app/const/const.dart

+ 3 - 3
lib/app/const/const.dart

@@ -153,9 +153,9 @@ class Files {
     return File(path.join(Paths.assetsDep.path, 'wintun.dll'));
   }
 
-  static File get assetsExample {
-    return File(path.join(Paths.assetsDep.path, 'example.yaml'));
-  }
+  // static File get assetsExample {
+  //   return File(path.join(Paths.assetsDep.path, 'example.yaml'));
+  // }
 
   static File get configConfig {
     return File(path.join(Paths.config.path, '.config.json'));