mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-11-27 05:39:55 +08:00
Pray for Kyoto Animation
This commit is contained in:
parent
0cf26f4ce9
commit
1ccddf5e74
@ -115,6 +115,8 @@ 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.')
|
||||
|
@ -75,3 +75,5 @@ player:
|
||||
player-name: Player Name
|
||||
previews: Texture Previews
|
||||
last-modified: Last Modified
|
||||
|
||||
pray-for-kyoto-animation: Pray for Kyoto Animation.
|
||||
|
@ -19,6 +19,9 @@ 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. <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."
|
||||
|
@ -75,3 +75,5 @@ player:
|
||||
player-name: 角色名
|
||||
previews: 预览材质
|
||||
last-modified: 修改时间
|
||||
|
||||
pray-for-kyoto-animation: 为京阿尼祈福。
|
||||
|
@ -19,6 +19,9 @@ homepage:
|
||||
fixed_bg:
|
||||
title: 固定首页背景
|
||||
label: 开启后背景不会随页面滚动而滚动
|
||||
hide_pray_for_kyoto_animation:
|
||||
title: 隐藏「为京阿尼祈福」
|
||||
label: 开启后该条文本将不会显示在页面下方版权处
|
||||
copyright_prefer:
|
||||
title: 程序版权信息
|
||||
description: 每种支持的语言都可以对应不同的程序版权信息,如果想要编辑某种特定语言下的版权信息,请在右上角切换至该语言后再提交修改。<b>对于任何恶意修改页面右下角的版权信息(包括不限于删除、修改作者信息、修改链接指向)的用户,作者保留对其追究责任的权利。</b>
|
||||
|
@ -1,3 +1,6 @@
|
||||
@if (! option('hide_pray_for_kyoto_animation', false))
|
||||
<span>@lang('general.pray-for-kyoto-animation')</span>
|
||||
@endif
|
||||
{!!
|
||||
str_replace(
|
||||
'Blessing Skin Server',
|
||||
|
Loading…
Reference in New Issue
Block a user