mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
chore: 1
This commit is contained in:
@@ -9,7 +9,7 @@ import { CertInfo } from "@certd/plugin-cert";
|
|||||||
name: "rainyun",
|
name: "rainyun",
|
||||||
title: "雨云授权",
|
title: "雨云授权",
|
||||||
desc: "https://app.rainyun.com/",
|
desc: "https://app.rainyun.com/",
|
||||||
icon: "svg:icon-lucky",
|
icon: "svg:icon-rainyun",
|
||||||
order: 100
|
order: 100
|
||||||
})
|
})
|
||||||
export class RainyunAccess extends BaseAccess {
|
export class RainyunAccess extends BaseAccess {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import { RainyunAccess } from "./access.js";
|
|||||||
title: "雨云",
|
title: "雨云",
|
||||||
desc: "雨云DNS解析提供商",
|
desc: "雨云DNS解析提供商",
|
||||||
accessType: "rainyun",
|
accessType: "rainyun",
|
||||||
icon: "svg:icon-lucky",
|
icon: "svg:icon-rainyun",
|
||||||
})
|
})
|
||||||
export class RainyunDnsProvider extends AbstractDnsProvider {
|
export class RainyunDnsProvider extends AbstractDnsProvider {
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import { RainyunAccess } from "../access.js";
|
|||||||
name: "RainyunRefreshCert",
|
name: "RainyunRefreshCert",
|
||||||
title: "雨云-更新证书",
|
title: "雨云-更新证书",
|
||||||
desc: "app.rainyun.com",
|
desc: "app.rainyun.com",
|
||||||
icon: "svg:icon-lucky",
|
icon: "svg:icon-rainyun",
|
||||||
//插件分组
|
//插件分组
|
||||||
group: pluginGroups.cdn.key,
|
group: pluginGroups.cdn.key,
|
||||||
needPlus: false,
|
needPlus: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user