mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 21:15:57 +08:00
11 lines
176 B
PHP
11 lines
176 B
PHP
<?php
|
|
declare (strict_types=1);
|
|
|
|
return [
|
|
[
|
|
"title" => "Key",
|
|
"name" => "KeyId",
|
|
"type" => "input",
|
|
"placeholder" => "加密秘钥"
|
|
]
|
|
]; |