vault backup: 2024-11-22 09:49:42

Affected files:
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
.obsidian/plugins/obsidian-excalidraw-plugin/main.js
.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
Haina/项目/SCRM/Sales CRM 2.0.md
main
Lei OT 7 months ago
parent 7969671ea6
commit f74b50cea1

@ -5,6 +5,10 @@
"embedUseExcalidrawFolder": false, "embedUseExcalidrawFolder": false,
"templateFilePath": "Excalidraw/Template.excalidraw", "templateFilePath": "Excalidraw/Template.excalidraw",
"scriptFolderPath": "Excalidraw/Scripts", "scriptFolderPath": "Excalidraw/Scripts",
"fontAssetsPath": "Excalidraw/CJK Fonts",
"loadChineseFonts": false,
"loadJapaneseFonts": false,
"loadKoreanFonts": false,
"compress": true, "compress": true,
"decompressForMDView": false, "decompressForMDView": false,
"onceOffCompressFlagReset": true, "onceOffCompressFlagReset": true,
@ -27,6 +31,7 @@
"previewMatchObsidianTheme": false, "previewMatchObsidianTheme": false,
"width": "400", "width": "400",
"height": "", "height": "",
"overrideObsidianFontSize": false,
"dynamicStyling": "colorful", "dynamicStyling": "colorful",
"isLeftHanded": false, "isLeftHanded": false,
"iframeMatchExcalidrawTheme": true, "iframeMatchExcalidrawTheme": true,
@ -35,6 +40,8 @@
"matchThemeTrigger": false, "matchThemeTrigger": false,
"defaultMode": "normal", "defaultMode": "normal",
"defaultPenMode": "never", "defaultPenMode": "never",
"penModeDoubleTapEraser": true,
"penModeSingleFingerPanning": true,
"penModeCrosshairVisible": true, "penModeCrosshairVisible": true,
"renderImageInMarkdownReadingMode": false, "renderImageInMarkdownReadingMode": false,
"renderImageInHoverPreviewForMDNotes": false, "renderImageInHoverPreviewForMDNotes": false,
@ -92,7 +99,7 @@
"library2": { "library2": {
"type": "excalidrawlib", "type": "excalidrawlib",
"version": 2, "version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.3.0", "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.6.7",
"libraryItems": [] "libraryItems": []
}, },
"imageElementNotice": true, "imageElementNotice": true,
@ -104,7 +111,7 @@
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": true, "defaultTrayMode": true,
"previousRelease": "2.3.0", "previousRelease": "2.6.7",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}", "latexBoilerplate": "\\color{blue}",
@ -426,6 +433,7 @@
"numberOfCustomPens": 0, "numberOfCustomPens": 0,
"pdfScale": 4, "pdfScale": 4,
"pdfBorderBox": true, "pdfBorderBox": true,
"pdfFrame": false,
"pdfGapSize": 20, "pdfGapSize": 20,
"pdfGroupPages": false, "pdfGroupPages": false,
"pdfLockAfterImport": true, "pdfLockAfterImport": true,
@ -433,6 +441,11 @@
"pdfNumRows": 1, "pdfNumRows": 1,
"pdfDirection": "right", "pdfDirection": "right",
"pdfImportScale": 0.3, "pdfImportScale": 0.3,
"gridSettings": {
"DYNAMIC_COLOR": true,
"COLOR": "#000000",
"OPACITY": 50
},
"laserSettings": { "laserSettings": {
"DECAY_LENGTH": 50, "DECAY_LENGTH": 50,
"DECAY_TIME": 1000, "DECAY_TIME": 1000,
@ -449,6 +462,7 @@
"borderOpacity": 0, "borderOpacity": 0,
"filenameVisible": false "filenameVisible": false
}, },
"markdownNodeOneClickEditing": false,
"canvasImmersiveEmbed": true, "canvasImmersiveEmbed": true,
"startupScriptPath": "", "startupScriptPath": "",
"openAIAPIToken": "", "openAIAPIToken": "",
@ -747,6 +761,28 @@
"areaZoomLimit": 1, "areaZoomLimit": 1,
"longPressDesktop": 500, "longPressDesktop": 500,
"longPressMobile": 500, "longPressMobile": 500,
"doubleClickLinkOpenViewMode": true,
"isDebugMode": false, "isDebugMode": false,
"rank": "Bronze" "rank": "Bronze",
"modifierKeyOverrides": [
{
"modifiers": [
"Mod"
],
"key": "Enter"
},
{
"modifiers": [
"Mod"
],
"key": "k"
},
{
"modifiers": [
"Mod"
],
"key": "G"
}
],
"showSplashscreen": true
} }

File diff suppressed because one or more lines are too long

@ -1,11 +1,11 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "2.3.0", "version": "2.6.7",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog", "authorUrl": "https://www.zsolt.blog",
"fundingUrl": "https://ko-fi.com/zsolt", "fundingUrl": "https://ko-fi.com/zsolt",
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme", "helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
"isDesktopOnly": false "isDesktopOnly": false

File diff suppressed because one or more lines are too long

@ -3,7 +3,7 @@ Created: 2024-09-03 Tue
Updated: 2024-11-21 14:29 Thu Updated: 2024-11-21 14:29 Thu
--- ---
## Todo ## 2.0 Todo
1. [/] 定义各渠道hook 1. [/] 定义各渠道hook
2. [x] 顾问邮件: 何时回复附带; 何时新邮件 ✅ 2024-09-25 2. [x] 顾问邮件: 何时回复附带; 何时新邮件 ✅ 2024-09-25
@ -22,7 +22,7 @@ Updated: 2024-11-21 14:29 Thu
14. [x] 订单邮箱匹配 ✅ 2024-11-10 14. [x] 订单邮箱匹配 ✅ 2024-11-10
1. 订单OPI_SN & Email list:`[{ [opi]: [email] }]` 1. 订单OPI_SN & Email list:`[{ [opi]: [email] }]`
15. ["] 收件乱码; 阿里邮箱出现, 腾讯不会 15. ["] 收件乱码; 阿里邮箱出现, 腾讯不会
16. [ ] 贴图使用网络地址 16. [x] 贴图使用网络地址 ✅ 2024-11-21
17. [ ] 抄送, 多个收件人的会话, 跟帖需要在同一个会话 17. [ ] 抄送, 多个收件人的会话, 跟帖需要在同一个会话
> [!info]- 测试账号404 > [!info]- 测试账号404
@ -39,7 +39,7 @@ Updated: 2024-11-21 14:29 Thu
### 2024-10-25 前端演示 ### 2024-10-25 前端演示
#### 邮件: 使用场景; 操作习惯[顾问-客人-供应商-邮件.excalidraw](Excalidraw/顾问-客人-供应商-邮件.excalidraw.md) #### 邮件: 使用场景; 操作习惯
1. [?] 邮件管理器: 往来记录通知销售平台 1. [?] 邮件管理器: 往来记录通知销售平台
2. 工作留痕: 沟通往来, 阶段性留痕 2. 工作留痕: 沟通往来, 阶段性留痕

Loading…
Cancel
Save