diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 7882000..1293247 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -4,5 +4,8 @@ "baseFontSize": 16, "textFontFamily": "", "monospaceFontFamily": "Fira Code", - "accentColor": "" + "accentColor": "", + "enabledCssSnippets": [ + "index" + ] } \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-style-settings/data.json b/.obsidian/plugins/obsidian-style-settings/data.json index 8850f87..0c3ac59 100644 --- a/.obsidian/plugins/obsidian-style-settings/data.json +++ b/.obsidian/plugins/obsidian-style-settings/data.json @@ -17,5 +17,7 @@ "blue-topaz-theme@@colorful-ordered-list": true, "blue-topaz-theme@@list-spacing-bt": 3, "blue-topaz-theme@@transparent-setting-panel": false, - "blue-topaz-theme@@line-width-readable": 70 + "blue-topaz-theme@@line-width-readable": 80, + "blue-topaz-theme@@layout-style-options": "layout-style-options-default", + "blue-topaz-theme@@view-button-front": true } \ No newline at end of file diff --git a/.obsidian/snippets/index.css b/.obsidian/snippets/index.css new file mode 100644 index 0000000..c77dff3 --- /dev/null +++ b/.obsidian/snippets/index.css @@ -0,0 +1,14 @@ +/*- editor line width - default 700px -*/ +body { + --file-line-width: 1200px; +} + +/*- editor line width - fills entire editor -*/ +body { + --file-line-width: auto; +} +/* .markdown-source-view, +.markdown-preview-view { + max-width: 1200px; + margin: auto; +} */ diff --git a/项目/CTI, SCRM, CRM/README.md b/项目/CTI, SCRM, CRM/README.md index a43aa69..e5ed8db 100644 --- a/项目/CTI, SCRM, CRM/README.md +++ b/项目/CTI, SCRM, CRM/README.md @@ -1,7 +1,9 @@ --- -Updated: 2023-09-13 10:25 Wed +Updated: 2023-09-13 11:31 Wed --- -## Kimkim + +## Kimkim + - 顾问共享行程设计 - 检索和重复使用, 创建副本 - 用户信息自动应用, 减少复制粘贴和输入错误 @@ -14,4 +16,11 @@ Updated: 2023-09-13 10:25 Wed ## WhatsApp 数据获取备份和分析 -## 客服系统 \ No newline at end of file +- [Baileys](https://github.com/WhiskeySockets/Baileys) +- 使用WhatsApp 多设备方法, 使同时登录以获取消息记录 +- 存储和分析以及其他需求自行开发 +- 免费 + +## 客服系统 + +-