From 833bb89d4c8924b212bbb61d44d11d47e1701871 Mon Sep 17 00:00:00 2001 From: Evawudonger Date: Tue, 10 Jun 2025 16:41:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 0509496dee3153074114c13e6b43d7696983c732) --- docs/zh/_toc.yaml | 8 ++++---- ...{install-and-remove.md => install_and_remove.md} | 0 docs/zh/{manual => install}/pic/1-install.png | Bin ...your-first-task.md => create_your_first_task.md} | 0 ...-language.md => setting_api_key_and_language.md} | 0 roo-code.spec | 5 ++++- 6 files changed, 8 insertions(+), 5 deletions(-) rename docs/zh/install/{install-and-remove.md => install_and_remove.md} (100%) rename docs/zh/{manual => install}/pic/1-install.png (100%) rename docs/zh/manual/{create-your-first-task.md => create_your_first_task.md} (100%) rename docs/zh/manual/{setting-api-key-and-language.md => setting_api_key_and_language.md} (100%) diff --git a/docs/zh/_toc.yaml b/docs/zh/_toc.yaml index 3222604..7cbfba1 100644 --- a/docs/zh/_toc.yaml +++ b/docs/zh/_toc.yaml @@ -1,12 +1,12 @@ label: Roo Code概述 isManual: true -description: Roo Code是vscodium中的AI代理插件 +description: Roo Code 是 vscodium 中的 AI 代理插件 sections: - label: roo-code概述 href: ./index.md - label: 安装卸载指导 - href: ./install/install-and-remove.md + href: ./install/install_and_remove.md - label: 设置API秘钥和语言 - href: ./manual/setting-api-key-and-language.md + href: ./manual/setting_api_key_and_language.md - label: 创建你的第一个任务 - href: ./manual/create-your-first-task.md + href: ./manual/create_your_first_task.md diff --git a/docs/zh/install/install-and-remove.md b/docs/zh/install/install_and_remove.md similarity index 100% rename from docs/zh/install/install-and-remove.md rename to docs/zh/install/install_and_remove.md diff --git a/docs/zh/manual/pic/1-install.png b/docs/zh/install/pic/1-install.png similarity index 100% rename from docs/zh/manual/pic/1-install.png rename to docs/zh/install/pic/1-install.png diff --git a/docs/zh/manual/create-your-first-task.md b/docs/zh/manual/create_your_first_task.md similarity index 100% rename from docs/zh/manual/create-your-first-task.md rename to docs/zh/manual/create_your_first_task.md diff --git a/docs/zh/manual/setting-api-key-and-language.md b/docs/zh/manual/setting_api_key_and_language.md similarity index 100% rename from docs/zh/manual/setting-api-key-and-language.md rename to docs/zh/manual/setting_api_key_and_language.md diff --git a/roo-code.spec b/roo-code.spec index 7e99de3..e9ec6d4 100644 --- a/roo-code.spec +++ b/roo-code.spec @@ -2,7 +2,7 @@ Name: roo-code Version: 3.10.5 -Release: 2 +Release: 3 Summary: Roo Code (prev. Roo Cline) gives you a whole dev team of AI agents in your code editor. License: Apache-2.0 URL: https://github.com/RooVetGit/Roo-Code @@ -47,6 +47,9 @@ mv extension %{buildroot}%{_datadir}/vscodium/resources/app/extensions/%{name} %changelog +* Tue Jun 10 2025 wu-donger - 3.10.5-3 +- revise docs formatting guidelines + * Thu Mar 27 2025 wangkui - 3.10.5-2 - add docs -- Gitee