flashduty-knowledge-base 1.3.5 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,7 +45,7 @@
45
45
 
46
46
  ```
47
47
  ---
48
- title: "FlashDuty Changelog 2023-12-18 | 值班管理、服务日历、自定义操作和邮件集成"
48
+ title: "Flashduty Changelog 2023-12-18 | 值班管理、服务日历、自定义操作和邮件集成"
49
49
  description: "支持更高级的值班管理功能,支付服务日历、自定义操作和邮件集成"
50
50
  date: "2023-12-18T10:00:00+08:00"
51
51
  ---
@@ -72,6 +72,10 @@ date: "2023-12-18T10:00:00+08:00"
72
72
  请你严格依照 @polish_instructions.md 的要求,对文档 @your_doc_name 进行润色。
73
73
  ```
74
74
 
75
+ <<<<<<< HEAD
76
+ 完成润色后,可在 VSCode / Cursor 中打开文档,然后在文档 tab 页中右击,点击 `格式化文档`。
77
+
78
+ =======
75
79
  完成润色后,可在 VSCode / Cursor 中打开文档,然后在文档 tab 页中右击,点击 `格式化文档`。
76
80
 
77
81
  - i18n
package/dist/en.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /** ⬆️⬆️⬆️⬆️ Other ⬆️⬆️⬆️⬆️ */
1
+ /** ⬆️⬆️⬆️⬆️ Label Mapping API ⬆️⬆️⬆️⬆️ */
2
2
  declare const docs: {
3
3
  CustomAlert: string;
4
4
  Email: string;
@@ -68,5 +68,12 @@ declare const docs: {
68
68
  Cloudflare: string;
69
69
  WecomAlert: string;
70
70
  ServiceDeskPlusSync: string;
71
+ Harbor: string;
72
+ LabelMappingAPI: string;
73
+ VolcEngineRTC: string;
74
+ UcloudCloudWatch: string;
75
+ Nagios: string;
76
+ JDCloudMonitor: string;
77
+ AliyunPrometheus: string;
71
78
  };
72
79
  export default docs;