-
Notifications
You must be signed in to change notification settings - Fork 37
Develop/snipe #291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop/snipe #291
Conversation
- Update dman's resources log: Update dman's resources.
- Add -fPIE to CMAKE_C_FLAGS for position-independent code generation. Log: Update CMake configuration to enhance compatibility.
Reviewer's GuideThis PR overhauls the Archive Manager documentation across all locale versions by restructuring sections, unifying formatting and improving wording; adds a new close.svg asset; and updates the CMake build flags to include PIE for C sources. Flow diagram for CMake build flag updateflowchart TD
A[Start CMake build]
B{Is C source?}
C[Add -fPIE to CMAKE_C_FLAGS]
D[Continue build process]
A --> B
B -- Yes --> C
C --> D
B -- No --> D
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
TAG Bot TAG: 6.5.6 |
|
[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 |
deepin pr auto review代码审查意见:
总的来说,这些修改都是为了提高软件的功能性和用户体验,但是需要确保这些修改是必要的,并且已经通过了充分的测试。 |
Summary by Sourcery
Revise and standardize the Archive Manager documentation across all supported locales, reorganize the Getting Started, Operations Guide, and Main Menu sections with updated terminology and formatting, replace Markdown image links with HTML tags, and update build flags and assets.
Enhancements:
Build:
Documentation: