diff --git a/app/Http/Controllers/AdminController.php b/app/Http/Controllers/AdminController.php index 73f0c74b..32a7107f 100644 --- a/app/Http/Controllers/AdminController.php +++ b/app/Http/Controllers/AdminController.php @@ -118,8 +118,6 @@ class AdminController extends Controller $form->checkbox('fixed_bg')->label(); - $form->checkbox('hide_pray_for_kyoto_animation')->label(); - $form->select('copyright_prefer') ->option('0', 'Powered with ❤ by Blessing Skin Server.') ->option('1', 'Powered by Blessing Skin Server.') diff --git a/resources/lang/en/general.yml b/resources/lang/en/general.yml index fb6a878f..3268b38b 100644 --- a/resources/lang/en/general.yml +++ b/resources/lang/en/general.yml @@ -80,5 +80,3 @@ player: player-name: Player Name previews: Texture Previews last-modified: Last Modified - -pray-for-kyoto-animation: Pray for Kyoto Animation. diff --git a/resources/lang/en/options.yml b/resources/lang/en/options.yml index cbe82e10..03ac70c6 100644 --- a/resources/lang/en/options.yml +++ b/resources/lang/en/options.yml @@ -19,9 +19,6 @@ homepage: fixed_bg: title: Fixed Background label: This option will make background fixed, not scrolled with scroll bar. - hide_pray_for_kyoto_animation: - title: Hide "Pray for Kyoto Animation." - label: This won't let that message be displayed at bottom of page. copyright_prefer: title: Program Copyright description: "You can specify a different style of program copyright for each language. To edit a specific language's corresponding program copyright style, please switch to that language and submit your edit.
Warning: Any evil modification applied on the footer program copyright (including deleting, modifying author, changing link target) with out permission is FORBIDDEN. The author reserves the right to pursue relevant responsibilities." diff --git a/resources/lang/zh_CN/general.yml b/resources/lang/zh_CN/general.yml index 2f5e24da..d91019a0 100644 --- a/resources/lang/zh_CN/general.yml +++ b/resources/lang/zh_CN/general.yml @@ -80,5 +80,3 @@ player: player-name: 角色名 previews: 预览材质 last-modified: 修改时间 - -pray-for-kyoto-animation: 为京阿尼祈福。 diff --git a/resources/lang/zh_CN/options.yml b/resources/lang/zh_CN/options.yml index 34774eee..82efa6e4 100644 --- a/resources/lang/zh_CN/options.yml +++ b/resources/lang/zh_CN/options.yml @@ -19,9 +19,6 @@ homepage: fixed_bg: title: 固定首页背景 label: 开启后背景不会随页面滚动而滚动 - hide_pray_for_kyoto_animation: - title: 隐藏「为京阿尼祈福」 - label: 开启后该条文本将不会显示在页面下方版权处 copyright_prefer: title: 程序版权信息 description: 每种支持的语言都可以对应不同的程序版权信息,如果想要编辑某种特定语言下的版权信息,请在右上角切换至该语言后再提交修改。对于任何恶意修改页面右下角的版权信息(包括不限于删除、修改作者信息、修改链接指向)的用户,作者保留对其追究责任的权利。 diff --git a/resources/views/common/copyright.blade.php b/resources/views/common/copyright.blade.php index 991edd0e..9175e825 100644 --- a/resources/views/common/copyright.blade.php +++ b/resources/views/common/copyright.blade.php @@ -1,6 +1,3 @@ -@if (! option('hide_pray_for_kyoto_animation', false)) - @lang('general.pray-for-kyoto-animation') -@endif {!! str_replace( 'Blessing Skin Server',