fix(camera): display FHD Camera for special computer types#705
Conversation
There was a problem hiding this comment.
Sorry @Resurgamz, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
当特殊机器类型为FLMZ或FLMZS时,统一显示图像设备名称为FHDCamera。 Log:修复特殊机型摄像头名称显示 Task: https://pms.uniontech.com/task-view-392807.html Influence:特殊机型的图像设备列表、概览和详情页将显示FHDCamera。
deepin pr auto review★ 总体评分:65分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 --- a/deepin-devicemanager/src/commonfunction.h
+++ b/deepin-devicemanager/src/commonfunction.h
@@ -25,7 +25,10 @@
kSpecialType5,
kSpecialType6,
kSpecialType7,
- kCustomType
+ kSpecialType8,
+ kSpecialType9,
+ kSpecialType10,
+ kCustomType
}; |
|
@Resurgamz: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
1.语法逻辑(存在致命错误) 不存在这个问题,Ai 扫描错误。 本 PR 变更范围小、目标明确、逻辑正确。为 FLMZ / FLMZS 特殊机型添加摄像头名称统一显示功能,实现简洁完整,无安全风险,无合规问题。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: max-lvs, Resurgamz The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/forcemerge |
|
This pr force merged! (status: unstable) |
44421d6
into
linuxdeepin:develop/eagle
当特殊机器类型为FLMZ或FLMZS时,统一显示图像设备名称为FHDCamera。
Log:修复特殊机型摄像头名称显示
Task: https://pms.uniontech.com/task-view-392807.html
Influence:特殊机型的图像设备列表、概览和详情页将显示FHDCamera。