代码初始化
This commit is contained in:
46
addons/smsbao/config.php
Normal file
46
addons/smsbao/config.php
Normal file
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
0 =>
|
||||
array(
|
||||
'name' => 'username',
|
||||
'title' => '短信宝账号',
|
||||
'type' => 'string',
|
||||
'content' =>
|
||||
array(),
|
||||
'value' => 'username',
|
||||
'rule' => 'required',
|
||||
'msg' => '',
|
||||
'tip' => '',
|
||||
'ok' => '',
|
||||
'extend' => '',
|
||||
),
|
||||
1 =>
|
||||
array(
|
||||
'name' => 'password',
|
||||
'title' => '短信宝密码',
|
||||
'type' => 'string',
|
||||
'content' =>
|
||||
array(),
|
||||
'value' => 'password',
|
||||
'rule' => 'required',
|
||||
'msg' => '',
|
||||
'tip' => '',
|
||||
'ok' => '',
|
||||
'extend' => '',
|
||||
),
|
||||
2 =>
|
||||
array(
|
||||
'name' => 'sign',
|
||||
'title' => '短信签名',
|
||||
'type' => 'string',
|
||||
'content' =>
|
||||
array(),
|
||||
'value' => '【短信签名】',
|
||||
'rule' => 'required',
|
||||
'msg' => '',
|
||||
'tip' => '例如【短信宝】',
|
||||
'ok' => '',
|
||||
'extend' => '',
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user