Remove "pray for kyoani" text
This commit is contained in:
parent
050fa45993
commit
cbad417f03
|
|
@ -118,8 +118,6 @@ class AdminController extends Controller
|
||||||
|
|
||||||
$form->checkbox('fixed_bg')->label();
|
$form->checkbox('fixed_bg')->label();
|
||||||
|
|
||||||
$form->checkbox('hide_pray_for_kyoto_animation')->label();
|
|
||||||
|
|
||||||
$form->select('copyright_prefer')
|
$form->select('copyright_prefer')
|
||||||
->option('0', 'Powered with ❤ by Blessing Skin Server.')
|
->option('0', 'Powered with ❤ by Blessing Skin Server.')
|
||||||
->option('1', 'Powered by Blessing Skin Server.')
|
->option('1', 'Powered by Blessing Skin Server.')
|
||||||
|
|
|
||||||
|
|
@ -80,5 +80,3 @@ player:
|
||||||
player-name: Player Name
|
player-name: Player Name
|
||||||
previews: Texture Previews
|
previews: Texture Previews
|
||||||
last-modified: Last Modified
|
last-modified: Last Modified
|
||||||
|
|
||||||
pray-for-kyoto-animation: Pray for Kyoto Animation.
|
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,6 @@ homepage:
|
||||||
fixed_bg:
|
fixed_bg:
|
||||||
title: Fixed Background
|
title: Fixed Background
|
||||||
label: This option will make background fixed, not scrolled with scroll bar.
|
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:
|
copyright_prefer:
|
||||||
title: Program Copyright
|
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. <br><b>Warning:</b> Any evil modification applied on the footer program copyright (including deleting, modifying author, changing link target) with out permission is <b>FORBIDDEN</b>. The author reserves the right to pursue relevant responsibilities."
|
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. <br><b>Warning:</b> Any evil modification applied on the footer program copyright (including deleting, modifying author, changing link target) with out permission is <b>FORBIDDEN</b>. The author reserves the right to pursue relevant responsibilities."
|
||||||
|
|
|
||||||
|
|
@ -80,5 +80,3 @@ player:
|
||||||
player-name: 角色名
|
player-name: 角色名
|
||||||
previews: 预览材质
|
previews: 预览材质
|
||||||
last-modified: 修改时间
|
last-modified: 修改时间
|
||||||
|
|
||||||
pray-for-kyoto-animation: 为京阿尼祈福。
|
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,6 @@ homepage:
|
||||||
fixed_bg:
|
fixed_bg:
|
||||||
title: 固定首页背景
|
title: 固定首页背景
|
||||||
label: 开启后背景不会随页面滚动而滚动
|
label: 开启后背景不会随页面滚动而滚动
|
||||||
hide_pray_for_kyoto_animation:
|
|
||||||
title: 隐藏「为京阿尼祈福」
|
|
||||||
label: 开启后该条文本将不会显示在页面下方版权处
|
|
||||||
copyright_prefer:
|
copyright_prefer:
|
||||||
title: 程序版权信息
|
title: 程序版权信息
|
||||||
description: 每种支持的语言都可以对应不同的程序版权信息,如果想要编辑某种特定语言下的版权信息,请在右上角切换至该语言后再提交修改。<b>对于任何恶意修改页面右下角的版权信息(包括不限于删除、修改作者信息、修改链接指向)的用户,作者保留对其追究责任的权利。</b>
|
description: 每种支持的语言都可以对应不同的程序版权信息,如果想要编辑某种特定语言下的版权信息,请在右上角切换至该语言后再提交修改。<b>对于任何恶意修改页面右下角的版权信息(包括不限于删除、修改作者信息、修改链接指向)的用户,作者保留对其追究责任的权利。</b>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
@if (! option('hide_pray_for_kyoto_animation', false))
|
|
||||||
<span>@lang('general.pray-for-kyoto-animation')</span>
|
|
||||||
@endif
|
|
||||||
{!!
|
{!!
|
||||||
str_replace(
|
str_replace(
|
||||||
'Blessing Skin Server',
|
'Blessing Skin Server',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user