This commit is contained in:
snltty
2025-03-08 01:56:41 +08:00
parent c6eeab74b9
commit 0d1e62f07d
24 changed files with 2247 additions and 213 deletions

View File

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