fix: 根据设计图调整插件位置

修改json中插件的顺序,亮度调整最下方,声音中间,媒体播放最上方

Log: 调整插件显示位置
Influence: 声音、亮度调整和媒体播放的显示位置
Bug: https://pms.uniontech.com/bug-view-181251.html
Change-Id: I3a25fa659d63b35cddbfafe128a1fd0ba459434f
This commit is contained in:
donghualin 2023-01-14 16:32:26 +08:00
parent 9b6d09ffab
commit c6b2257f15
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ {
"api": "2.0.0", "api": "2.0.0",
"order": 2 "order": 1
} }

View File

@ -1,3 +1,4 @@
{ {
"api": "2.0.0" "api": "2.0.0",
"order": 3
} }

View File

@ -1,5 +1,5 @@
{ {
"api": "2.0.0", "api": "2.0.0",
"order": 1, "order": 2,
"depends-daemon-dbus-service": "org.deepin.dde.Audio1" "depends-daemon-dbus-service": "org.deepin.dde.Audio1"
} }