Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 authored Sep 4, 2024
2 parents 58986ee + ec3a08e commit 5d59fb1
Show file tree
Hide file tree
Showing 5 changed files with 925 additions and 804 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ BIThesis 是针对北京理工大学本科生毕业毕业论文、研究生学

**本项目为 [BIThesis 在线文档](https://bithesis.bitnp.net) 的代码仓库。如果你仅仅想使用 BIThesis,请访问 [BIThesis](https://github.com/BITNP/BIThesis)仓库。**

> 本项目获得了 [北京理工大学教务部](https://jwb.bit.edu.cn/)[北京理工大学计算机学院](https://cs.bit.edu.cn/) 的认可、背书与大力支持。详见:[致谢 - 官方赞助](https://bithesis.bitnp.net/guide/acknowledgements.html#%E5%AE%98%E6%96%B9%E8%B5%9E%E5%8A%A9-official-sponsors)
> **研究生模板暂未与官方进行沟通。但是我们的代码从[BIT-thesis](https://github.com/BIT-thesis/LaTeX-template)迁移而来,而它曾得到了研究生院和北京理工大学学生事务中心的支持。**
> [!NOTE]
> 本项目获得了[北京理工大学研究生院](https://grd.bit.edu.cn/xwgz/xwgz2/wjxz_xwgz/b117824.htm)[北京理工大学教务部](http://jwb.bit.edu.cn/)[北京理工大学计算机学院](http://cs.bit.edu.cn/) 的认可、背书与大力支持。详见:[致谢 - 官方赞助](https://bithesis.bitnp.net/guide/acknowledgements.html#%E5%AE%98%E6%96%B9%E8%B5%9E%E5%8A%A9-official-sponsors)
<h2>交流社区</h2>

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-xo": "^0.44.0",
"eslint-config-xo": "^0.46.0",
"eslint-plugin-vue": "^9.15.1",
"markdown-it-footnote": "^4.0.0",
"prettier": "^3.0.0",
"typescript": "^5.1.3",
"vitepress": "1.1.3",
"vitepress": "1.3.4",
"vue": "^3.3.4"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 5d59fb1

Please sign in to comment.