diff options
| author | Weicao Mao <1992414357@qq.com> | 2025-04-12 08:11:27 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-12 08:11:27 +0800 |
| commit | 330ae0148ac7f4653c54563278c4e5a810ccba08 (patch) | |
| tree | ab836c70d6d50939f93bb82c7b30beadb270de45 /doc | |
| parent | c67ce979d058fc40cb849570eeeee38d196c4cd5 (diff) | |
Initial commit
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/desktop.ini | 6 | ||||
| -rw-r--r-- | doc/项目结构.canvas | 23 |
2 files changed, 29 insertions, 0 deletions
diff --git a/doc/desktop.ini b/doc/desktop.ini new file mode 100644 index 0000000..ff05e69 --- /dev/null +++ b/doc/desktop.ini @@ -0,0 +1,6 @@ +[.ShellClassInfo] +IconResource=..\.init\Folder-Ico\ico\obsidian-2.ico,0 +[ViewState] +Mode= +Vid= +FolderType=Generic diff --git a/doc/项目结构.canvas b/doc/项目结构.canvas new file mode 100644 index 0000000..2f27362 --- /dev/null +++ b/doc/项目结构.canvas @@ -0,0 +1,23 @@ +{ + "nodes":[ + {"id":"693c49f59b413ba2","type":"text","text":"**CORE - 内核**","x":-108,"y":-220,"width":250,"height":60}, + {"id":"274e9bdc3ed07a30","type":"text","text":"**ENGINE BINDING - 引擎绑定**","x":-125,"y":-74,"width":284,"height":54}, + {"id":"13029209c27cc6dc","type":"text","text":"**QR CODE - 二维码**","x":-710,"y":-50,"width":250,"height":60}, + {"id":"970b836287034716","type":"text","text":"**CLIENT - 客户端**","x":-710,"y":110,"width":250,"height":50}, + {"id":"ae51ac1a55eb30ff","type":"text","text":"**PLAYER - 玩家**","x":-1120,"y":30,"width":250,"height":60}, + {"id":"6251c445b778d1a3","type":"text","text":"**支持的游戏**","x":-108,"y":40,"width":250,"height":50}, + {"id":"a3d79f917242ddd3","type":"text","text":"**不支持的游戏**","x":-108,"y":180,"width":250,"height":50}, + {"id":"0bbe75b82333d2f1","type":"text","text":"1. 自定义控制器界面\n2. 自定义控制器逻辑\n3. 自定义玩家信息","x":-870,"y":340,"width":250,"height":94} + ], + "edges":[ + {"id":"ce9b8719ff60e770","fromNode":"693c49f59b413ba2","fromSide":"bottom","toNode":"274e9bdc3ed07a30","toSide":"top","label":"导入"}, + {"id":"7206a2ed901874bc","fromNode":"274e9bdc3ed07a30","fromSide":"bottom","toNode":"6251c445b778d1a3","toSide":"top","label":"接入"}, + {"id":"8a062603938d8e54","fromNode":"970b836287034716","fromSide":"right","toNode":"6251c445b778d1a3","toSide":"left","label":"远程控制"}, + {"id":"b1ae3a65c934a80c","fromNode":"0bbe75b82333d2f1","fromSide":"top","toNode":"970b836287034716","toSide":"bottom"}, + {"id":"14915b415fa6a661","fromNode":"970b836287034716","fromSide":"right","toNode":"a3d79f917242ddd3","toSide":"left","label":"手柄模拟"}, + {"id":"1f0d7f606ce68731","fromNode":"ae51ac1a55eb30ff","fromSide":"right","toNode":"970b836287034716","toSide":"left","label":"使用"}, + {"id":"dae4fba3b8b1225a","fromNode":"693c49f59b413ba2","fromSide":"left","toNode":"13029209c27cc6dc","toSide":"top","label":"生成"}, + {"id":"7b8ea2d8f584d00c","fromNode":"ae51ac1a55eb30ff","fromSide":"right","toNode":"13029209c27cc6dc","toSide":"left","label":"扫描"}, + {"id":"4ae1cb6d5512fdb8","fromNode":"13029209c27cc6dc","fromSide":"right","toNode":"6251c445b778d1a3","toSide":"left","label":"连接到"} + ] +}
\ No newline at end of file |
