diff --git a/.obsidian/plugins/various-complements/data.json b/.obsidian/plugins/various-complements/data.json index fdd9550..5de76ad 100644 --- a/.obsidian/plugins/various-complements/data.json +++ b/.obsidian/plugins/various-complements/data.json @@ -55,38 +55,6 @@ } } }, - "Booter": { - "Booter": { - "currentFile": { - "count": 3, - "lastUpdated": 1688901177535 - } - } - }, - "需要以下文件并将其放入": { - "需要以下文件并将其放入": { - "currentFile": { - "count": 1, - "lastUpdated": 1688899315006 - } - } - }, - "offload": { - "offload": { - "currentFile": { - "count": 1, - "lastUpdated": 1688901173925 - } - } - }, - "DVMT-Prealloc": { - "DVMT-Prealloc": { - "currentFile": { - "count": 1, - "lastUpdated": 1688901186226 - } - } - }, "文件夹,会花费很长时间。之后": { "文件夹,会花费很长时间。之后": { "currentFile": { @@ -158,6 +126,14 @@ "lastUpdated": 1691473679060 } } + }, + "js-examples": { + "js-examples": { + "currentFile": { + "count": 1, + "lastUpdated": 1691644835357 + } + } } } } \ No newline at end of file diff --git a/02-Note/DAWA/AI/AIVirtualIdel动画方案.md b/02-Note/DAWA/AI/AIVirtualIdel动画方案.md index fdbb8ac..45a4e0d 100644 --- a/02-Note/DAWA/AI/AIVirtualIdel动画方案.md +++ b/02-Note/DAWA/AI/AIVirtualIdel动画方案.md @@ -17,6 +17,7 @@ 一种基于UDP的**远程控制协议**,传输的数据主要分为Bundle 与 Message。 - OSC:https://opensoundcontrol.stanford.edu/index.html - Nodejs的OSC实现:https://www.npmjs.com/package/osc + - 案例代码库:https://github.com/colinbdclark/osc.js-examples ### 反序列化步骤 1. 调用`ReadOSC()`