From 4d602a922e90a4b8ac2871df73b0778ea4e487aa Mon Sep 17 00:00:00 2001 From: MSI-NB Date: Tue, 24 Oct 2023 01:41:19 -0400 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20DingTalk=20Adapter=20=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 11 +++++----- src/components/PageConnectInfoItems.vue | 27 +++++++++++++++++++++++++ src/store.ts | 6 ++++-- 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index cf8caf3a..099cf774 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -1,6 +1,9 @@ -// generated by unplugin-vue-components -// We suggest you to commit this file into source control -// Read more: https://github.com/vuejs/vue-next/pull/3399 +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +export {} declare module 'vue' { export interface GlobalComponents { @@ -85,5 +88,3 @@ declare module 'vue' { PageTest: typeof import('./components/PageTest.vue')['default'] } } - -export { } diff --git a/src/components/PageConnectInfoItems.vue b/src/components/PageConnectInfoItems.vue index 01fb7bce..6dd3339b 100644 --- a/src/components/PageConnectInfoItems.vue +++ b/src/components/PageConnectInfoItems.vue @@ -427,6 +427,7 @@ + @@ -776,6 +777,29 @@ + + + + + + + + + + + + + +
提示: 前往钉钉开发者平台 https://open-dev.dingtalk.com/fe/app
+
点击创建应用
+
点击 基础信息 - 应用信息
+
把 AppKey 复制到 ClientID 内
+
把 AppSecret 复制到 Token 内
+
创建完成之后点击 应用功能 - 机器人与消息推送 并将机器人配置的开关打开
+
点击发布后 复制 RobotCode 到 RobotCode 内
+
+
+