mirror of
https://github.com/snltty/linker.git
synced 2025-11-02 13:34:09 +08:00
cdkey
This commit is contained in:
11
readme/Demo/Config/Submit.php
Normal file
11
readme/Demo/Config/Submit.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare (strict_types=1);
|
||||
|
||||
return [
|
||||
[
|
||||
"title" => "Key",
|
||||
"name" => "KeyId",
|
||||
"type" => "input",
|
||||
"placeholder" => "加密秘钥"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user