v2-dev-auto
xiaojunnuo 2025-07-11 10:44:49 +08:00
parent 4b3f4a868a
commit 06991ddb17
4 changed files with 5 additions and 10 deletions

View File

@ -7,7 +7,7 @@ import { BaseNotification, IsNotification, NotificationBody, NotificationInput }
needPlus: true,
})
// https://open.dingtalk.com/document/orgapp/the-creation-and-installation-of-the-application-robot-in-the?spm=ding_open_doc.document.0.0.242d1563cDgZz3
export class DingTalkNotification extends BaseNotification {
export class FeishuNotification extends BaseNotification {
@NotificationInput({
title: 'webhook地址',
component: {

View File

@ -1 +1 @@
import * from './plugin-refresh-cert.js'
export * from './plugin-refresh-cert.js'

View File

@ -1,4 +1,4 @@
import { VolcengineOpts } from "./dns-client.js";
import { VolcengineOpts } from "./ve-client.js";
import { CertInfo } from "@certd/plugin-cert";
export class VolcengineCdnClient {

View File

@ -1,12 +1,7 @@
import { VolcengineAccess } from "./access.js";
import { http, HttpClient, ILogger } from "@certd/basic";
import {http} from "@certd/basic";
import querystring from "querystring";
import {VolcengineOpts} from "./ve-client.js";
export type VolcengineOpts = {
access: VolcengineAccess
logger: ILogger
http: HttpClient
}
export type VolcengineReq = {
method?: string;