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