From 7a4e590a16e1b0d0e5bd44bcb54e71dcd1b5d40b Mon Sep 17 00:00:00 2001 From: Lucien Shaw Date: Tue, 28 Oct 2025 20:07:41 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=AF=B9codespace=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E8=BF=9B=E8=A1=8C=E5=B0=8F=E4=BF=AE=E5=B0=8F?= =?UTF-8?q?=E8=A1=A5=20(#14564)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: add links for home page of codespaces * docs: 去除codespace徽章链接里意义不明的color参数 --- docs/en-us/develop/development.md | 8 ++++---- docs/ja-jp/develop/development.md | 8 ++++---- docs/ko-kr/develop/development.md | 8 ++++---- docs/zh-cn/develop/development.md | 8 ++++---- docs/zh-tw/develop/development.md | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/en-us/develop/development.md b/docs/en-us/develop/development.md index a62cf6d3e9..4e3087c96d 100644 --- a/docs/en-us/develop/development.md +++ b/docs/en-us/develop/development.md @@ -19,21 +19,21 @@ Welcome to the [Web-based PR Tutorial](./pr-tutorial.md) that anyone can underst ## I want to make simple modifications to a few lines of code, but configuring the environment is too tedious and pure web editing is difficult to use. What should I do? -Use the GitHub Codespaces online development environment and try it out! +Use the [GitHub Codespaces](https://github.com/codespaces) online development environment and try it out! We've preset several different development environments for you to choose from: - Blank environment with a bare Linux container (default) - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2Fdevcontainer.json) - Lightweight environment, suitable for documentation site frontend development - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F0%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F0%2Fdevcontainer.json) - Full environment, suitable for MAA Core related development (not recommended, suggest local development with full environment setup. See next section) - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F1%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F1%2Fdevcontainer.json) ## Complete Environment Setup (Windows) diff --git a/docs/ja-jp/develop/development.md b/docs/ja-jp/develop/development.md index d1dd09bbc9..539ee2c48a 100644 --- a/docs/ja-jp/develop/development.md +++ b/docs/ja-jp/develop/development.md @@ -19,21 +19,21 @@ icon: iconoir:developer ## 数行のコードを少しだけ変更したいが、環境設定が面倒。純粋なWeb編集も使いにくい。どうすればよいですか? -GitHub Codespacesオンライン開発環境をご利用ください! +[GitHub Codespaces](https://github.com/codespaces)オンライン開発環境をご利用ください! 次のような、異なる開発環境を事前に準備しています: - 空白環境(裸のLinuxコンテナ)(デフォルト) - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2Fdevcontainer.json) - 軽量環境:ドキュメントサイトのフロントエンド開発に適している - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F0%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F0%2Fdevcontainer.json) - 完全環境:MAA Core関連の開発に適している(使用は推奨しません。ローカル開発を推奨します。関連環境を完全に設定。次のセクションを参照) - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F1%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F1%2Fdevcontainer.json) ## 完全な環境セットアップ(Windows) diff --git a/docs/ko-kr/develop/development.md b/docs/ko-kr/develop/development.md index 3a78986592..f76d97cdcd 100644 --- a/docs/ko-kr/develop/development.md +++ b/docs/ko-kr/develop/development.md @@ -19,21 +19,21 @@ icon: iconoir:developer ## 몇 줄의 코드만 간단하게 수정하고 싶지만 환경 설정이 너무 복잡하고, 순수 웹 편집도 불편해요. 어떻게 해야 하나요? -GitHub Codespaces 온라인 개발 환경을 사용해보세요! +[GitHub Codespaces](https://github.com/codespaces) 온라인 개발 환경을 사용해보세요! 다음과 같은 다양한 개발 환경을 사전에 설정했습니다: - 빈 환경(벌거숭이 Linux 컨테이너)(기본값) - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2Fdevcontainer.json) - 경량 환경,문서 사이트 프론트엔드 개발에 적합 - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F0%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F0%2Fdevcontainer.json) - 전체 환경,MAA Core 관련 개발에 적합(사용 권장하지 않음,로컬 개발 권장,관련 환경을 완전히 설정,다음 섹션 참조) - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F1%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F1%2Fdevcontainer.json) ## 완전한 환경 설정 (Windows) diff --git a/docs/zh-cn/develop/development.md b/docs/zh-cn/develop/development.md index 1faeec89d6..8b04a1ce87 100644 --- a/docs/zh-cn/develop/development.md +++ b/docs/zh-cn/develop/development.md @@ -19,21 +19,21 @@ icon: iconoir:developer ## 我只想简单修改几行代码,但配置环境太麻烦,纯网页编辑又很难用,怎么办? -请使用 GitHub Codespaces 在线开发环境,尽情尝试! +请使用 [GitHub Codespaces](https://github.com/codespaces) 在线开发环境,尽情尝试! 我们预置了多种不同的开发环境以供选择: - 空白环境,裸 Linux 容器(默认) - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2Fdevcontainer.json) - 轻量环境,适合文档站前端开发 - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F0%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F0%2Fdevcontainer.json) - 全量环境,适合 MAA Core 相关开发(不推荐使用,建议本地开发,完整配置相关环境。详见下一章节) - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F1%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F1%2Fdevcontainer.json) ## 完整环境配置流程(Windows) diff --git a/docs/zh-tw/develop/development.md b/docs/zh-tw/develop/development.md index 63b4e99190..f338eef405 100644 --- a/docs/zh-tw/develop/development.md +++ b/docs/zh-tw/develop/development.md @@ -19,21 +19,21 @@ icon: iconoir:developer ## 我只想簡單修改幾行代碼,但配置環境太麻煩,純網頁編輯又很難用,怎麼辦? -請使用 GitHub Codespaces 在線開發環境,盡情嘗試! +請使用 [GitHub Codespaces](https://github.com/codespaces) 在線開發環境,盡情嘗試! 我們預置了多種不同的開發環境以供選擇: - 空白環境,裸 Linux 容器(默認) - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2Fdevcontainer.json) - 輕量環境,適合文檔站前端開發 - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F0%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F0%2Fdevcontainer.json) - 全量環境,適合 MAA Core 相關開發(不推薦使用,建議本地開發,完整配置相關環境。詳見下一章節) - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg?color=green)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F1%2Fdevcontainer.json) + [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MaaAssistantArknights/MaaAssistantArknights?devcontainer_path=.devcontainer%2F1%2Fdevcontainer.json) ## 完整環境配置流程(Windows)