mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: 支持cloudflare域名
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { IsAccess, AccessInput } from '@certd/pipeline';
|
||||
import { IsAccess, AccessInput, IAccess } from "@certd/pipeline";
|
||||
|
||||
/**
|
||||
* 这个注解将注册一个授权配置
|
||||
@@ -9,7 +9,7 @@ import { IsAccess, AccessInput } from '@certd/pipeline';
|
||||
title: '授权插件示例',
|
||||
desc: '',
|
||||
})
|
||||
export class DemoAccess {
|
||||
export class DemoAccess implements IAccess{
|
||||
/**
|
||||
* 授权属性配置
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user