UNPKG
koishi-plugin-gyyg-randompic
Version:
latest (0.0.1)
0.0.1
随机输出自选路径下的图片,图片格式支持jpg,jpeg,png,gif
koishi-plugin-gyyg-randompic
/
lib
/
index.d.ts
8 lines
(7 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Context
,
Schema
}
from
'koishi'
;
export
declare
const
name =
"pic"
;
export
interface
Config
{
addr
:
string
; }
export
declare
const
Config
:
Schema
<
Config
>;
export
declare
function
apply
(
ctx
:
Context
):
void
;