| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |
| |
| | |
Comment out the Musl platform configuration for CI.
|
| | |
| |
| | |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| | |
| |
| | |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| |\| |
|
| | |
| |
| | |
Added installation steps for Musl tools in CI workflow.
|
| | |
| |
| | |
Removed installation of Musl tools for musl target and added installation of OpenSSL dev package.
|
| | |
| |
| | |
Added installation of pkg-config and libssl-dev for musl target.
|
| | |
| |
| |
| |
| |
| | |
Co-authored-by: NtskwK <natsukawa247@outlook.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| | |\
| |/
|/| |
|
| | |
| |
| |
| |
| | |
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
|
| | |\
| |/
|/| |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
## Summary by Sourcery
Improve bilingual README structure and formatting for clarity and
consistency.
Documentation:
- Add cross-links between English and Chinese READMEs for easier
language switching.
- Normalize README formatting including roadmap link styling, spacing,
and license section presentation in both languages.
|
| | |\
| | |
| | |
| | | |
Chinese) (#78)
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | | |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| | | |
| | |
| | | |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| | | |
| | |
| | | |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| | | |
| | |
| | | |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| | | |
| | |
| | | |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| | | |
| | |
| | |
| | | |
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
|
| | | |
| | |
| | |
| | | |
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
|
| | | |
| | |
| | |
| | | |
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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>
|
| | |/ |
|
| | | |
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
## Summary by Sourcery
Add a new documentation site package and a Chinese README to improve
project documentation and accessibility.
New Features:
- Introduce a dedicated @dropout/docs React Router application powered
by Fumadocs for hosting the project documentation.
Documentation:
- Add a Chinese README file providing an overview, installation, build
instructions, and contribution guidelines for Chinese-speaking users.
- Set up initial docs content, navigation, and metadata within the new
docs site, including example pages and search endpoint configuration.
|
| | | |\
| | |/
| |/| |
|
| | | |
| | |
| | | |
Added a link to the full roadmap for the project.
|
| | | | |
|
| | | |
| | |
| | |
| | | |
installation
|
| | | | |
|
| | | | |
|
| |\| | |
|
| | | | |
|
| | |/ |
|
| | | |
|
| | | |
|
| | |\
| | |
| | |
| | | |
information (#71)
|
| | | | |
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
## Summary by Sourcery
Refactor the UI project structure into a pnpm monorepo packages layout
and align tooling and automation with the new paths.
Enhancements:
- Reorganize the UI app from the root ui directory into packages/ui
within a pnpm workspace.
- Update pnpm workspace configuration to include all packages under
packages/*.
- Adjust paths in changeset configuration so the @dropout/ui package
resolves from packages/ui.
Build:
- Update pre-commit configuration paths and arguments to reflect the new
UI location and normalize hook argument formatting.
- Update Dependabot configuration so npm updates target /packages/ui
instead of /ui.
CI:
- Update GitHub Actions workflows to watch packages/** instead of ui/**
and to run frontend tasks from packages/ui.
- Update pnpm cache dependency paths in workflows to use the root
pnpm-lock.yaml.
- Simplify frontend install steps in test workflows to run from the
repository root.
Chores:
- Add a new index.html under packages/ui and remove the old
ui/index.html to match the new project layout.
|
| | | |/
| |/|
| | |
| | |
| | | |
information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|