From 15d6d3fd7b951dc42beaa7d1d0005294009f8fc9 Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE=0D=20(#283?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _changelog/dev.md | 2 - _changelog/stable.md | 2 - _config.yml | 372 +++++++++++++----- _docs/contribution.md | 2 - _docs/crash-support-group.md | 2 - _docs/faq.md | 2 - _docs/groups.md | 2 - _docs/help.md | 2 - _downloads/hmcl-snapshot-update.md | 2 - _downloads/java.md | 2 - _downloads/linux/arm32.md | 2 - _downloads/linux/arm64.md | 2 - _downloads/linux/loongarch64.md | 2 - _downloads/linux/riscv64.md | 2 - _downloads/linux/x86.md | 2 - _downloads/linux/x86_64.md | 2 - _downloads/loongnix.md | 1 - _downloads/macos/arm64.md | 2 - _downloads/macos/x86_64.md | 2 - _downloads/windows/arm64.md | 2 - _downloads/windows/x86.md | 2 - _downloads/windows/x86_64.md | 2 - _eula/hmcl.md | 2 - _launcher/authlib-injector.md | 2 - _launcher/auto-installing.md | 2 - _launcher/datapack.md | 2 - _launcher/fabric_and_optifine_install.md | 2 - _launcher/isolation.md | 2 - _launcher/jvm-options-and-env.md | 2 - _launcher/offline-skin.md | 2 - _launcher/set-item-details.md | 2 - _launcher/shader.md | 2 - .../use-password-login-microsoft-account.md | 2 - _modpack/bundled-java.md | 2 - _modpack/error-handbook.md | 1 - _modpack/serverpack.md | 2 - _modpack/serverpack2.md | 2 - _modpack/serverpack3.md | 2 - _multiplayer/feedback.md | 2 - _multiplayer/help.md | 2 - _multiplayer/token.md | 2 - index.md | 2 - 42 files changed, 272 insertions(+), 180 deletions(-) diff --git a/_changelog/dev.md b/_changelog/dev.md index d4aac8d..9dd32e8 100644 --- a/_changelog/dev.md +++ b/_changelog/dev.md @@ -6,6 +6,4 @@ nowchange: 3.7.0.301 title: 开发版更新日志 date: 2021-08-22 23:18:02 +0800 note: Changelogs are written in Chinese. -hits: true -toc: true --- diff --git a/_changelog/stable.md b/_changelog/stable.md index 6b175c3..81b8ca2 100644 --- a/_changelog/stable.md +++ b/_changelog/stable.md @@ -5,6 +5,4 @@ nowchange: 3.6.20 title: 稳定版更新日志 date: 2021-08-22 23:18:02 +0800 note: Changelogs are written in Chinese. -hits: true -toc: true --- diff --git a/_config.yml b/_config.yml index 6c1cf39..fffc127 100644 --- a/_config.yml +++ b/_config.yml @@ -1,85 +1,105 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. -# -# If you need help with YAML syntax, here are some quick references for you: -# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml -# https://learnxinyminutes.com/docs/yaml/ -# -# Site settings -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be accessible -# in the templates via {{ site.myvariable }}. +# https://jekyllrb.com/docs/configuration/default/ +# https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml -minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" -minimal_mistakes_skin_dark: "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" -locale: "zh-CN" +# source: . +# destination: _site +# collections_dir: . +# plugins_dir: _plugins +# layouts_dir: _layouts +# data_dir: _data +# includes_dir: _includes +# cache_dir: .jekyll-cache +sass: + # sass_dir: _sass + # minimal-mistakes + style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style + quiet_deps: true + silence_deprecations: + - import +collections: + docs: + output: true + permalink: /:path:output_ext + launcher: + output: true + permalink: /:collection/:path:output_ext + changelog: + output: true + permalink: /:collection/:path:output_ext + changelogs: + output: false + modpack: + output: true + permalink: /:collection/:path:output_ext + eula: + output: true + permalink: /:collection/:path:output_ext + multiplayer: + output: true + permalink: /:collection/:path:output_ext + downloads: + output: true + permalink: /:collection/:path:output_ext -title: Hello Minecraft! Launcher 帮助文档 -email: hmcl@huangyuhui.net -description: >- # this means to ignore newlines until "baseurl:" - HMCL 启动器 | 跨平台 | 整合包管理 | 自动安装 | 八年历史 | 三亿次使用 -baseurl: "" # the subpath of your site, e.g. /blog -url: https://docs.hmcl.net -copyright: huanghongxun -copyright_url: https://github.com/huanghongxun -logo: /assets/img/hmcl.png -breadcrumbs: true +# Handling Reading +# safe: false +include: + - _pages +exclude: + - README.md + - LICENSE +keep_files: [] +encoding: "utf-8" +# markdown_ext: "markdown,mkdown,mkdn,mkd,md" +strict_front_matter: true -# Build settings -theme: minimal-mistakes-jekyll +# Filtering Content +# show_drafts: null +# limit_posts: 0 +# future: false +# unpublished: false + +# Plugins plugins: - jekyll-paginate - jekyll-sitemap - jekyll-gist - jekyll-feed - - jemoji - jekyll-include-cache + - jemoji - jekyll-archives - jekyll-seo-tag +# minimal-mistakes (mimic GitHub Pages with --safe) +# whitelist: +# - jekyll-paginate +# - jekyll-sitemap +# - jekyll-gist +# - jekyll-feed +# - jekyll-include-cache -include: - - _pages +# Conversion +# markdown: kramdown +# highlighter: rouge +# lsi: false +# excerpt_separator: "\n\n" +# incremental: false -collections: - docs: - output: true - permalink: /:path:output_ext +# Serving +# detach: false +# port: 4000 +# host: 127.0.0.1 +baseurl: "" +# show_dir_listing: false - launcher: - output: true - permalink: /:collection/:path:output_ext - - changelog: - output: true - permalink: /:collection/:path:output_ext - - changelogs: - output: false - - modpack: - output: true - permalink: /:collection/:path:output_ext - - eula: - output: true - permalink: /:collection/:path:output_ext - - multiplayer: - output: true - permalink: /:collection/:path:output_ext - - downloads: - output: true - permalink: /:collection/:path:output_ext +# Outputting +permalink: /:categories/:title:output_ext +# paginate_path: /page:num +timezone: Asia/Shanghai +# minimal-mistakes (with jekyll-paginate) +# paginate: 5 +# quiet: false +# verbose: false defaults: - scope: path: "" @@ -91,54 +111,206 @@ defaults: comments: false sidebar: nav: docs + hits: true + toc: true + toc_sticky: true - scope: - path: "assets/img" + path: "" + type: downloads values: - image: true - - scope: - path: "assets/css" - values: - css: true + toc: false -# Exclude from processing. -# The following items will not be processed, by default. -# Any item listed under the `exclude:` key here will be automatically added to -# the internal "default list". -# -# Excluded items can be processed by explicitly listing the directories or -# their entries' file path in the `include:` list. +# liquid: +# error_mode: warn +# strict_filters: false +# strict_variables: false -exclude: - - scripts/ - - README.md - - LICENSE +# Markdown Processors +# kramdown: +# auto_ids: true +# entity_output: as_char +# toc_levels: [1, 2, 3, 4, 5, 6] +# smart_quotes: lsquo,rsquo,ldquo,rdquo +# input: GFM +# hard_wrap: false +# footnote_nr: 1 +# show_warnings: false +# # minimal-mistakes +# enable_coderay: false -# Outputting -permalink: /:categories/:title/ +# Theme Settings +theme: minimal-mistakes-jekyll +minimal_mistakes_skin: default # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" +minimal_mistakes_skin_dark: dark +# Site Settings +locale: zh +# rtl: +title: HMCL 文档 +# title_separator: - +# subtitle: +# name: "" +description: HMCL 启动器 | 跨平台 | 整合包管理 | 自动安装 | 八年历史 | 三亿次使用 +url: https://docs.hmcl.net +# repository: +# teaser: +logo: /assets/img/hmcl.png +# masthead_title: +breadcrumbs: false +# words_per_minute: 200 +enable_copy_code_button: true +copyright: huanghongxun +copyright_url: mailto:hmcl@huangyuhui.net + +comments: + provider: false # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom" + # disqus: + # shortname: + # discourse: + # server: + # facebook: + # appid: + # num_posts: + # colorscheme: + # utterances: + # theme: + # issue_term: + # giscus: + # repo_id: + # category_name: + # category_id: + # discussion_term: + # reactions_enabled: + # theme: + # strict: + # input_position: + # emit_metadata: + # lang: + # lazy: + # staticman: + # branch: + # endpoint: +# reCaptcha: +# siteKey: +# secret: +# atom_feed: +# path: +# hide: +# search: +# search_full_content: +# search_provider: +# lunr: +# search_within_pages: +# algolia: +# application_id: +# index_name: +# search_only_api_key: +# powered_by: +# google: +# search_engine_id: +# instant_search: + +# SEO Related +# google_site_verification: +# bing_site_verification: +# naver_site_verification: +# yandex_site_verification: +# baidu_site_verification: + +# Social Sharing +# twitter: +# username: +# facebook: +# username: +# app_id: +# publisher: +# og_image: + +# For specifying social profiles +# social: +# type: +# name: +# links: + +# Analytics +analytics: + provider: false # false (default), "google", "google-universal", "google-gtag", "custom" + # google: + # tracking_id: + # anonymize_ip: + +# Site Author +# author: +# name: huangyuhui +# avatar: +# bio: +# location: +# email: hmcl@huangyuhui.net +# links: +# - label: Email +# icon: fas fa-fw fa-envelope-square +# url: mailto:hmcl@huangyuhui.net +# - label: GitHub +# icon: fab fa-fw fa-github +# url: https://github.com/huangyuhui + +# Site Footer +footer: + links: + - label: Github + icon: fab fa-fw fa-github + url: https://github.com/HMCL-dev/HMCL + - label: 粤ICP备18071565号 + url: https://beian.miit.gov.cn + # since: + +# minimal-mistakes (with jekyll-paginate-v2) https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration +# pagination: +# enabled: false +# debug: false +# collection: posts +# per_page: 10 +# permalink: /page/:num/ +# title: :title - page :num +# limit: 0 +# sort_field: date +# sort_reverse: true +# category: posts +# tag: "" +# locale: "" +# trail: +# before: 2 +# after: 2 + +# Archives +# category_archive: +# type: liquid +# path: /categories/ +# tag_archive: +# type: liquid +# path: /tags/ +# https://github.com/jekyll/jekyll-archives +# jekyll-archives: +# enabled: +# - categories +# - tags +# layouts: +# category: archive-taxonomy +# tag: archive-taxonomy +# permalinks: +# category: /categories/:name/ +# tag: /tags/:name/ + +# HTML Compression (https://jch.penibelst.de/) compress_html: clippings: all comments: all ignore: envs: development -sass: - style: compressed - quiet_deps: true - silence_deprecations: - - import - head_scripts: - /assets/js/theme.js -footer: - links: - - label: "Github" - icon: "fab fa-fw fa-github" - url: "https://github.com/HMCL-dev/HMCL" - - label: "粤ICP备18071565号" - url: "https://beian.miit.gov.cn" - # jekyll-feed feed: collections: diff --git a/_docs/contribution.md b/_docs/contribution.md index 19e3d7b..1bb0c7d 100644 --- a/_docs/contribution.md +++ b/_docs/contribution.md @@ -2,8 +2,6 @@ title: 为 HMCL 帮助文档出一份力 date: 2021-10-09 23:18:02 +0800 author: huanghongxun -hits: true -toc: true --- 如果你认为你有能力为 HMCL 添加高质量的帮助文档,或希望修改错误,你可以到 [https://github.com/HMCL-dev/HMCL-docs](https://github.com/HMCL-dev/HMCL-docs) 仓库中发 Pull Request,或者提 Issue。 diff --git a/_docs/crash-support-group.md b/_docs/crash-support-group.md index cd1b0ec..cc536aa 100644 --- a/_docs/crash-support-group.md +++ b/_docs/crash-support-group.md @@ -2,8 +2,6 @@ title: 加入 HMCL 报错崩溃交流群 date: 2024-03-05 17:00:00 +0800 author: zkitefly -hits: true -toc: true --- ![](/assets/img/docs/groups/crash.png) diff --git a/_docs/faq.md b/_docs/faq.md index 3c6a614..f1216eb 100644 --- a/_docs/faq.md +++ b/_docs/faq.md @@ -4,8 +4,6 @@ date: 2025-09-19 13:40:00 +0800 author: LIPiston contributors: - Mine-diamond -hits: true -toc: true --- > 这是一个提供给新手或小白的阅读文档,旨在用最简单的方式帮你快速上手 HMCL 启动器和 Minecraft 游戏。如需深入了解某个主题,可点击文中提供的链接查看详细文档。 diff --git a/_docs/groups.md b/_docs/groups.md index d402d27..559bdf5 100644 --- a/_docs/groups.md +++ b/_docs/groups.md @@ -5,8 +5,6 @@ author: Glavo contributors: - 8Mi_Yile - zkitefly -hits: true -toc: true --- 欢迎所有 Minecraft 玩家加入 HMCL 用户群,入群请遵守以下群规: diff --git a/_docs/help.md b/_docs/help.md index 8fd68ab..efb3b4c 100644 --- a/_docs/help.md +++ b/_docs/help.md @@ -2,8 +2,6 @@ title: 寻求帮助 date: 2023-08-09 11:12:00 +0800 author: zkitefly -hits: true -toc: true --- ## QQ 群聊 diff --git a/_downloads/hmcl-snapshot-update.md b/_downloads/hmcl-snapshot-update.md index 5316e29..da1a082 100644 --- a/_downloads/hmcl-snapshot-update.md +++ b/_downloads/hmcl-snapshot-update.md @@ -1,8 +1,6 @@ --- title: 下载 HMCL-Snapshot 版本 date: 2024-01-09 22:00:00 +0800 -hits: true -toc: false --- 正在前往 HMCL-Snapshot 下载页面,点击下载即可。 diff --git a/_downloads/java.md b/_downloads/java.md index 585b558..e5fbc1f 100644 --- a/_downloads/java.md +++ b/_downloads/java.md @@ -1,8 +1,6 @@ --- title: 下载 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -hits: true -toc: false --- 正在前往 Java 下载页面,请点击下载,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。 diff --git a/_downloads/linux/arm32.md b/_downloads/linux/arm32.md index 48f147d..4ec6a13 100644 --- a/_downloads/linux/arm32.md +++ b/_downloads/linux/arm32.md @@ -1,8 +1,6 @@ --- title: 下载适用于 Linux ARM32 的 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -hits: true -toc: false --- 点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。 diff --git a/_downloads/linux/arm64.md b/_downloads/linux/arm64.md index b4771af..5a4803a 100644 --- a/_downloads/linux/arm64.md +++ b/_downloads/linux/arm64.md @@ -1,8 +1,6 @@ --- title: 下载适用于 Linux ARM64 的 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -hits: true -toc: false --- 点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。 diff --git a/_downloads/linux/loongarch64.md b/_downloads/linux/loongarch64.md index 34c2999..c2ed8b5 100644 --- a/_downloads/linux/loongarch64.md +++ b/_downloads/linux/loongarch64.md @@ -1,8 +1,6 @@ --- title: 下载 HMCL 和 Minecraft 依赖的 Java date: 2023-09-05 14:00:00 +0800 -hits: true -toc: false --- 龙芯平台存在 “**新世界**” 和 “**旧世界**” 两个 ABI,不同 ABI 的 Java 暂时互不兼容。 diff --git a/_downloads/linux/riscv64.md b/_downloads/linux/riscv64.md index e1a6f0c..359cdab 100644 --- a/_downloads/linux/riscv64.md +++ b/_downloads/linux/riscv64.md @@ -1,8 +1,6 @@ --- title: 下载适用于 Linux RISC-V 64 的 HMCL 和 Minecraft 依赖的 Java date: 2024-10-06 22:00:00 +0800 -hits: true -toc: false --- 点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。 diff --git a/_downloads/linux/x86.md b/_downloads/linux/x86.md index 44aacb9..58efb4e 100644 --- a/_downloads/linux/x86.md +++ b/_downloads/linux/x86.md @@ -1,8 +1,6 @@ --- title: 下载适用于 Linux x86 的 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -hits: true -toc: false --- 点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。 diff --git a/_downloads/linux/x86_64.md b/_downloads/linux/x86_64.md index c3161b8..d4dcb84 100644 --- a/_downloads/linux/x86_64.md +++ b/_downloads/linux/x86_64.md @@ -1,8 +1,6 @@ --- title: 下载适用于 Linux x86_64 的 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -hits: true -toc: false --- 点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。 diff --git a/_downloads/loongnix.md b/_downloads/loongnix.md index 219e99e..e09c653 100644 --- a/_downloads/loongnix.md +++ b/_downloads/loongnix.md @@ -1,7 +1,6 @@ --- title: 下载适用于龙芯的 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -toc: false --- 页面已移动至 [/downloads/linux/loongarch64](/downloads/linux/loongarch64.html) diff --git a/_downloads/macos/arm64.md b/_downloads/macos/arm64.md index fd8abee..87de050 100644 --- a/_downloads/macos/arm64.md +++ b/_downloads/macos/arm64.md @@ -1,8 +1,6 @@ --- title: 下载适用于 macOS ARM64 的 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -hits: true -toc: false --- 正在前往 Java 下载页面,请向下滚动点击 `DMG` 安装包下载按钮,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。 diff --git a/_downloads/macos/x86_64.md b/_downloads/macos/x86_64.md index f290944..55a301c 100644 --- a/_downloads/macos/x86_64.md +++ b/_downloads/macos/x86_64.md @@ -1,8 +1,6 @@ --- title: 下载适用于 macOS x86_64 的 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -hits: true -toc: false --- 正在前往 Java 下载页面,请向下滚动点击 `DMG` 安装包下载按钮,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。 diff --git a/_downloads/windows/arm64.md b/_downloads/windows/arm64.md index 182fe38..8290206 100644 --- a/_downloads/windows/arm64.md +++ b/_downloads/windows/arm64.md @@ -1,8 +1,6 @@ --- title: 下载适用于 Windows on Arm 的 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -hits: true -toc: false --- Java 安装包已开始下载,请等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。 diff --git a/_downloads/windows/x86.md b/_downloads/windows/x86.md index 3587a40..27952fc 100644 --- a/_downloads/windows/x86.md +++ b/_downloads/windows/x86.md @@ -1,8 +1,6 @@ --- title: 下载适用于 Windows x86 的 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -hits: true -toc: false --- 正在前往 Java 下载页面,请向下滚动点击 `MSI` 安装包下载按钮,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。 diff --git a/_downloads/windows/x86_64.md b/_downloads/windows/x86_64.md index 66a6213..15b9c90 100644 --- a/_downloads/windows/x86_64.md +++ b/_downloads/windows/x86_64.md @@ -1,8 +1,6 @@ --- title: 下载适用于 Windows x86_64 的 HMCL 和 Minecraft 依赖的 Java date: 2022-12-03 17:30:00 +0800 -hits: true -toc: false --- Java 安装包已开始下载,请等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。 diff --git a/_eula/hmcl.md b/_eula/hmcl.md index c404073..f562f5d 100644 --- a/_eula/hmcl.md +++ b/_eula/hmcl.md @@ -2,8 +2,6 @@ title: Hello Minecraft! Launcher 用户协议 date: 2021-09-21 23:26:00 +0800 note: 更新时间 2021 年 9 月 21 日 -hits: true -toc: true --- 欢迎使用黄鱼(以下简称“开发者”)提供的 Hello Minecraft! Launcher(以下简称“本软件”)软件与服务。 为了保障用户(或称“您”)的权益,特制定本用户协议书(以下简称本协议)。 请您在使用本软件前,详细阅读本协议的所有内容。开发者可能随时更新本协议,本协议一旦发生变动,开发者将会在相关页面上通告修改内容。 修改后的本协议一旦在页面上公布即有效代替原用户协议书。 diff --git a/_launcher/authlib-injector.md b/_launcher/authlib-injector.md index a059ad2..371987e 100644 --- a/_launcher/authlib-injector.md +++ b/_launcher/authlib-injector.md @@ -2,8 +2,6 @@ title: Authlib-Injector 服务器设置指南 date: 2021-08-22 23:18:02 +0800 author: huanghongxun -hits: true -toc: true --- ## 背景 diff --git a/_launcher/auto-installing.md b/_launcher/auto-installing.md index 55b3ad9..d271928 100644 --- a/_launcher/auto-installing.md +++ b/_launcher/auto-installing.md @@ -2,8 +2,6 @@ title: 自动安装与模组下载简介 date: 2021-10-09 23:18:02 +0800 author: asdqp233 -hits: true -toc: true --- ## 安装 Mod 加载器 diff --git a/_launcher/datapack.md b/_launcher/datapack.md index a557ba3..71981d9 100644 --- a/_launcher/datapack.md +++ b/_launcher/datapack.md @@ -2,8 +2,6 @@ title: 数据包制作指南 date: 2021-08-22 23:18:02 +0800 author: huanghongxun -hits: true -toc: true --- 本指南只介绍如何制作一个 HMCL 可导入的数据包压缩包。 diff --git a/_launcher/fabric_and_optifine_install.md b/_launcher/fabric_and_optifine_install.md index ef17b95..c24aa8e 100644 --- a/_launcher/fabric_and_optifine_install.md +++ b/_launcher/fabric_and_optifine_install.md @@ -2,8 +2,6 @@ title: 同时安装 Fabric & OptiFine date: 2023-01-04 11:30:00 +0800 author: zkitefly -hits: true -toc: true --- 在 HMCL 的自动安装中,如果先选择了 Fabric 或 OptiFine ,HMCL 就会提示他们互不兼容。 diff --git a/_launcher/isolation.md b/_launcher/isolation.md index 2a4530a..92ffd25 100644 --- a/_launcher/isolation.md +++ b/_launcher/isolation.md @@ -2,8 +2,6 @@ title: 全局版本隔离 date: 2021-10-09 23:18:02 +0800 author: LIPiston -hits: true -toc: true --- 这是一个游戏客户端很多不方便寻找的最佳解决方案
diff --git a/_launcher/jvm-options-and-env.md b/_launcher/jvm-options-and-env.md index 9102eea..f7ac036 100644 --- a/_launcher/jvm-options-and-env.md +++ b/_launcher/jvm-options-and-env.md @@ -1,8 +1,6 @@ --- title: JVM 选项与环境变量 date: 2025-04-20 23:18:02 +0800 -hits: true -toc: true --- ## JVM 选项 diff --git a/_launcher/offline-skin.md b/_launcher/offline-skin.md index 9e978cf..410de8f 100644 --- a/_launcher/offline-skin.md +++ b/_launcher/offline-skin.md @@ -4,8 +4,6 @@ date: 2021-10-09 23:18:02 +0800 author: qiaoshouzi contributors: - kitefly -hits: true -toc: true --- # 离线模式下更换皮肤 diff --git a/_launcher/set-item-details.md b/_launcher/set-item-details.md index 66d46db..3be926f 100644 --- a/_launcher/set-item-details.md +++ b/_launcher/set-item-details.md @@ -2,8 +2,6 @@ title: 设置项详解 date: 2023-6-09 10:26:00 +0800 author: MemoryShadow -hits: true -toc: true --- ## 引言 diff --git a/_launcher/shader.md b/_launcher/shader.md index 0888f0d..73c2cff 100644 --- a/_launcher/shader.md +++ b/_launcher/shader.md @@ -3,8 +3,6 @@ title: 光影 date: 2021-10-09 23:18:02 +0800 contributors: - hejiehao -hits: true -toc: true --- ## 安装 OptiFine diff --git a/_launcher/use-password-login-microsoft-account.md b/_launcher/use-password-login-microsoft-account.md index ecd7d71..2fceea3 100644 --- a/_launcher/use-password-login-microsoft-account.md +++ b/_launcher/use-password-login-microsoft-account.md @@ -2,8 +2,6 @@ title: 使用密码登录微软账户 date: 2024-07-21 17:50:00 +0800 author: zkitefly -hits: true -toc: true --- # 为什么使用密码登录 diff --git a/_modpack/bundled-java.md b/_modpack/bundled-java.md index 80a266f..5076f98 100644 --- a/_modpack/bundled-java.md +++ b/_modpack/bundled-java.md @@ -1,8 +1,6 @@ --- title: 整合包自带 Java 教程 date: 2021-10-09 23:18:02 +0800 -hits: true -toc: true --- ## 背景 diff --git a/_modpack/error-handbook.md b/_modpack/error-handbook.md index 4d1a8fc..f5ff01a 100644 --- a/_modpack/error-handbook.md +++ b/_modpack/error-handbook.md @@ -2,7 +2,6 @@ title: 模组包报错排查手册 date: 2025-05-24 13:39:36 +0800 author: LIPiston -toc: true --- ## 文件夹结构 diff --git a/_modpack/serverpack.md b/_modpack/serverpack.md index 6e4badc..ad9e811 100644 --- a/_modpack/serverpack.md +++ b/_modpack/serverpack.md @@ -2,8 +2,6 @@ title: 服务端自动更新整合包制作教程 date: 2021-08-22 23:18:02 +0800 author: huanghongxun -hits: true -toc: true --- HMCL 允许服务器管理员借助服务端自动更新整合包来实现自动分发整合包更新,这将大大方便有需要频繁更新游戏客户端 Mod、配置等信息的服务器管理员。 diff --git a/_modpack/serverpack2.md b/_modpack/serverpack2.md index 616ebac..9e46df7 100644 --- a/_modpack/serverpack2.md +++ b/_modpack/serverpack2.md @@ -1,8 +1,6 @@ --- title: 使用HMCL启动器配置服务器客户端自动更新 date: 2021-08-22 23:18:02 +0800 -hits: true -toc: true --- ## 备注 diff --git a/_modpack/serverpack3.md b/_modpack/serverpack3.md index 1cf2aec..84de441 100644 --- a/_modpack/serverpack3.md +++ b/_modpack/serverpack3.md @@ -2,8 +2,6 @@ title: Nginx作为静态资源服务器,使用HMCL启动器配置服务器客户端自动更新 date: 2023-01-11 14:13:45 +0800 author: buggzd -hits: true -toc: true --- > 阅读本文前,请先阅读HMCL官方文章:https://docs.hmcl.net/modpack/serverpack.html diff --git a/_multiplayer/feedback.md b/_multiplayer/feedback.md index 1c3251f..9cbb63c 100644 --- a/_multiplayer/feedback.md +++ b/_multiplayer/feedback.md @@ -2,8 +2,6 @@ title: HMCL x Terracotta | 陶瓦联机 date: 2025-10-07 18:44:00 +0800 author: Burning_TNT -hits: true -toc: true --- ## 反馈 diff --git a/_multiplayer/help.md b/_multiplayer/help.md index fde847c..c1e5d2f 100644 --- a/_multiplayer/help.md +++ b/_multiplayer/help.md @@ -2,8 +2,6 @@ title: HMCL x Terracotta | 陶瓦联机 date: 2025-10-07 18:44:00 +0800 author: Burning_TNT -hits: true -toc: true --- ## Terracotta | 陶瓦联机 diff --git a/_multiplayer/token.md b/_multiplayer/token.md index fde847c..c1e5d2f 100644 --- a/_multiplayer/token.md +++ b/_multiplayer/token.md @@ -2,8 +2,6 @@ title: HMCL x Terracotta | 陶瓦联机 date: 2025-10-07 18:44:00 +0800 author: Burning_TNT -hits: true -toc: true --- ## Terracotta | 陶瓦联机 diff --git a/index.md b/index.md index 1e14bc8..3e39b43 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,6 @@ --- title: HMCL 新手导航 author: wifi-left -hits: true -toc: true --- ## 注意 Notice