update .gitignore and config

This commit is contained in:
“publish”
2025-06-14 22:17:33 +08:00
parent 0432965b88
commit 0a72fc2eeb
44 changed files with 70 additions and 75 deletions

1
.gitignore vendored
View File

@@ -11,3 +11,4 @@ composer.lock
.vscode .vscode
node_modules node_modules
.user.ini .user.ini
/addons/*/config.php

View File

@@ -1,77 +1,71 @@
<?php <?php
return array( return [
array( [
'name' => 'key', 'name' => 'key',
'title' => '应用key', 'title' => '应用key',
'type' => 'string', 'type' => 'string',
'content' => 'content' => [],
array(), 'value' => 'LTAI5tBbLtPkAq7eV3Stma3R',
'value' => 'your key', 'rule' => 'required',
'rule' => 'required', 'msg' => '',
'msg' => '', 'tip' => '',
'tip' => '', 'ok' => '',
'ok' => '', 'extend' => '',
'extend' => '', ],
), [
array( 'name' => 'secret',
'name' => 'secret', 'title' => '密钥secret',
'title' => '密钥secret', 'type' => 'string',
'type' => 'string', 'content' => [],
'content' => 'value' => 'yIUy2I1K8mKTfcHZLqbN0qgRbvzz4y',
array(), 'rule' => 'required',
'value' => 'your secret', 'msg' => '',
'rule' => 'required', 'tip' => '',
'msg' => '', 'ok' => '',
'tip' => '', 'extend' => '',
'ok' => '', ],
'extend' => '', [
), 'name' => 'sign',
array( 'title' => '签名',
'name' => 'sign', 'type' => 'string',
'title' => '签名', 'content' => [],
'type' => 'string', 'value' => '米多花',
'content' => 'rule' => 'required',
array(), 'msg' => '',
'value' => 'your sign', 'tip' => '',
'rule' => 'required', 'ok' => '',
'msg' => '', 'extend' => '',
'tip' => '', ],
'ok' => '', [
'extend' => '', 'name' => 'template',
), 'title' => '短信模板',
array( 'type' => 'array',
'name' => 'template', 'content' => [],
'title' => '短信模板', 'value' => [
'type' => 'array', 'register' => 'SMS_170440238',
'content' => 'resetpwd' => 'SMS_170440238',
array(), 'changepwd' => 'SMS_170440238',
'value' => 'changemobile' => 'SMS_170440238',
array( 'profile' => 'SMS_170440238',
'register' => 'SMS_114000000', 'notice' => 'SMS_170440238',
'resetpwd' => 'SMS_114000000', ],
'changepwd' => 'SMS_114000000', 'rule' => 'required',
'changemobile' => 'SMS_114000000', 'msg' => '',
'profile' => 'SMS_114000000', 'tip' => '',
'notice' => 'SMS_114000000', 'ok' => '',
), 'extend' => '',
'rule' => 'required', ],
'msg' => '', [
'tip' => '', 'name' => '__tips__',
'ok' => '', 'title' => '温馨提示',
'extend' => '', 'type' => 'string',
), 'content' => [],
array( 'value' => '应用key和密钥你可以通过 https://ak-console.aliyun.com/?spm=a2c4g.11186623.2.13.fd315777PX3tjy#/accesskey 获取',
'name' => '__tips__', 'rule' => 'required',
'title' => '温馨提示', 'msg' => '',
'type' => 'string', 'tip' => '',
'content' => 'ok' => '',
array(), 'extend' => '',
'value' => '应用key和密钥你可以通过 https://ak-console.aliyun.com/?spm=a2c4g.11186623.2.13.fd315777PX3tjy#/accesskey 获取', ],
'rule' => 'required', ];
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
),
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 953 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB