仓库初始化

This commit is contained in:
2025-08-13 10:43:56 +08:00
commit e8f9b46680
5180 changed files with 859303 additions and 0 deletions

46
addons/smsbao/config.php Normal file
View 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' => '',
),
);