6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/admin_message.php

28 lines
551 B
PHP

<?php
return [
'ad-address'=>[
'dimensions'=>[
'help'=>'请输入:宽*高',
],
],
'ad'=>[
'jump_type'=>[
'radio'=>[
'0'=>'无跳转',
'1'=>'跳转应用内页',
'2'=>'跳转外部网页',
],
],
],
'article'=>[
'jump_type'=>[
'radio'=>[
'0'=>'无跳转',
'1'=>'跳转应用内页',
'2'=>'跳转外部网页',
],
],
],
];