# Conflicts:
#	.obsidian/app.json
#	.obsidian/workspace.json
This commit is contained in:
zzz
2022-11-14 11:52:17 +08:00
5 changed files with 83 additions and 27 deletions

10
.obsidian/app.json vendored
View File

@@ -1,11 +1,3 @@
{ {
"alwaysUpdateLinks": true, "attachmentFolderPath": "FGui/图片"
"promptDelete": false,
"pdfExportSettings": {
"includeName": true,
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
}
} }

View File

@@ -69,7 +69,43 @@
"state": { "state": {
"type": "release-notes", "type": "release-notes",
"state": { "state": {
"currentVersion": "1.0.0" "file": "编辑器/SearchFilter UnityEditor筛选器.md",
"mode": "source",
"source": false
}
}
},
{
"id": "d1a18d7c71581b29",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "编辑器/SerializedObject.md",
"mode": "source",
"source": false
}
}
},
{
"id": "7e7e296e22babc71",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "OS/多级缓存队列.md",
"mode": "source",
"source": false
}
}
},
{
"id": "7c26718ad1c1bcd1",
"type": "leaf",
"state": {
"type": "kanban",
"state": {
"file": "待办事项/TODO.md"
} }
} }
}, },
@@ -77,12 +113,26 @@
"id": "a01448c801fda431", "id": "a01448c801fda431",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "kanban",
"state": {} "state": {
"file": "待办事项/TODO.md"
}
}
},
{
"id": "802567368bde2f52",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "FairyGui/工作流.md",
"mode": "source",
"source": false
}
} }
} }
], ],
"currentTab": 5 "currentTab": 8
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -140,7 +190,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "FGui/FGui规范及常用模板.md", "file": "FairyGui/工作流.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -166,17 +216,17 @@
"width": 300, "width": 300,
"collapsed": true "collapsed": true
}, },
"active": "1a6234b1c364beb9", "active": "802567368bde2f52",
"lastOpenFiles": [ "lastOpenFiles": [
"未命名.md",
"待办事项/TODO.md", "待办事项/TODO.md",
"战斗/技能/SkillBase.md", "编辑器/图片/Pasted image 20221025121100.png",
"待办事项/SkillConfig.md",
"编辑器/SerializedObject.md",
"编辑器/SearchFilter UnityEditor筛选器.md", "编辑器/SearchFilter UnityEditor筛选器.md",
"Mesh Baker.md", "战斗/技能/SkillBase.md",
"Mesh Renderer 与 Skinned Mesh Renderer.md", "OS/多级缓存队列.md",
"SerializedObject.md", "编辑器/SerializedObject.md",
"Pasted image 20221021171104.png" "Mesh/Mesh Baker.md",
"Mesh/Mesh Renderer 与 Skinned Mesh Renderer.md",
"Mesh/图片/Pasted image 20221021171104.png",
"图集/TODO.md"
] ]
} }

View File

@@ -2,5 +2,8 @@
# 规范 # 规范
## 命名规范 ## 命名规范
1、组件 + ”_“ + 命名
例如:
## 流程规范

12
FairyGui/工作流.md Normal file
View File

@@ -0,0 +1,12 @@
## 发布流程
美术导入资源到包->检查图片依赖,公用图片放公用图集()->拿到美术文件->点击发布(批处理)
->生成图集及.bytes文件到工程
## 工程手脚架
接入启动流程
UI层级管理框架
FGui C#基类 lua基类
自动生成lua代码
通用组件
教会策划美术拼图

View File

@@ -7,22 +7,20 @@ kanban-plugin: basic
## Work ## Work
**完成** **完成**
- [x] Csv接口更好适配xml语法<br>现在接口用起来太繁琐了
## Learn ## Learn
- [ ] Task
- [ ] Game104 - [ ] Game104
- [ ] 算法4
- [ ] Obsidian插件 - [ ] Obsidian插件
- [ ] 微积分 - [ ] 微积分
- [ ] shader入门精要 - [ ] shader入门精要
- [ ] 算法4
- [ ] 协程与异步 - [ ] 协程与异步
- [ ] Task
- [ ] 猫刀刀战斗 - [ ] 猫刀刀战斗
- [ ] 行为树 - [ ] 行为树
- [ ] 时间轴 slate和flux - [ ] 时间轴 slate和flux
- [ ] UWA课程
## Demo进度 ## Demo进度
@@ -48,6 +46,7 @@ kanban-plugin: basic
- [x] 繁荣度+{1} 导表关闭 - [x] 繁荣度+{1} 导表关闭
- [x] 报销车费 - [x] 报销车费
- [x] 图集处理6-1 - [x] 图集处理6-1
- [x] Csv接口更好适配xml语法<br>现在接口用起来太繁琐了
%% kanban:settings %% kanban:settings
``` ```