Files
linker/readme/Demo/Config/Submit.php
snltty 0d1e62f07d cdkey
2025-03-08 01:56:41 +08:00

11 lines
176 B
PHP

<?php
declare (strict_types=1);
return [
[
"title" => "Key",
"name" => "KeyId",
"type" => "input",
"placeholder" => "加密秘钥"
]
];