OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
9
.dev/remote-deploy/19_install_form.sh
Normal file
9
.dev/remote-deploy/19_install_form.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
cd /var/www/onebot
|
||||
|
||||
echo "=== 完整 CLI 命令列表 ==="
|
||||
sudo -u www-data php /var/www/onebot/public/index.php list 2>&1 | grep -iE "install|db:|migrate|seed"
|
||||
|
||||
echo ""
|
||||
echo "=== /install 表单完整字段(含 type=password)==="
|
||||
curl -s http://127.0.0.1:8081/install 2>&1 | grep -oE "<input[^>]*>" | grep -iE "password|name=" | head -40
|
||||
Reference in New Issue
Block a user