添加了html

This commit is contained in:
2021-11-11 10:11:47 +08:00
parent 03d620451d
commit b4c610dc71
18 changed files with 245 additions and 1214 deletions

4
html/php/GetConfig.php Normal file
View File

@ -0,0 +1,4 @@
<?php
header("Content-type:application/json");
$a=file_get_contents("config.json");
echo $a;