From 2ee4690692e0a0cda8f74cc7ad482ef109035667 Mon Sep 17 00:00:00 2001 From: niuweili <957905827@qq.com> Date: Wed, 12 Feb 2025 16:03:42 +0800 Subject: [PATCH] feat: add export --- package.json | 2 +- src/en.ts | 2 ++ src/zh.ts | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dd021ee..191b62a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flashduty-knowledge-base", - "version": "1.2.3", + "version": "1.2.3-beta.1", "description": "flashduty knowledge base", "type": "module", "scripts": { diff --git a/src/en.ts b/src/en.ts index bb5c55f..4fed2a5 100644 --- a/src/en.ts +++ b/src/en.ts @@ -41,6 +41,7 @@ import Meraki from "../flashduty/en/8. Integrations/8.1 Alerts integration/8.1.3 import StateCloud from "../flashduty/en/8. Integrations/8.1 Alerts integration/8.1.39 StateCloud Integration.md?raw"; import Guance from "../flashduty/en/8. Integrations/8.1 Alerts integration/8.1.40 Guance Integration.md?raw"; import Zilliz from "../flashduty/en/8. Integrations/8.1 Alerts integration/8.1.41 Zilliz Integration.md?raw"; +import HuaweiyunAPM from "../flashduty/en/8. Integrations/8.1 Alerts integration/8.1.42 Huawei Cloud APM integration.md?raw"; /** ⬆️⬆️⬆️⬆️ 告警集成 ⬆️⬆️⬆️⬆️ */ /** ⬇️⬇️⬇️⬇️ 变更事件 ⬇️⬇️⬇️⬇️ */ @@ -119,5 +120,6 @@ const docs = { IncidentWebhook, CustomAction, Templates, + HuaweiyunAPM, }; export default docs; diff --git a/src/zh.ts b/src/zh.ts index f2cf452..b301a32 100644 --- a/src/zh.ts +++ b/src/zh.ts @@ -41,6 +41,7 @@ import Meraki from "../flashduty/zh/8. 集成引导/8.1 告警集成/8.1.38 Mera import StateCloud from "../flashduty/zh/8. 集成引导/8.1 告警集成/8.1.39 天翼云告警集成指引.md?raw"; import Guance from "../flashduty/zh/8. 集成引导/8.1 告警集成/8.1.40 观测云告警集成指引.md?raw"; import Zilliz from "../flashduty/zh/8. 集成引导/8.1 告警集成/8.1.41 Zilliz 告警集成指引.md?raw"; +import HuaweiyunAPM from "../flashduty/zh/8. 集成引导/8.1 告警集成/8.1.42 华为云 APM 告警集成指引.md?raw"; /** ⬆️⬆️⬆️⬆️ 告警集成 ⬆️⬆️⬆️⬆️ */ /** ⬇️⬇️⬇️⬇️ 变更事件 ⬇️⬇️⬇️⬇️ */ @@ -119,5 +120,6 @@ const docs = { IncidentWebhook, CustomAction, Templates, + HuaweiyunAPM, }; export default docs; \ No newline at end of file