Skip to content

Commit

Permalink
Sync with dev@091e3f3 (#264)
Browse files Browse the repository at this point in the history
* 更新了服务器分类下的插件和原版问题 (#223)

update doc

* 📃 docs(contributing): config markdown lint

* upd: vanilla.md -> pic link (#225)

* 一些更新 (#227)

* update doc

* update

* 更新

* fix

* Update plugins.md

* Update index.md

* 🐞 fix(actions): add pages check

close #226 #229

* edit workflow

* update pages-check

* Update pages-check.yml

* Update pages-check.yml

* Update README.md

* 💥 upd: visible

* 💥 upd: visible

* ✨ feat(assets): convert & tinify imgs

close #228

* fix expand transition

* fix a format issue

* ✨ feat(sidebar): add commons.md

* ✨ feat(upload crash): change upload crash

change upload crash link to point to /contribute/crash-report

* 🦄 refactor(data): use json data

dont use `.ts` file to handle data

* fix serval issue about analyzer, and bump MCLA to v0.5.0

* docs: add 在服务端运行仅客户端模组
close #231

* 🐞 fix(PWA): try to fix PWA

#232 WIP

* 🌈 style(style): edit style config

* 🌈 style(format): format files

* docs: 增加 无法链接到后端服务器 后端服务器正版验证未关闭 (#239)

* bump MCLA to v0.5.1 (#238)

Fix line number

* doc: 常见问题 插件无法链接到更新服务器 (#242)

* doc: 常见问题 插件无法链接到更新服务器

* Update docs/server/plugins.md

Co-authored-by: Kevin Z <[email protected]>

* Update docs/server/plugins.md

Co-authored-by: Kevin Z <[email protected]>

* Update docs/server/plugins.md

---------

Co-authored-by: bingxin666 <[email protected]>
Co-authored-by: Kevin Z <[email protected]>

* update CRASH-UPLOAD (#243)

* update CRASH-UPLOAD
add a few requirements before report issue

* update format

* Issue 模版增加截图 textarea,并将 Mac 改成 macOS (#244)

* Create screenshot textarea

* 将Mac 改成 macOS

* fixed pwa

* fix style

* install @vite-pwa/vitepress

* 🦄 refactor(theme): edit theme structure

* 🦄 refactor(dir): move `.vitepress` dir

* 🐞 fix(import): fix import

* 🐞 fix(import): fix import

* 🐞 fix(import): fix import

* 添加双向链接支持、增强可读性,并更新依赖项
使用 VitePress 插件添加了双向链接支持、新的贡献者组件、Git 提交历史、增强阅读体验;将 VitePress 更新到 v1.1.4 并更新其他依赖

* 修复可能导致构建失败的问题

* 修一下提交信息和贡献者不显示的问题

* 使用 Actions 部署到 CF Pages

* 加一个手动执行

* 忘记改提交哈希获取了

* 🔥 upd: format

* ❤️ upd: better lang use

* 折腾了一下贡献者组件

* 迁移到 Netlify 后必要的环境变量修改

---------

Co-authored-by: bingxin666 <[email protected]>
Co-authored-by: bingling-sama <[email protected]>
Co-authored-by: zkitefly <[email protected]>
Co-authored-by: XieXiLin <[email protected]>
Co-authored-by: zyxkad <[email protected]>
Co-authored-by: Pysio <[email protected]>
Co-authored-by: 何杰豪 <[email protected]>
  • Loading branch information
8 people authored May 2, 2024
1 parent 645acb5 commit a413e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
GitChangelogMarkdownSection,
} from '@nolebase/vitepress-plugin-git-changelog/vite'

const COMMIT_ID = process.env.GITHUB_SHA || process.env.CF_PAGES_COMMIT_SHA || "local"
const COMMIT_ID = process.env.COMMIT_REF || process.env.GITHUB_SHA || process.env.CF_PAGES_COMMIT_SHA || "local"
const commitRef = COMMIT_ID?.slice(0, 8)
const environment = process.env.DEPLOYMENT_STATUS || process.env.NODE_ENV
const pwaName = process.env.PWA_NAME || "CrashMC 文档(本地)"
Expand Down

0 comments on commit a413e36

Please sign in to comment.