This commit is contained in:
qiuqiu 2025-09-08 20:53:59 +08:00
parent 44a89face3
commit 744bc75103
2 changed files with 13 additions and 16 deletions

23
.idea/workspace.xml generated
View File

@ -8,10 +8,7 @@
<component name="ChangeListManager">
<list default="true" id="fec10672-acda-4616-894b-a4b6f93aea6f" name="Default Changelist" comment="提交">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_08_11_星期一.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_08_11_星期一.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_08_19_星期二.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_08_19_星期二.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_08_28_星期四.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_08_28_星期四.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_09_06_星期六.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_09_06_星期六.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_09_08_星期一.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_09_08_星期一.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -139,14 +136,7 @@
<workItem from="1756620072568" duration="19000" />
<workItem from="1756765906222" duration="650000" />
<workItem from="1756853336035" duration="1982000" />
<workItem from="1757294540990" duration="1429000" />
</task>
<task id="LOCAL-00017" summary="提交">
<created>1744025445201</created>
<option name="number" value="00017" />
<option name="presentableId" value="LOCAL-00017" />
<option name="project" value="LOCAL" />
<updated>1744025445201</updated>
<workItem from="1757294540990" duration="3261000" />
</task>
<task id="LOCAL-00018" summary="提交">
<created>1744196785110</created>
@ -484,7 +474,14 @@
<option name="project" value="LOCAL" />
<updated>1755993013174</updated>
</task>
<option name="localTasksCounter" value="66" />
<task id="LOCAL-00066" summary="提交">
<created>1757306460243</created>
<option name="number" value="00066" />
<option name="presentableId" value="LOCAL-00066" />
<option name="project" value="LOCAL" />
<updated>1757306460244</updated>
</task>
<option name="localTasksCounter" value="67" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">

View File

@ -21,10 +21,10 @@
# 今日任务
- [ ] 把强引导 & 弱引导 的配置和机制 也加上
- [ ] 把遮罩是否显示,也做成配置和机制实现
- [ ] 有问题的引导情况,设置成 button提示展示
- [x] 把强引导 & 弱引导 的配置和机制 也加上
- [x] 把遮罩是否显示,也做成配置和机制实现
- [ ] 完善跳过引导的功能逻辑
- [ ] 有问题的引导情况,设置成 button提示展示
- [ ] 三消 灵光平台接入
---