diff --git a/.env.example b/.env.example index 57046dd6..90ea003c 100644 --- a/.env.example +++ b/.env.example @@ -63,10 +63,10 @@ WECHAT_MESSAGE_PUSH=false PLUGIN_SYNC_API_URL= # PRINCE转换 -PRINCE_DIR=E:/develop/Prince/engine/bin/prince.exe +PRINCE_DIR= # ag-grid授权 -AGGRID_LICENSE="agGrid.LicenseManager.setLicenseKey('key');" +AGGRID_LICENSE="agGrid.LicenseManager.setLicenseKey('demo');" # 演示模式 DEMO_VERSION=false diff --git a/app/Gdoo/Index/views/dashboard/index.blade.php b/app/Gdoo/Index/views/dashboard/index.blade.php index b48d0a95..e5f553c6 100644 --- a/app/Gdoo/Index/views/dashboard/index.blade.php +++ b/app/Gdoo/Index/views/dashboard/index.blade.php @@ -291,7 +291,7 @@ a { outline: none; } diff --git a/app/Gdoo/Index/views/index/support.blade.php b/app/Gdoo/Index/views/index/support.blade.php index 7bb07681..e28c1007 100644 --- a/app/Gdoo/Index/views/index/support.blade.php +++ b/app/Gdoo/Index/views/index/support.blade.php @@ -5,7 +5,7 @@ 软件版本 - {{$version}} + {{$edition}} {{$version}} diff --git a/app/Gdoo/User/views/auth/login.blade.php b/app/Gdoo/User/views/auth/login.blade.php index 81512807..f38143f9 100644 --- a/app/Gdoo/User/views/auth/login.blade.php +++ b/app/Gdoo/User/views/auth/login.blade.php @@ -185,7 +185,7 @@ body { --> diff --git a/app/Gdoo/User/views/auth/qrcode.blade.php b/app/Gdoo/User/views/auth/qrcode.blade.php index 3d7d4690..f4ae8630 100644 --- a/app/Gdoo/User/views/auth/qrcode.blade.php +++ b/app/Gdoo/User/views/auth/qrcode.blade.php @@ -56,7 +56,7 @@ body {
- © {{date('Y')}} {{$version}} + © {{date('Y')}} {{$edition}} {{$version}}
diff --git a/app/Gdoo/User/views/auth/totp.blade.php b/app/Gdoo/User/views/auth/totp.blade.php index bf33ca34..544a4a37 100644 --- a/app/Gdoo/User/views/auth/totp.blade.php +++ b/app/Gdoo/User/views/auth/totp.blade.php @@ -47,7 +47,7 @@ body {
- © {{date('Y')}} {{$version}} + © {{date('Y')}} {{$edition}} {{$version}}