Explorar o código

合并多地更改

huwhois %!s(int64=2) %!d(string=hai) anos
pai
achega
33a31df6fa
Modificáronse 49 ficheiros con 0 adicións e 24 borrados
  1. 0 0
      app/common.php
  2. 0 0
      app/common/command/FileConsole.php
  3. 0 24
      app/common/facade/FileUtils.php
  4. 0 0
      app/common/model/Article.php
  5. 0 0
      app/common/model/Category.php
  6. 0 0
      app/common/model/FileManager.php
  7. 0 0
      app/common/service/FileService.php
  8. 0 0
      app/common/taglib/Tp.php
  9. 0 0
      app/index/config/view.php
  10. 0 0
      app/index/controller/Base.php
  11. 0 0
      app/index/controller/Index.php
  12. 0 0
      app/index/route/app.php
  13. 0 0
      app/sys/controller/Article.php
  14. 0 0
      app/sys/controller/Base.php
  15. 0 0
      app/sys/controller/Category.php
  16. 0 0
      app/sys/controller/FileManager.php
  17. 0 0
      app/sys/controller/Login.php
  18. 0 0
      app/sys/controller/SysMenu.php
  19. 0 0
      app/sys/middleware/Admin.php
  20. 0 0
      public/favicon.ico
  21. 0 0
      public/static/images/icon/dir.png
  22. 0 0
      public/static/images/icon/doc.png
  23. 0 0
      public/static/images/icon/docx.png
  24. 0 0
      public/static/images/icon/gif.png
  25. 0 0
      public/static/images/icon/jpg.png
  26. 0 0
      public/static/images/icon/mp3.png
  27. 0 0
      public/static/images/icon/mp4.png
  28. 0 0
      public/static/images/icon/pdf.png
  29. 0 0
      public/static/images/icon/png.png
  30. 0 0
      public/static/images/icon/ppt.png
  31. 0 0
      public/static/images/icon/pptx.png
  32. 0 0
      public/static/images/icon/txt.png
  33. 0 0
      public/static/images/icon/xls.png
  34. 0 0
      public/static/images/icon/xlsx.png
  35. 0 0
      public/static/images/icon/zip.png
  36. 0 0
      public/static/index/css/index.css
  37. 0 0
      public/static/sys/js/admin.js
  38. 0 0
      view/index/article/index.html
  39. 0 0
      view/index/aside.html
  40. 0 0
      view/index/index/index.html
  41. 0 0
      view/index/layout.html
  42. 0 0
      view/sys/advertise/save.html
  43. 0 0
      view/sys/article/index.html
  44. 0 0
      view/sys/category/index.html
  45. 0 0
      view/sys/category/save.html
  46. 0 0
      view/sys/file_manager/explorer.html
  47. 0 0
      view/sys/file_manager/index.html
  48. 0 0
      view/sys/file_manager/uploadimg.html
  49. 0 0
      view/sys/public/header.html

+ 0 - 0
app/common.php


+ 0 - 0
app/common/command/FileConsole.php


+ 0 - 24
app/common/facade/FileUtils.php

@@ -21,27 +21,3 @@ class FileUtils extends Facade
         return 'app\common\utils\FileUtils';
     }
 }
-=======
-<?php
-declare(strict_types=1);
-
-namespace app\common\facade;
-
-use think\Facade;
-
-/**
- * @see \app\common\utils\FileUtils
- * @package app\common\facade
- * @mixin \app\common\utils\FileUtils
- * @method static \think\Image waterMark()
- * @method static \think\Image thumbnail()
- * @method static \think\file\UploadedFile downloadUrlImg()
- */
-class FileUtils extends Facade
-{
-    protected static function getFacadeClass()
-    {
-        return 'app\common\utils\FileUtils';
-    }
-}
->>>>>>> 78b76253c8ce5873016cf837373af5e30ac80c86

+ 0 - 0
app/common/model/Article.php


+ 0 - 0
app/common/model/Category.php


+ 0 - 0
app/common/model/FileManager.php


+ 0 - 0
app/common/service/FileService.php


+ 0 - 0
app/common/taglib/Tp.php


+ 0 - 0
app/index/config/view.php


+ 0 - 0
app/index/controller/Base.php


+ 0 - 0
app/index/controller/Index.php


+ 0 - 0
app/index/route/app.php


+ 0 - 0
app/sys/controller/Article.php


+ 0 - 0
app/sys/controller/Base.php


+ 0 - 0
app/sys/controller/Category.php


+ 0 - 0
app/sys/controller/FileManager.php


+ 0 - 0
app/sys/controller/Login.php


+ 0 - 0
app/sys/controller/SysMenu.php


+ 0 - 0
app/sys/middleware/Admin.php


+ 0 - 0
public/favicon.ico


+ 0 - 0
public/static/images/icon/dir.png


+ 0 - 0
public/static/images/icon/doc.png


+ 0 - 0
public/static/images/icon/docx.png


+ 0 - 0
public/static/images/icon/gif.png


+ 0 - 0
public/static/images/icon/jpg.png


+ 0 - 0
public/static/images/icon/mp3.png


+ 0 - 0
public/static/images/icon/mp4.png


+ 0 - 0
public/static/images/icon/pdf.png


+ 0 - 0
public/static/images/icon/png.png


+ 0 - 0
public/static/images/icon/ppt.png


+ 0 - 0
public/static/images/icon/pptx.png


+ 0 - 0
public/static/images/icon/txt.png


+ 0 - 0
public/static/images/icon/xls.png


+ 0 - 0
public/static/images/icon/xlsx.png


+ 0 - 0
public/static/images/icon/zip.png


+ 0 - 0
public/static/index/css/index.css


+ 0 - 0
public/static/sys/js/admin.js


+ 0 - 0
view/index/article/index.html


+ 0 - 0
view/index/aside.html


+ 0 - 0
view/index/index/index.html


+ 0 - 0
view/index/layout.html


+ 0 - 0
view/sys/advertise/save.html


+ 0 - 0
view/sys/article/index.html


+ 0 - 0
view/sys/category/index.html


+ 0 - 0
view/sys/category/save.html


+ 0 - 0
view/sys/file_manager/explorer.html


+ 0 - 0
view/sys/file_manager/index.html


+ 0 - 0
view/sys/file_manager/uploadimg.html


+ 0 - 0
view/sys/public/header.html