fix: 更新配置时无法应用配置到灯带颜色获取逻辑。

This commit is contained in:
2023-04-14 22:18:59 +08:00
parent 9cbccedc72
commit a905c98823
4 changed files with 53 additions and 146 deletions

4
.vscode/tasks.json vendored
View File

@ -11,7 +11,7 @@
// see https://code.visualstudio.com/docs/editor/tasks#_can-a-background-task-be-used-as-a-prelaunchtask-in-launchjson
"isBackground": true,
// change this to your `beforeDevCommand`:
"command": "yarn",
"command": "pnpm",
"args": [
"dev"
]
@ -20,7 +20,7 @@
"label": "ui:build",
"type": "shell",
// change this to your `beforeBuildCommand`:
"command": "yarn",
"command": "pnpm",
"args": [
"build"
]