修改插件
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 00:01:45 +08:00
parent 7bc68457e9
commit cbd6250967
224 changed files with 61713 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
<?php
return [
# 刷新时间,默认3分钟
//'refresh_time' => 3,
'refresh_time' => [// 在后台插件配置表单中的键名 ,会是config[text]
'title' => '刷新时间', // 表单的label标题
'type' => 'text', // 表单的类型text,password,textarea,checkbox,radio,select等
'value' => 3, // 表单的默认值
'tip' => '', //表单的帮助提示
],
];