Skip to content

Commit 0cb5165

Browse files
committed
fix(about): do not show changelog on about page
1 parent f91330e commit 0cb5165

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

content/about/enspire.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# 关于 Enspire
22

3-
[© 2024 Computerization. 部分数据来自 TSIMS for WFLMS Int'l。]{class="text-sm text-muted-foreground"}
3+
[© 2024 the Computerization Developers.]{class="text-sm text-muted-foreground"}
44

55
Enspire 是由世外信息化社领导的开源项目,旨在为学校的 CAS 活动提供技术支持平台,可让同学们的 CAS 生活更加便捷高效。
66

77
**Enspire 的目标很简单: Make CAS Life Easier for Everyone!**
88

99
[这是一个依照 MIT License 完全开源的项目。如果在使用过程中遇到任何问题,欢迎前往本项目的 GitHub 仓库 [新建 Issues](https://github.com/Computerization/Enspire/issues/new/choose)]{class="text-sm text-muted-foreground"}
10-
11-
[![GitHub Repo: Computerization/Enspire](https://stats.deeptrain.net/repo/Computerization/Enspire&theme=dark)](https://github.com/Computerization/Enspire)
12-
<!-- [![Contributors](https://stats.deeptrain.net/contributor/Computerization/Enspire&theme=dark&column=6)](https://github.com/Computerization/Enspire/graphs/contributors) -->

pages/about.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ definePageMeta({
1212
<!-- /content/about/computerization.md -->
1313
<ContentDoc path="/about/computerization" class="mb-12" />
1414
</div>
15-
<div class="inline-block align-top h-full min-w-72">
16-
<h1 class="my-0">
17-
更新日志
18-
</h1>
19-
<div class="overflow-y-scroll my-2" style="max-height: 80vh;">
20-
<!-- /content/about/changelog.md -->
21-
<ContentDoc path="/about/changelog" />
22-
</div>
23-
</div>
2415
</div>
2516
</template>
2617

0 commit comments

Comments
 (0)