1779195890

This commit is contained in:
Docker7530
2026-05-19 21:04:53 +08:00
parent 7f14056210
commit 521496f2df
31 changed files with 1185 additions and 173 deletions
+1 -3
View File
@@ -22,7 +22,5 @@
"showIndentGuide": false,
"spellcheck": false,
"foldIndent": false,
"userIgnoreFilters": [
"calendar/"
]
"userIgnoreFilters": null
}
+177 -11
View File
@@ -33,6 +33,7 @@
"displaySVGInPreview": false,
"previewImageType": "SVGIMG",
"renderingConcurrency": 3,
"imageCacheRetentionDays": 30,
"allowImageCache": true,
"allowImageCacheInScene": true,
"displayExportedImageIfAvailable": false,
@@ -109,13 +110,14 @@
"addDummyTextElement": false,
"zoteroCompatibility": false,
"fieldSuggester": true,
"enableOnloadScripts": false,
"compatibilityMode": false,
"drawingOpenCount": 0,
"library": "deprecated",
"library2": {
"type": "excalidrawlib",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.22.1",
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.22.3",
"libraryItems": []
},
"imageElementNotice": true,
@@ -128,6 +130,7 @@
"scriptEngineSettings": {},
"previousRelease": "2.20.6",
"showReleaseNotes": false,
"excalidrawMasteryPromoCollapsed": false,
"compareManifestToPluginVersion": true,
"showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}",
@@ -484,15 +487,178 @@
"canvasImmersiveEmbed": true,
"startupScriptPath": "",
"aiEnabled": true,
"openAIAPIToken": "",
"openAIDefaultTextModel": "",
"openAIDefaultTextModelMaxTokens": 4096,
"openAIDefaultVisionModel": "",
"openAIDefaultImageGenerationModel": "",
"openAIURL": "",
"openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
"openAIImageEditsURL": "https://api.openai.com/v1/images/edits",
"openAIImageVariationURL": "https://api.openai.com/v1/images/variations",
"aiVerboseLogging": false,
"aiProviderProfiles": {
"OpenAI": {
"provider": "openai",
"apiKey": "",
"baseURL": "https://api.openai.com/v1"
},
"Anthropic": {
"provider": "anthropic",
"apiKey": "",
"baseURL": "https://api.anthropic.com/v1"
},
"Google Gemini": {
"provider": "google",
"apiKey": "",
"baseURL": "https://generativelanguage.googleapis.com/v1beta"
},
"xAI": {
"provider": "xai",
"apiKey": "",
"baseURL": "https://api.x.ai/v1"
},
"OpenAI-compatible": {
"provider": "openai-compatible",
"apiKey": "",
"baseURL": "https://api.openai.com/v1"
}
},
"aiTextModelConfigs": {
"gpt-5-mini": {
"providerId": "OpenAI",
"model": "gpt-5-mini",
"endpoint": "",
"multimodalSupport": true
},
"claude-sonnet-4-5": {
"providerId": "Anthropic",
"model": "claude-sonnet-4-5",
"endpoint": "",
"multimodalSupport": true
},
"gemini-2.5-pro": {
"providerId": "Google Gemini",
"model": "gemini-2.5-pro",
"endpoint": "",
"multimodalSupport": true
},
"grok-4-fast": {
"providerId": "xAI",
"model": "grok-4-fast",
"endpoint": "",
"multimodalSupport": true
}
},
"aiImageModelConfigs": {
"dall-e-2": {
"providerId": "OpenAI",
"model": "dall-e-2",
"supportedSizes": [
"256x256",
"512x512",
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": true
},
"dall-e-3": {
"providerId": "OpenAI",
"model": "dall-e-3",
"supportedSizes": [
"1024x1024",
"1792x1024",
"1024x1792"
],
"supportsPromptImageTransforms": false,
"supportsMaskImageEdits": false
},
"gpt-image-1": {
"providerId": "OpenAI",
"model": "gpt-image-1",
"supportedSizes": [
"1024x1024",
"1536x1024",
"1024x1536"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": true
},
"gpt-image-1-mini": {
"providerId": "OpenAI",
"model": "gpt-image-1-mini",
"supportedSizes": [
"1024x1024",
"1536x1024",
"1024x1536"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": true
},
"gpt-image-1.5": {
"providerId": "OpenAI",
"model": "gpt-image-1.5",
"supportedSizes": [
"1024x1024",
"1536x1024",
"1024x1536"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": true
},
"gpt-image-2": {
"providerId": "OpenAI",
"model": "gpt-image-2",
"supportedSizes": [
"1024x1024",
"1536x1024",
"1024x1536",
"2048x2048"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": true
},
"gemini-2.5-flash-image": {
"providerId": "Google Gemini",
"model": "gemini-2.5-flash-image",
"supportedSizes": [
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": false
},
"gemini-3.1-flash-image-preview": {
"providerId": "Google Gemini",
"model": "gemini-3.1-flash-image-preview",
"supportedSizes": [
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": false
},
"gemini-3-pro-image-preview": {
"providerId": "Google Gemini",
"model": "gemini-3-pro-image-preview",
"supportedSizes": [
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": false
},
"grok-imagine-image-quality": {
"providerId": "xAI",
"model": "grok-imagine-image-quality",
"supportedSizes": [
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": false
},
"grok-imagine-image-pro": {
"providerId": "xAI",
"model": "grok-imagine-image-pro",
"supportedSizes": [
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": false
}
},
"aiDefaultTextModel": "gpt-5-mini",
"aiDefaultImageGenerationModel": "gpt-image-1",
"aiDefaultMaxOutgoingTokens": 0,
"aiDefaultMaxResponseTokens": 4096,
"modifierKeyConfig": {
"Mac": {
"LocalFileDragAction": {
@@ -782,7 +948,6 @@
"longPressDesktop": 500,
"longPressMobile": 500,
"doubleClickLinkOpenViewMode": true,
"isDebugMode": false,
"rank": "Bronze",
"modifierKeyOverrides": [
{
@@ -815,6 +980,7 @@
"margin": "normal"
},
"disableContextMenu": false,
"isDebugMode": false,
"defaultTrayMode": true,
"compactModeOnTablets": true
}
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,9 +1,9 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "2.22.3",
"version": "2.23.3",
"minAppVersion": "1.5.7",
"description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
"description": "Sketch Your Mind. Edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
"author": "Zsolt Viczian",
"authorUrl": "https://excalidraw-obsidian.online",
"fundingUrl": "https://ko-fi.com/zsolt",
File diff suppressed because one or more lines are too long
+100 -100
View File
@@ -1,5 +1,105 @@
{
"recentFiles": [
{
"basename": "Prompt 02 COSMIC 功能过程",
"path": "resource/ai/prompts/cosmic/Prompt 02 COSMIC 功能过程.md"
},
{
"basename": "开发笔记 7.21.0",
"path": "work/移动杭研/开发记录/7.21.0/开发笔记 7.21.0.md"
},
{
"basename": "05月18日 154321 华为、中兴、自研解封禁联调",
"path": "000-inbox/05月18日 154321 华为、中兴、自研解封禁联调.md"
},
{
"basename": "Prompt 01 COSMIC 需求扩写",
"path": "resource/ai/prompts/cosmic/Prompt 01 COSMIC 需求扩写.md"
},
{
"basename": "Prompt 00 COSMIC v1",
"path": "resource/ai/prompts/cosmic/Prompt 00 COSMIC v1.md"
},
{
"basename": "05月19日 154820",
"path": "000-inbox/05月19日 154820.md"
},
{
"basename": "开发笔记 7.20.0",
"path": "work/移动杭研/开发记录/7.20.0/开发笔记 7.20.0.md"
},
{
"basename": "服务器-美国",
"path": "personal/服务器-美国.md"
},
{
"basename": "服务器-香港",
"path": "personal/服务器-香港.md"
},
{
"basename": "试用业务-时长、流量到期",
"path": "work/移动杭研/业务梳理/业务工单/试用业务-时长、流量到期.md"
},
{
"basename": "ubuntu",
"path": "resource/系统/ubuntu.md"
},
{
"basename": "001 大模型启动流程",
"path": "resource/ai/大模型安装笔记/001 大模型启动流程.md"
},
{
"basename": "Hermes 命令 cli",
"path": "resource/ai/Hermes 命令 cli.md"
},
{
"basename": "Hermes",
"path": "resource/ai/Hermes.md"
},
{
"basename": "个人债务测算",
"path": "000-inbox/个人债务测算.md"
},
{
"basename": "Prompt 06 COSMIC 锐评",
"path": "resource/ai/prompts/cosmic/Prompt 06 COSMIC 锐评.md"
},
{
"basename": "Prompt 05 COSMIC 时序图",
"path": "resource/ai/prompts/cosmic/Prompt 05 COSMIC 时序图.md"
},
{
"basename": "Prompt 04 COSMIC PRD 文档",
"path": "resource/ai/prompts/cosmic/Prompt 04 COSMIC PRD 文档.md"
},
{
"basename": "Prompt 03 COSMIC 子过程",
"path": "resource/ai/prompts/cosmic/Prompt 03 COSMIC 子过程.md"
},
{
"basename": "数据库信息",
"path": "work/移动杭研/项目备忘/数据库信息.md"
},
{
"basename": "Hermes 命令 slash",
"path": "resource/ai/Hermes 命令 slash.md"
},
{
"basename": "数据库设计-监控系统",
"path": "excalidraw/工作相关/数据库设计-监控系统.md"
},
{
"basename": "VSCode 配置文件",
"path": "resource/配置/VSCode 配置文件.md"
},
{
"basename": "vim 快捷键与操作手册",
"path": "resource/系统/vim 快捷键与操作手册.md"
},
{
"basename": "openpalm",
"path": "openpalm/openpalm.md"
},
{
"basename": "Claude Code 配置文件",
"path": "resource/配置/Claude Code 配置文件.md"
@@ -24,10 +124,6 @@
"basename": "常用命令",
"path": "resource/常用命令.md"
},
{
"basename": "服务器-香港",
"path": "personal/服务器-香港.md"
},
{
"basename": "s-ui",
"path": "resource/系统/网络/s-ui.md"
@@ -52,22 +148,6 @@
"basename": "CLAUDE",
"path": "work/移动杭研/AI 项目/CLAUDE.md"
},
{
"basename": "开发笔记 7.21.0",
"path": "work/移动杭研/开发记录/7.21.0/开发笔记 7.21.0.md"
},
{
"basename": "开发笔记 7.20.0",
"path": "work/移动杭研/开发记录/7.20.0/开发笔记 7.20.0.md"
},
{
"basename": "openpalm",
"path": "openpalm/openpalm.md"
},
{
"basename": "VSCode 配置文件",
"path": "resource/配置/VSCode 配置文件.md"
},
{
"basename": "cache+域名配置工单",
"path": "work/移动杭研/业务梳理/运营工单/cache+域名配置工单.md"
@@ -119,86 +199,6 @@
{
"basename": "ibs-ai 项目梳理",
"path": "work/移动杭研/AI 项目/ibs-ai 项目梳理.md"
},
{
"basename": "2023-06-08 配合配管和华为平面联调",
"path": "work/移动杭研/联调支撑/2023-06-08 配合配管和华为平面联调.md"
},
{
"basename": "python",
"path": "resource/python/python.md"
},
{
"basename": "Qwen3.5(通义千问 3.5)系列的多模态图文大模型(Vision-Language Models",
"path": "resource/ai/大模型安装笔记/Qwen3.5(通义千问 3.5)系列的多模态图文大模型(Vision-Language Models.md"
},
{
"basename": "python 环境",
"path": "resource/python/python 环境.md"
},
{
"basename": "试用工单",
"path": "work/移动杭研/业务梳理/业务工单/试用工单.md"
},
{
"basename": "万象拼音快捷键与操作指南",
"path": "resource/工具/rime/万象拼音快捷键与操作指南.md"
},
{
"basename": "个人大纲",
"path": "kids-coding/个人大纲.md"
},
{
"basename": "课程目标-初级入门",
"path": "kids-coding/课程目标-初级入门.md"
},
{
"basename": "scratch",
"path": "kids-coding/scratch.md"
},
{
"basename": "课程目标-中级提高",
"path": "kids-coding/课程目标-中级提高.md"
},
{
"basename": "vim 快捷键与操作手册",
"path": "resource/系统/vim 快捷键与操作手册.md"
},
{
"basename": "退休计算器",
"path": "personal/个人/退休计算器.md"
},
{
"basename": "0323-邮件发送异常",
"path": "work/移动杭研/问题处理/2026-03/0323-邮件发送异常.md"
},
{
"basename": "开发笔记",
"path": "work/移动杭研/开发记录/7.19.0/开发笔记.md"
},
{
"basename": "开发笔记",
"path": "work/移动杭研/开发记录/7.8.0/开发笔记.md"
},
{
"basename": "Rime 快捷键",
"path": "resource/工具/rime/Rime 快捷键.md"
},
{
"basename": "情绪价值",
"path": "personal/个人/情绪价值.md"
},
{
"basename": "日志指定域名过滤",
"path": "work/移动杭研/开发记录/7.20.0/日志指定域名过滤.md"
},
{
"basename": "杭州服务器-172.21.30.23-AI",
"path": "work/移动杭研/项目备忘/杭州服务器-172.21.30.23-AI.md"
},
{
"basename": "接口收纳",
"path": "work/移动杭研/业务梳理/接口收纳.md"
}
],
"omittedPaths": [
+94 -44
View File
@@ -4,20 +4,71 @@
"type": "split",
"children": [
{
"id": "3b53df791fad9365",
"id": "64438af04f4b395c",
"type": "tabs",
"children": [
{
"id": "3380ac457721e5ca",
"id": "7642168f74ef821a",
"type": "leaf",
"state": {
"type": "empty",
"state": {},
"type": "markdown",
"state": {
"file": "resource/ai/Hermes 命令 cli.md",
"mode": "source",
"source": false,
"backlinks": false
},
"icon": "lucide-file",
"title": "新标签页"
"title": "Hermes 命令 cli"
}
},
{
"id": "6fa615aca5f7108e",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "personal/服务器-香港.md",
"mode": "source",
"source": false,
"backlinks": false
},
"icon": "lucide-file",
"title": "服务器-香港"
}
},
{
"id": "e366a44a66017faf",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "personal/服务器-美国.md",
"mode": "source",
"source": false,
"backlinks": false
},
"icon": "lucide-file",
"title": "服务器-美国"
}
},
{
"id": "3e12e0f7fca28148",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "calendar/diary/2026-05-19.md",
"mode": "source",
"source": false,
"backlinks": false
},
"icon": "lucide-file",
"title": "2026-05-19"
}
}
]
],
"currentTab": 3
}
],
"direction": "vertical"
@@ -50,7 +101,7 @@
"state": {
"type": "search",
"state": {
"query": "c64364a13234fc9c7ffcfecb1d59ce69a9",
"query": "file: ubu",
"matchingCase": false,
"explainSearch": true,
"collapseAll": false,
@@ -92,7 +143,7 @@
}
],
"direction": "horizontal",
"width": 262.5
"width": 261.5
},
"right": {
"id": "ca733f6d5936ae40",
@@ -109,13 +160,13 @@
"state": {
"type": "outline",
"state": {
"file": "calendar/diary/2026年/2026-04-01.md",
"file": "calendar/diary/2026-05-19.md",
"followCursor": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "2026-04-01 的大纲"
"title": "2026-05-19 的大纲"
}
},
{
@@ -210,7 +261,7 @@
}
],
"direction": "horizontal",
"width": 293.5
"width": 291.5
},
"left-ribbon": {
"hiddenItems": {
@@ -220,49 +271,48 @@
"daily-notes:打开/创建今天的日记": false,
"canvas:新建白板": false,
"bases:新建数据库": false,
"obsidian-excalidraw-plugin:New drawing": false,
"templater-obsidian:Templater": true
"templater-obsidian:Templater": true,
"obsidian-excalidraw-plugin:新建绘图文件": false
}
},
"active": "c8718c0c63702202",
"lastOpenFiles": [
"calendar/diary/2026-05-13.md",
"resource/配置/Claude Code 配置文件.md",
"resource/配置/Codex 配置文件.md",
"000-inbox/ibs-ai-mcp.md",
"resource/工具/gitleaks.toml.md",
"work/移动杭研/业务梳理/ibs-export.md",
"resource/常用命令.md",
"work/移动杭研/AI 项目/开发备注.md",
"calendar/diary/2026年/2026-04-29.md",
"resource/ai/prompts/cosmic/Prompt 02 COSMIC 功能过程.md",
"work/移动杭研/开发记录/7.21.0/开发笔记 7.21.0.md",
"000-inbox/05月18日 154321 华为、中兴、自研解封禁联调.md",
"attachment/Pasted image 20260519174702.png",
"calendar/diary/2026-05-19.md",
"attachment/Pasted image 20260519170953.png",
"attachment/Pasted image 20260519170006.png",
"attachment/Pasted image 20260519163906.png",
"attachment/Pasted image 20260519163145.png",
"resource/ai/prompts/cosmic/Prompt 01 COSMIC 需求扩写.md",
"resource/ai/prompts/cosmic/Prompt 00 COSMIC v1.md",
"000-inbox/05月19日 154820.md",
"attachment/Pasted image 20260519140133.png",
"calendar/diary/2026-05-18.md",
"work/移动杭研/开发记录/7.20.0/开发笔记 7.20.0.md",
"personal/服务器-美国.md",
"personal/服务器-香港.md",
"resource/系统/网络/s-ui.md",
"personal/专升本/毕业论文/论文系统.md",
"calendar/diary/2026-05-17.md",
"calendar/weeks/2026-W20.md",
"calendar/diary/2026-05-16.md",
"calendar/diary/2026-05-15.md",
"calendar/diary/2026-05-14.md",
"calendar/diary/2026-05-13.md",
"calendar/diary/2026-05-12.md",
"calendar/diary/2026-05-11.md",
"000-inbox/MCP 学习.md",
"resource/ai/labelImg.md",
"000-inbox/05月13日 162628.md",
"work/移动杭研/项目备忘/月报 202604.md",
"000-inbox/05月13日 154359.md",
"000-inbox/05月12日 224712.md",
"work/移动杭研/AI 项目/CLAUDE.md",
"work/移动杭研/开发记录/7.21.0/开发笔记 7.21.0.md",
"work/移动杭研/业务梳理/业务工单/试用业务-时长、流量到期.md",
"calendar/diary/2025年/2025-12-30.md",
"resource/系统/ubuntu.md",
"resource/ai/大模型安装笔记/001 大模型启动流程.md",
"attachment/b0a6584f6636a36fa59bd0c5054c8c97.png",
"resource/ai/Hermes 命令 cli.md",
"resource/ai/Hermes.md",
"attachment/Pasted image 20260513222338.png",
"attachment/7e1e741c766535189b32065c7a64eac1.png",
"calendar/diary/2026年/2026-04-30.md",
"calendar/diary/2026年/2026-04-28.md",
"calendar/diary/2026年/2026-04-27.md",
"calendar/diary/2026年/2026-04-26.md",
"attachment/Pasted image 20260512224844.png",
"attachment/Pasted image 20260512224832.png",
"attachment/Pasted image 20260512224822.png",
"attachment/Pasted image 20260512224810.png",
"attachment/Pasted image 20260512224800.png",
"attachment/Pasted image 20260512224731.png",
"attachment/Pasted image 20260512224719.png",
"work/移动杭研/开发记录/7.21.0",
"attachment/becb0e09fea4dbe4e8325f4feb71ddb7.png",
"attachment/189773f040352ec11efbf4db63e8b53f.png",
"openpalm",
"resource/rust",
"kids-coding",