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