chore: Update dman's resources#475
Conversation
- Update dman's resources log: Update dman's resources.
There was a problem hiding this comment.
Hey @dengzhongyuan365-dev - I've reviewed your changes - here's some feedback:
- Double-check the new icon asset
deepin_devicema96.svgand removal ofdeepin_devicemanager_96.svgto ensure the filenames and references aren’t typos and still resolve correctly. - Standardize the markdown filenames and top-level headers across all locales (e.g. avoid embedding the filename in the header and adopt a consistent naming pattern like
device-manager_<lang>.md). - Ensure section titles, ordering, and terminology (e.g. Driver Management vs Driver management) are consistently capitalized and aligned across the English and all localized files.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Double-check the new icon asset `deepin_devicema96.svg` and removal of `deepin_devicemanager_96.svg` to ensure the filenames and references aren’t typos and still resolve correctly.
- Standardize the markdown filenames and top-level headers across all locales (e.g. avoid embedding the filename in the header and adopt a consistent naming pattern like `device-manager_<lang>.md`).
- Ensure section titles, ordering, and terminology (e.g. Driver Management vs Driver management) are consistently capitalized and aligned across the English and all localized files.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
TAG Bot TAG: 6.0.41 |
Reviewer's GuideThis pull request refactors and harmonizes the Device Manager documentation across all locales, restructuring sections for clarity, standardizing terminology and menu actions, updating hardware tables and driver management instructions, and adjusting related SVG assets. Flow diagram for right-click device context menu actions (updated)flowchart TD
A[User right-clicks device in details area] --> B{Menu options}
B --> C[Copy info]
B --> D[Refresh device info]
B --> E[Export info]
B --> F[Disable/Enable device]
B --> G[Update driver]
B --> H[Uninstall driver]
B --> I[Allow Wake Computer]
C --> J[Copy all or partial info]
D --> K[Reload device info]
E --> L[Export as txt/docx/xls/html]
F --> M[Device enabled/disabled]
G --> N[Select driver folder]
N --> O[System detects drivers]
O --> P[User selects and updates]
P --> Q[Authentication]
Q --> R[Update success/failure]
H --> S[Confirm uninstall]
S --> T[Uninstall success/failure]
I --> U[Enable/disable wake by device]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev, lzwind 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) |
chore: Update dman's resources
log: Update dman's resources
Summary by Sourcery
Update and restructure the Device Manager user documentation in English and Chinese locales, including renaming files, reorganizing sections, unifying terminology, refining wording, and updating related SVG assets.
Enhancements:
Documentation:
Chores: