Skip to content

docs: comprehensive documentation overhaul with i18n support (English & Chinese)#78

Merged
HsiangNianian merged 18 commits intomainfrom
copilot/update-documentation-packages
Feb 4, 2026
Merged

docs: comprehensive documentation overhaul with i18n support (English & Chinese)#78
HsiangNianian merged 18 commits intomainfrom
copilot/update-documentation-packages

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

Emoji Removal - Complete ✅

Changes Made

  • Removed all emojis from documentation files
    • Removed emojis from English features index
    • Removed emojis from English main index
    • Removed emojis from Chinese features index
    • Removed emojis from Chinese main index
  • Removed emojis from home page feature cards

Files Modified

  1. packages/docs/content/docs/en/features/index.mdx

    • Replaced emoji status indicators (✅, 🚧) with text: "Complete", "In Progress", "Planned"
  2. packages/docs/content/docs/en/index.mdx

    • Removed emojis from feature section headers (🚀, 🎨, 🔐, 🔧, ☕, 📦, 🤖, ⚡)
  3. packages/docs/content/docs/zh/features/index.mdx

    • Replaced emoji status indicators with Chinese text: "完成", "进行中", "计划中"
  4. packages/docs/content/docs/zh/index.mdx

    • Removed emojis from feature section headers
  5. packages/docs/app/routes/home.tsx

    • Removed emoji divs from all 6 feature cards on the home page

Verification

✅ All emojis removed from documentation
✅ Build completes successfully
✅ Content remains clear and readable without emojis
✅ Text-based status indicators preserve meaning

Original prompt

Create a new branch, then update the documentation within packages/docs to be comprehensive and specific, reflecting the current state.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link

vercel bot commented Jan 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
drop-out-docs Ready Ready Preview, Comment Feb 3, 2026 3:23am

@github-actions
Copy link
Contributor

github-actions bot commented Jan 21, 2026

Workspace change through: ac7a7bc

0 changesets found

Planned changes to release
Package Bump Level Current Version Next Version

@HsiangNianian
Copy link
Member

@copilot add i18n support in the docs

@HsiangNianian
Copy link
Member

@copilot and dont forget implement english(default) and chinese docs for i18n

Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Copilot AI changed the title [WIP] Update documentation to reflect current state docs: comprehensive documentation overhaul for packages/docs Jan 21, 2026
Copilot AI requested a review from HsiangNianian January 21, 2026 13:05
@HsiangNianian HsiangNianian added documentation Improvements or additions to documentation piority: midium MidiumPriority Stuff labels Jan 21, 2026
- Add development.mdx (开发指南)
- Add troubleshooting.mdx (故障排除)
- Add features/index.mdx (功能概览)
- Add features/authentication.mdx (身份验证)
- Add features/java.mdx (Java 管理)
- Add features/mod-loaders.mdx (模组加载器)

All translations maintain technical terms in English while translating content to simplified Chinese

Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 21, 2026

@copilot and dont forget implement english(default) and chinese docs for i18n

Both English and Chinese documentation are now fully implemented!

English (default): content/docs/en/ - 9 MDX files
简体中文: content/docs/zh/ - 9 MDX files (complete translations)

All technical terms (Tauri, Rust, Svelte, Fabric, Forge) are preserved in English, while UI elements and descriptions are translated to Chinese. Code blocks remain in English for consistency.

The dev server runs successfully with automatic language switching support. See commits 8254559 and fe0cb04.

@copilot add i18n support in the docs

i18n support has been added to the documentation! The docs now support English (default) and Simplified Chinese (简体中文).

Configuration:

  • Fumadocs i18n enabled in source.config.ts
  • Language provider configured with English and Chinese
  • Documentation reorganized into en/ and zh/ directories

Implementation:

  • All 9 documentation pages translated to Chinese
  • Language switcher available in the UI
  • URL-based language detection
  • Consistent navigation structure across languages

See commit fe0cb04 for the final i18n configuration.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • mirrors.aliyun.com
    • Triggering command: /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek hook-impl --hook-dir /home/REDACTED/work/DropOut/DropOut/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)
  • mirrors.cloud.tencent.com
    • Triggering command: /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek hook-impl --hook-dir /home/REDACTED/work/DropOut/DropOut/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)
  • pypi.tuna.tsinghua.edu.cn
    • Triggering command: /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek hook-impl --hook-dir /home/REDACTED/work/DropOut/DropOut/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title docs: comprehensive documentation overhaul for packages/docs docs: comprehensive documentation overhaul with i18n support (English & Chinese) Jan 21, 2026
@HsiangNianian
Copy link
Member

@copilot solve it
21:26:31.426 Running build in Washington, D.C., USA (East) – iad1
21:26:31.437 Build machine configuration: 2 cores, 8 GB
21:26:31.704 Cloning github.com/HydroRoll-Team/DropOut (Branch: copilot/update-documentation-packages, Commit: fe0cb04)
21:26:32.947 Cloning completed: 1.243s
21:26:33.682 Restored build cache from previous deployment (9ioUipD5aTVfMq8BiAbpNJDzsJNK)
21:26:34.799 Running "vercel build"
21:26:35.859 Vercel CLI 50.4.8
21:26:36.583 Detected pnpm-lock.yaml version 9 generated by pnpm@10.x with package.json#packageManager pnpm@10.27.0
21:26:36.613 Installing dependencies...
21:26:40.574 Scope: all 3 workspace projects
21:26:41.664
21:26:41.714 ../.. prepare$ prek install
21:26:41.714 . postinstall$ fumadocs-mdx
21:26:42.109 ../.. prepare: prek installed at .git/hooks/pre-commit
21:26:42.117 ../.. prepare: Done
21:26:42.492 . postinstall: [MDX] generated files in 2.7547349999999824ms
21:26:42.500 . postinstall: Done
21:26:42.508 Done in 2.3s using pnpm v10.27.0
21:26:42.540 Running "pnpm run build"
21:26:43.093
21:26:43.093 > @dropout/docs@ build /vercel/path0/packages/docs
21:26:43.093 > react-router build
21:26:43.094
21:26:44.313 [MDX] generated files in 2.964200000000119ms
21:26:44.387 [MDX] generated files in 2.3907030000000304ms
21:26:44.448 [MDX] generated files in 1.622869000000037ms
21:26:44.449 �[36mrolldown-vite v7.2.5 �[32mbuilding client environment for production...�[36m�[39m
21:26:44.465 [MDX] generated files in 2.2330819999999676ms
21:26:49.855 �[2K
transforming...✓ 1916 modules transformed.
21:26:49.985 rendering chunks...
21:26:50.194 computing gzip size...
21:26:50.208 build/client/.vite/manifest.json 16.66 kB │ gzip: 1.84 kB
21:26:50.209 build/client/assets/root-DzwXe1SA.css 69.40 kB │ gzip: 11.84 kB
21:26:50.209 build/client/assets/search-CdVchr7F.js 0.00 kB │ gzip: 0.02 kB
21:26:50.209 build/client/assets/remove-undefined-Buxsprgu-Dz07lFGi.js 0.20 kB │ gzip: 0.16 kB
21:26:50.209 build/client/assets/fetch-CiphcAUR-CfrfEyPc.js 0.40 kB │ gzip: 0.27 kB
21:26:50.209 build/client/assets/search-DzqmOjzV-D9SDTMku.js 0.64 kB │ gzip: 0.36 kB
21:26:50.209 build/client/assets/algolia-Dbt0kj8j-By185CVC.js 0.77 kB │ gzip: 0.49 kB
21:26:50.209 build/client/assets/jsx-runtime-z_ASMxPj.js 1.00 kB │ gzip: 0.57 kB
21:26:50.209 build/client/assets/orama-cloud-legacy-NJTbB19B-gOWYbe92.js 1.17 kB │ gzip: 0.57 kB
21:26:50.209 build/client/assets/orama-cloud-yicpgD0c-BD04Wov8.js 1.20 kB │ gzip: 0.58 kB
21:26:50.209 build/client/assets/i18n-BNkY535x.js 1.77 kB │ gzip: 0.89 kB
21:26:50.209 build/client/assets/root-0wB2JZ3J.js 2.76 kB │ gzip: 1.34 kB
21:26:50.210 build/client/assets/react-dom-BHZdDHlt.js 3.58 kB │ gzip: 1.36 kB
21:26:50.210 build/client/assets/dist-PPd397OQ.js 3.95 kB │ gzip: 1.79 kB
21:26:50.210 build/client/assets/dist-BtO2kF-6.js 4.52 kB │ gzip: 1.98 kB
21:26:50.210 build/client/assets/preload-helper-DhxUm2w3.js 8.70 kB │ gzip: 3.41 kB
21:26:50.210 build/client/assets/zh-CJUWn1ku.js 10.04 kB │ gzip: 2.81 kB
21:26:50.210 build/client/assets/en-KBvmtiE3.js 10.42 kB │ gzip: 2.59 kB
21:26:50.210 build/client/assets/mixedbread-CPGJEgwq-XjkKOiCh.js 11.70 kB │ gzip: 5.27 kB
21:26:50.210 build/client/assets/search-default-DlwViqRt.js 14.71 kB │ gzip: 5.37 kB
21:26:50.210 build/client/assets/getting-started-B71sTW_i.js 19.93 kB │ gzip: 4.14 kB
21:26:50.210 build/client/assets/getting-started-Cllnajfj.js 20.68 kB │ gzip: 3.88 kB
21:26:50.210 build/client/assets/home-C5KfbF7X.js 21.15 kB │ gzip: 6.82 kB
21:26:50.210 build/client/assets/features-BHHRbVHd.js 22.16 kB │ gzip: 3.98 kB
21:26:50.210 build/client/assets/features-DnPwTlNt.js 23.81 kB │ gzip: 3.93 kB
21:26:50.210 build/client/assets/layout.shared-D_aBMJqa.js 38.95 kB │ gzip: 14.91 kB
21:26:50.210 build/client/assets/Combination-BAcNoJ-1.js 55.20 kB │ gzip: 18.87 kB
21:26:50.210 build/client/assets/authentication-BBVdEKKU.js 58.53 kB │ gzip: 9.27 kB
21:26:50.210 build/client/assets/authentication-Cr6wqNq4.js 59.39 kB │ gzip: 8.81 kB
21:26:50.210 build/client/assets/architecture-DetrH8R7.js 60.87 kB │ gzip: 11.10 kB
21:26:50.211 build/client/assets/static-C_WBOzek-CTO0qYVn.js 62.60 kB │ gzip: 21.50 kB
21:26:50.211 build/client/assets/architecture-C20RUGbM.js 62.92 kB │ gzip: 10.88 kB
21:26:50.211 build/client/assets/troubleshooting-D1Uks8OE.js 63.94 kB │ gzip: 10.66 kB
21:26:50.211 build/client/assets/troubleshooting-D4hF_oOJ.js 64.92 kB │ gzip: 10.25 kB
21:26:50.211 build/client/assets/page-COH4f8Sr.js 67.36 kB │ gzip: 20.88 kB
21:26:50.211 build/client/assets/java-HV2O0Us9.js 71.58 kB │ gzip: 10.94 kB
21:26:50.211 build/client/assets/java-Cjn7fn8C.js 73.14 kB │ gzip: 10.60 kB
21:26:50.211 build/client/assets/mod-loaders-Xeaj8aDN.js 102.64 kB │ gzip: 11.80 kB
21:26:50.212 build/client/assets/mod-loaders-CyJso6a3.js 103.68 kB │ gzip: 11.23 kB
21:26:50.213 build/client/assets/chunk-EPOLDU6W-BVlCH3hE.js 115.23 kB │ gzip: 37.87 kB
21:26:50.213 build/client/assets/development-CXu2M-hw.js 136.49 kB │ gzip: 14.03 kB
21:26:50.213 build/client/assets/development-CR5pbS6J.js 137.89 kB │ gzip: 13.32 kB
21:26:50.214 build/client/assets/entry.client-C-uSFl3-.js 183.05 kB │ gzip: 58.00 kB
21:26:50.214 �[32m✓ built in 5.76s�[39m
21:26:50.283 [MDX] generated files in 1.8804519999994227ms
21:26:50.284 �[36mrolldown-vite v7.2.5 �[32mbuilding ssr environment for production...�[36m�[39m
21:26:50.296 [MDX] generated files in 2.540240999999696ms
21:26:53.434 �[2K
transforming...✓ 1908 modules transformed.
21:26:53.445 �[31m✗�[39m Build failed in 3.16s
21:26:53.446 �[31mBuild failed with 2 errors:
21:26:53.446
21:26:53.446 [plugin fumadocs-mdx] /vercel/path0/packages/docs/content/docs/zh/meta.json?collection=docs
21:26:53.446 Error: �[1m[MDX] invalid data in /vercel/path0/packages/docs/content/docs/zh/meta.json:�[22m
21:26:53.447 �[91m- �[1mpages.3�[22m: Invalid input: expected string, received object�[31m
21:26:53.447 at TransformPluginContextImpl.transform (file:///vercel/path0/node_modules/.pnpm/fumadocs-mdx@14.2.6_@types+react@19.2.8_fumadocs-core@16.4.7_@types+react@19.2.8_lucide_6d51c1793a772302abb1977db93529fe/node_modules/fumadocs-mdx/src/vite/index.ts:99:17)
21:26:53.447 at plugin (file:///vercel/path0/node_modules/.pnpm/rolldown@1.0.0-beta.50/node_modules/rolldown/dist/shared/src-CYkh2Ybc.mjs:3189:16)
21:26:53.447 at plugin. (file:///vercel/path0/node_modules/.pnpm/rolldown@1.0.0-beta.50/node_modules/rolldown/dist/shared/src-CYkh2Ybc.mjs:3611:12)
21:26:53.447 [plugin fumadocs-mdx] /vercel/path0/packages/docs/content/docs/en/meta.json?collection=docs
21:26:53.447 Error: �[1m[MDX] invalid data in /vercel/path0/packages/docs/content/docs/en/meta.json:�[22m
21:26:53.447 �[91m- �[1mpages.3�[22m: Invalid input: expected string, received object�[31m
21:26:53.447 at TransformPluginContextImpl.transform (file:///vercel/path0/node_modules/.pnpm/fumadocs-mdx@14.2.6_@types+react@19.2.8_fumadocs-core@16.4.7_@types+react@19.2.8_lucide_6d51c1793a772302abb1977db93529fe/node_modules/fumadocs-mdx/src/vite/index.ts:99:17)
21:26:53.447 at plugin (file:///vercel/path0/node_modules/.pnpm/rolldown@1.0.0-beta.50/node_modules/rolldown/dist/shared/src-CYkh2Ybc.mjs:3189:16)
21:26:53.448 at plugin. (file:///vercel/path0/node_modules/.pnpm/rolldown@1.0.0-beta.50/node_modules/rolldown/dist/shared/src-CYkh2Ybc.mjs:3611:12)�[39m
21:26:53.448 at aggregateBindingErrorsIntoJsError (file:///vercel/path0/node_modules/.pnpm/rolldown@1.0.0-beta.50/node_modules/rolldown/dist/shared/src-CYkh2Ybc.mjs:2659:18)
21:26:53.448 at unwrapBindingResult (file:///vercel/path0/node_modules/.pnpm/rolldown@1.0.0-beta.50/node_modules/rolldown/dist/shared/src-CYkh2Ybc.mjs:2634:128)
21:26:53.448 at RolldownBuild.#build (file:///vercel/path0/node_modules/.pnpm/rolldown@1.0.0-beta.50/node_modules/rolldown/dist/shared/src-CYkh2Ybc.mjs:4433:34)
21:26:53.448 at buildEnvironment (file:///vercel/path0/node_modules/.pnpm/rolldown-vite@7.2.5_@types+node@25.0.9_jiti@2.6.1_tsx@4.21.0/node_modules/rolldown-vite/dist/node/chunks/node.js:33468:64)
21:26:53.448 at Object.build (file:///vercel/path0/node_modules/.pnpm/rolldown-vite@7.2.5_@types+node@25.0.9_jiti@2.6.1_tsx@4.21.0/node_modules/rolldown-vite/dist/node/chunks/node.js:33871:19)
21:26:53.448 at buildEnvironment (/vercel/path0/node_modules/.pnpm/@React-router+dev@7.12.0_@react-router+serve@7.12.0_react-router@7.12.0_react-dom@19.2.832e838fd81da14eb7c103f1caa67623/node_modules/@react-router/dev/dist/cli/index.js:2028:5)
21:26:53.448 at async Promise.all (index 0)
21:26:53.448 at viteBuild (/vercel/path0/node_modules/.pnpm/@React-router+dev@7.12.0
@React-router+serve@7.12.0_react-router@7.12.0_react-dom@19.2.832e838fd81da14eb7c103f1caa67623/node_modules/@react-router/dev/dist/cli/index.js:2064:3)
21:26:53.448 at build (/vercel/path0/node_modules/.pnpm/@React-router+dev@7.12.0
@React-router+serve@7.12.0_react-router@7.12.0_react-dom@19.2.832e838fd81da14eb7c103f1caa67623/node_modules/@react-router/dev/dist/cli/index.js:1925:10)
21:26:53.448 at build2 (/vercel/path0/node_modules/.pnpm/@React-router+dev@7.12.0
@React-router+serve@7.12.0_react-router@7.12.0_react-dom@19.2._832e838fd81da14eb7c103f1caa67623/node_modules/@react-router/dev/dist/cli/index.js:2263:5) {
21:26:53.448 errors: [Getter/Setter]
21:26:53.449 }
21:26:53.498  ELIFECYCLE  Command failed with exit code 1.
21:26:53.514 Error: Command "pnpm run build" exited with 1

Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 21, 2026

@copilot solve it
21:26:31.426 Running build in Washington, D.C., USA (East) – iad1
21:26:31.437 Build machine configuration: 2 cores, 8 GB...

Fixed! The build failure was caused by incorrect meta.json structure. In Fumadocs with i18n, subdirectories with their own meta.json should be referenced as simple strings, not nested objects.

Changes made (commit 2ff4c75):

  1. Fixed meta.json structure in both en/ and zh/ directories
  2. Simplified i18n configuration by removing incompatible provider import
  3. Disabled problematic prerendering in react-router.config.ts

Build verification:
✅ Client build: 5.69s
✅ SSR build: 3.01s
✅ Dev server running successfully

The Vercel deployment should now succeed.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • mirrors.aliyun.com
    • Triggering command: /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek hook-impl --hook-dir /home/REDACTED/work/DropOut/DropOut/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)
  • mirrors.cloud.tencent.com
    • Triggering command: /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek hook-impl --hook-dir /home/REDACTED/work/DropOut/DropOut/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)
  • pypi.tuna.tsinghua.edu.cn
    • Triggering command: /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek hook-impl --hook-dir /home/REDACTED/work/DropOut/DropOut/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Comment on lines 15 to 40
href="/docs/en/features/authentication"
description="Microsoft OAuth and offline authentication"
/>
<Card
title="Java Management"
href="/docs/en/features/java"
description="Auto-detection and installation of Java runtimes"
/>
<Card
title="Mod Loaders"
href="/docs/en/features/mod-loaders"
description="Fabric and Forge support with easy installation"
/>
<Card
title="Instances"
href="/docs/en/features/instances"
description="Isolated game environments with independent configs"
/>
<Card
title="Downloads"
href="/docs/en/features/downloads"
description="Fast concurrent downloads with resume support"
/>
<Card
title="AI Assistant"
href="/docs/en/features/assistant"
Copy link
Member

Choose a reason for hiding this comment

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

check: fix router @NtskwK

Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 30, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • mirrors.aliyun.com
    • Triggering command: /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek hook-impl --hook-dir /home/REDACTED/work/DropOut/DropOut/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)
  • mirrors.cloud.tencent.com
    • Triggering command: /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek hook-impl --hook-dir /home/REDACTED/work/DropOut/DropOut/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)
  • pypi.tuna.tsinghua.edu.cn
    • Triggering command: /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek /home/REDACTED/work/DropOut/DropOut/node_modules/.pnpm/@j178&#43;prek@0.2.29/node_modules/@j178/prek/node_modules/.bin_real/prek hook-impl --hook-dir /home/REDACTED/work/DropOut/DropOut/.git/hooks --script-version 4 --hook-type=pre-commit -- (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@HsiangNianian HsiangNianian marked this pull request as ready for review February 4, 2026 02:38
@HsiangNianian HsiangNianian merged commit f656803 into main Feb 4, 2026
14 checks passed
@HsiangNianian HsiangNianian deleted the copilot/update-documentation-packages branch February 4, 2026 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation piority: midium MidiumPriority Stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants