Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with dev@091e3f3 #264

Merged
merged 52 commits into from
May 2, 2024
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
577db3c
更新了服务器分类下的插件和原版问题 (#223)
bingxin666 Feb 16, 2024
28c248c
📃 docs(contributing): config markdown lint
bingling-sama Feb 16, 2024
91ec079
upd: vanilla.md -> pic link (#225)
zkitefly Feb 16, 2024
84c9d62
一些更新 (#227)
bingxin666 Feb 18, 2024
5b4c775
🐞 fix(actions): add pages check
bingling-sama Feb 19, 2024
fef4d6b
edit workflow
bingling-sama Feb 19, 2024
3d27f3c
Merge branch 'dev' of github.com:GlobeMC/crashmc.com into dev
bingling-sama Feb 19, 2024
77139e3
update pages-check
bingling-sama Feb 19, 2024
e78f614
Update pages-check.yml
bingling-sama Feb 20, 2024
bb53634
Update pages-check.yml
bingling-sama Feb 20, 2024
ce25fe0
Update README.md
bingling-sama Feb 20, 2024
82fc63a
💥 upd: visible
XieXiLin2 Feb 21, 2024
42e8787
💥 upd: visible
XieXiLin2 Feb 21, 2024
1dad913
✨ feat(assets): convert & tinify imgs
bingling-sama Feb 22, 2024
011e967
fix expand transition
zyxkad Feb 22, 2024
f86da34
fix a format issue
zyxkad Feb 22, 2024
1f5d749
✨ feat(sidebar): add commons.md
bingling-sama Feb 23, 2024
e2fb566
Merge branch 'dev' into dev
bingling-sama Feb 23, 2024
5beb018
✨ feat(upload crash): change upload crash
bingling-sama Feb 23, 2024
d1b5423
Fix expand transition (#234)
bingling-sama Feb 23, 2024
dff07e6
🦄 refactor(data): use json data
bingling-sama Feb 24, 2024
26cf67d
fix serval issue about analyzer, and bump MCLA to v0.5.0
zyxkad Mar 1, 2024
f7c4848
docs: add 在服务端运行仅客户端模组
zyxkad Mar 1, 2024
41efff7
docs: 添加 "在服务端运行仅客户端模组" (#235)
zyxkad Mar 2, 2024
153a225
🐞 fix(PWA): try to fix PWA
bingling-sama Mar 4, 2024
2922edf
🌈 style(style): edit style config
bingling-sama Mar 4, 2024
d69cd71
🌈 style(format): format files
bingling-sama Mar 4, 2024
a3e1c78
docs: 增加 无法链接到后端服务器 后端服务器正版验证未关闭 (#239)
pysio2007 Mar 6, 2024
90530a8
bump MCLA to v0.5.1 (#238)
zyxkad Mar 6, 2024
6fb0ffb
doc: 常见问题 插件无法链接到更新服务器 (#242)
pysio2007 Mar 7, 2024
6540be1
update CRASH-UPLOAD (#243)
zyxkad Mar 8, 2024
daf04ba
Issue 模版增加截图 textarea,并将 Mac 改成 macOS (#244)
hejiehao Mar 10, 2024
a96ad82
fixed pwa
zyxkad Mar 17, 2024
469a8fe
fix style
zyxkad Mar 17, 2024
94ef9d8
install @vite-pwa/vitepress
zyxkad Mar 17, 2024
d60d75f
🦄 refactor(theme): edit theme structure
bingling-sama Apr 9, 2024
4df80ce
🦄 refactor(dir): move `.vitepress` dir
bingling-sama Apr 19, 2024
a3f8373
🐞 fix(import): fix import
bingling-sama Apr 19, 2024
a721aeb
🐞 fix(import): fix import
bingling-sama Apr 19, 2024
32d6fed
🐞 fix(import): fix import
bingling-sama Apr 19, 2024
f99f0ff
添加双向链接支持、增强可读性,并更新依赖项
Big-Cake-jpg May 2, 2024
453dc95
修复可能导致构建失败的问题
Big-Cake-jpg May 2, 2024
3576510
修一下提交信息和贡献者不显示的问题
Big-Cake-jpg May 2, 2024
001c0c8
使用 Actions 部署到 CF Pages
Big-Cake-jpg May 2, 2024
54786c4
加一个手动执行
Big-Cake-jpg May 2, 2024
e698152
忘记改提交哈希获取了
Big-Cake-jpg May 2, 2024
c99781b
🔥 upd: format
XieXiLin2 May 2, 2024
a6f3c47
❤️ upd: better lang use
XieXiLin2 May 2, 2024
b7ee7ab
折腾了一下贡献者组件
Big-Cake-jpg May 2, 2024
e42a3a2
Merge branch 'main' into dev
Big-Cake-jpg May 2, 2024
091e3f3
迁移到 Netlify 后必要的环境变量修改
Big-Cake-jpg May 2, 2024
0106b07
Merge branch 'main' into dev
Big-Cake-jpg May 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading