Skip to content

chore: Update deepin-manual resources#658

Merged
lzwind merged 2 commits intolinuxdeepin:masterfrom
dengzhongyuan365-dev:master
Jul 10, 2025
Merged

chore: Update deepin-manual resources#658
lzwind merged 2 commits intolinuxdeepin:masterfrom
dengzhongyuan365-dev:master

Conversation

@dengzhongyuan365-dev
Copy link
Contributor

@dengzhongyuan365-dev dengzhongyuan365-dev commented Jul 9, 2025

chore: Update deepin-manual resources

  • Update deepin-manual resources

log: Update deepin-manual resources

Summary by Sourcery

Update the Cross-Device Collaboration (dde-cooperation) manual by adding comprehensive user guides in all supported locales, renaming and reformatting existing files, and including interim draft assets.

Documentation:

  • Add new p_cooperation.md user manuals for en_US, zh_CN, zh_HK, and zh_TW locales with detailed collaboration instructions.
  • Rename existing minimal cooperation.md files to d_cooperation.md and adjust header spacing for consistency.
  • Include additional deepseek_markdown draft files in the en_US directory for internal review.

- Update deepin-manual resources

log: Update deepin-manual resources
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @dengzhongyuan365-dev - I've reviewed your changes - here's some feedback:

  • Please remove the temporary .~deepseek_markdown_* files from the commit—they look like editor scratch files and shouldn’t be included in version control.
  • Verify that renaming cooperation.md to d_cooperation.md doesn’t break any references—ensure the file names and paths stay consistent across all locales and code that loads them.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Please remove the temporary `.~deepseek_markdown_*` files from the commit—they look like editor scratch files and shouldn’t be included in version control.
- Verify that renaming `cooperation.md` to `d_cooperation.md` doesn’t break any references—ensure the file names and paths stay consistent across all locales and code that loads them.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@sourcery-ai
Copy link

sourcery-ai bot commented Jul 9, 2025

Reviewer's Guide

This PR standardizes and refactors the cooperation documentation by renaming and reformatting existing files for consistency, and introduces complete “p_cooperation” manual pages for English, Simplified Chinese, Traditional Chinese (HK and TW) locales, along with incidental DeepSeek draft files.

File-Level Changes

Change Details Files
Rename and reformat existing cooperation.md files
  • Renamed “cooperation.md” to “d_cooperation.md” in en_US, zh_HK, zh_TW
  • Inserted spaces around “
dde-cooperation” in top-level headers for consistency
Add Simplified Chinese manual
  • Created zh_CN/p_cooperation.md with full collaboration guide
src/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_CN/p_cooperation.md
Add Traditional Chinese manual pages
  • Created zh_HK/p_cooperation.md for Hong Kong locale
  • Created zh_TW/p_cooperation.md for Taiwan locale
src/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_HK/p_cooperation.md
src/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_TW/p_cooperation.md
Add English manual page
  • Created en_US/p_cooperation.md containing the full English guide
src/apps/dde-cooperation/assets/dde-cooperation/cooperation/en_US/p_cooperation.md
Include DeepSeek draft artifacts
  • Added temporary .~deepseek_markdown files generated by DeepSeek
src/apps/dde-cooperation/assets/dde-cooperation/cooperation/en_US/.~deepseek_markdown_20250618_23d19a.md
src/apps/dde-cooperation/assets/dde-cooperation/cooperation/en_US/.~deepseek_markdown_20250618_a02e7c.md
src/apps/dde-cooperation/assets/dde-cooperation/cooperation/en_US/.~deepseek_markdown_20250618_f05612.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@github-actions
Copy link

github-actions bot commented Jul 9, 2025

TAG Bot

TAG: 1.1.13
EXISTED: no
DISTRIBUTION: unstable

@@ -1,4 +1,4 @@
# Cross-Device Collaboration|dde-cooperation|
# Cross-Device Collaboration | dde-cooperation |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

存在空格

 - update version to 1.1.13

 log: update version to 1.1.13
@deepin-ci-robot
Copy link

deepin pr auto review

代码审查结果:

  1. 文件重命名

    • debian/changelog文件中,新增了一个版本更新记录,但是没有提供具体的更新内容。建议在提交信息中详细说明更新内容,以便其他开发者了解此次提交的目的。
  2. 文档更新

    • src/apps/dde-cooperation/assets/dde-cooperation/cooperation/en_US/d_cooperation.mdsrc/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_CN/d_cooperation.mdsrc/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_HK/d_cooperation.mdsrc/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_TW/d_cooperation.md文件中,将原文件重命名为d_cooperation.md。这种文件重命名操作是合理的,但是需要确保所有引用这些文件的地方都已经更新,以避免潜在的路径错误。
  3. 新增文档

    • src/apps/dde-cooperation/assets/dde-cooperation/cooperation/en_US/p_cooperation.mdsrc/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_CN/p_cooperation.mdsrc/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_HK/p_cooperation.mdsrc/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_TW/p_cooperation.md文件中,新增了新的文档内容。这些文档内容看起来是关于跨设备协作功能的详细说明,但是需要确保这些文档内容是准确无误的,并且与实际的功能实现相匹配。
  4. 图片更新

    • src/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_HK/fig/listofdevices.pngsrc/apps/dde-cooperation/assets/dde-cooperation/cooperation/zh_TW/fig/listofdevices.png文件中,图片文件被更新。需要确保这些图片文件是最新版本,并且与文档内容相匹配。
  5. 代码质量

    • 没有提供代码实现,因此无法对代码质量进行评估。但是,文档的更新和重命名操作是合理的,应该不会对代码质量产生负面影响。
  6. 代码性能

    • 同样,没有提供代码实现,因此无法对代码性能进行评估。文档的更新和重命名操作通常不会对性能产生显著影响。
  7. 代码安全

    • 同样,没有提供代码实现,因此无法对代码安全进行评估。文档的更新和重命名操作通常不会对安全性产生直接影响。

总结:

  • 文档的更新和重命名操作是合理的,但是需要确保所有引用这些文件的地方都已经更新,以避免潜在的路径错误。
  • 新增的文档内容需要确保准确无误,并且与实际的功能实现相匹配。
  • 图片文件的更新需要确保是最新版本,并且与文档内容相匹配。

@deepin-ci-robot
Copy link

[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.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@lzwind lzwind merged commit 1b0b975 into linuxdeepin:master Jul 10, 2025
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants