From 369b76a7ae99266e432185ed83b652abb8d791fb Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 21 Sep 2019 13:02:22 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/config/info.html | 136 +++++++++--------- .../admin/view/config/storage-oss.html | 16 +-- .../admin/view/config/storage-qiniu.html | 16 +-- application/admin/view/login/index.html | 2 +- vendor/autoload.php | 2 +- vendor/composer/autoload_real.php | 14 +- vendor/composer/autoload_static.php | 8 +- 7 files changed, 101 insertions(+), 93 deletions(-) diff --git a/application/admin/view/config/info.html b/application/admin/view/config/info.html index a27de148d..673d64295 100644 --- a/application/admin/view/config/info.html +++ b/application/admin/view/config/info.html @@ -1,72 +1,80 @@ {extend name="main"} {block name="content"} -
-
- 文件存储引擎: - {foreach ['local'=>'本地服务器存储','qiniu'=>'七牛云对象存储','oss'=>'阿里云OSS存储'] as $k=>$v} - {if sysconf('storage_type') eq $k} - {if auth('file')}{$v}{else}{$v}{/if} - {elseif auth('file')}{$v}{/if} - {/foreach} +
+ 文件存储引擎: + {foreach ['local'=>'本地服务器存储','qiniu'=>'七牛云对象存储','oss'=>'阿里云OSS存储'] as $k=>$v} + {if sysconf('storage_type') eq $k} + {if auth('file')}{$v}{else}{$v}{/if} + {elseif auth('file')}{$v}{/if} + {/foreach} +
+ +
+ +
+ +

程序名称,在后台主标题上显示 {:sysconf('app_name')}

- -
- -

当前程序名称,在后台主标题上显示 {:sysconf('app_name')}

+
+ +

程序版本,在后台主标题上标显示版本 {:sysconf('app_version')}

+
+ +
+ +

网站名称,将在浏览器的标签上显示 {:sysconf('site_name')}

+
+ +
+ 浏览器图标 + Browser +
+ icon + + 上传图片 +

建议上传 ICO 图标的尺寸为 128x128 ICON在线制作

-
- -

当前程序版本号,在后台主标题上标显示版本 {:sysconf('app_version')}

-
-
- -

网站名称,将在浏览器的标签上显示 {:sysconf('site_name')}

-
-
- 浏览器图标 - Browser -
- icon - - 上传图片 -

建议上传 ICO 图标的尺寸为 128x128,ICON在线制作

-
-
-
- -

程序的版权信息设置,在后台登录页面显示版本信息

-
-
- -

网站备案号,可以在备案管理中心查询获取,将在登录页面下面显示

-
-
-
- -
- -
+
+ +
+ +

网站备案号,可以在备案管理中心查询获取,将在登录页面下面显示

+
+ +
+ +

网站版权信息,在后台登录页面显示版本信息并链接到备案到信息备案管理系统

+
+ +
+ +
+ +
+ + + {/block} \ No newline at end of file diff --git a/application/admin/view/config/storage-oss.html b/application/admin/view/config/storage-oss.html index 73d9a48a5..66001320f 100644 --- a/application/admin/view/config/storage-oss.html +++ b/application/admin/view/config/storage-oss.html @@ -14,15 +14,15 @@
- + {foreach ['http','https','auto'] as $pro} - + {/foreach}

阿里云对象存储访问协议(http、https、auto),其中 https 需要配置证书才能使用,auto 为相对协议自动根据域名切换http与https。

@@ -38,11 +38,11 @@

请选择OSS数据中心访问节点,有效值如:oss-cn-shenzhen.aliyuncs.com

diff --git a/application/admin/view/config/storage-qiniu.html b/application/admin/view/config/storage-qiniu.html index f888e90db..42ec1a30c 100644 --- a/application/admin/view/config/storage-qiniu.html +++ b/application/admin/view/config/storage-qiniu.html @@ -14,15 +14,15 @@
- + {foreach ['http','https','auto'] as $pro} - + {/foreach}

七牛云存储访问协议(http、https、auto),其中 https 需要配置证书才能使用,auto 为相对协议自动根据域名切换http与https。

@@ -31,11 +31,11 @@
{foreach ['华东','华北','华南','北美'] as $area} {/foreach} diff --git a/application/admin/view/login/index.html b/application/admin/view/login/index.html index a0ec30cd9..389793a91 100644 --- a/application/admin/view/login/index.html +++ b/application/admin/view/login/index.html @@ -34,7 +34,7 @@
{/block} diff --git a/vendor/autoload.php b/vendor/autoload.php index 0623c0e21..85197121d 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1::getLoader(); +return ComposerAutoloaderInit415d1b9a7b2ee3822de734e6cbe4a804::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index d2727378b..4555f2fc0 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1 +class ComposerAutoloaderInit415d1b9a7b2ee3822de734e6cbe4a804 { private static $loader; @@ -19,15 +19,15 @@ class ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1 return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit415d1b9a7b2ee3822de734e6cbe4a804', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit415d1b9a7b2ee3822de734e6cbe4a804', 'loadClassLoader')); $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); if ($useStaticLoader) { require_once __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInite8b00394fb5b04f0787a40b0726242d1::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804::getInitializer($loader)); } else { $map = require __DIR__ . '/autoload_namespaces.php'; foreach ($map as $namespace => $path) { @@ -48,19 +48,19 @@ class ComposerAutoloaderInite8b00394fb5b04f0787a40b0726242d1 $loader->register(true); if ($useStaticLoader) { - $includeFiles = Composer\Autoload\ComposerStaticInite8b00394fb5b04f0787a40b0726242d1::$files; + $includeFiles = Composer\Autoload\ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { - composerRequiree8b00394fb5b04f0787a40b0726242d1($fileIdentifier, $file); + composerRequire415d1b9a7b2ee3822de734e6cbe4a804($fileIdentifier, $file); } return $loader; } } -function composerRequiree8b00394fb5b04f0787a40b0726242d1($fileIdentifier, $file) +function composerRequire415d1b9a7b2ee3822de734e6cbe4a804($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 6e5b1e5ab..3582c5660 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInite8b00394fb5b04f0787a40b0726242d1 +class ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804 { public static $files = array ( '841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php', @@ -321,9 +321,9 @@ class ComposerStaticInite8b00394fb5b04f0787a40b0726242d1 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInite8b00394fb5b04f0787a40b0726242d1::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInite8b00394fb5b04f0787a40b0726242d1::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInite8b00394fb5b04f0787a40b0726242d1::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit415d1b9a7b2ee3822de734e6cbe4a804::$classMap; }, null, ClassLoader::class); }