-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
1,295 additions
and
4,215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- | ||
* @Author: flwfdd | ||
* @Date: 2022-07-27 16:44:47 | ||
* @LastEditTime: 2023-05-18 11:43:59 | ||
* @LastEditTime: 2023-09-17 16:42:58 | ||
* @Description: | ||
* _(:з」∠)_ | ||
--> | ||
|
@@ -12,24 +12,40 @@ | |
|
||
<h1 style="color:#FF9A57;text-decoration:underline;text-decoration-color:#00ABD6;">BIT101</h1> | ||
|
||
[网站( bit101.cn )](https://bit101.cn) | [API文档](https://j1dds2ogfu.apifox.cn) | ||
[网站( bit101.cn )](https://bit101.cn) | [API文档](https://bit101-api.apifox.cn) | ||
|
||
[GO后端](https://github.com/flwfdd/BIT101-GO) | [Android客户端](https://github.com/flwfdd/BIT101-Android) | ||
[Go服务端端](https://github.com/BIT101-dev/BIT101-GO) | [Android客户端](https://github.com/BIT101-dev/BIT101-Android) | ||
|
||
[了解BIT101](https://bit101-project.feishu.cn/wiki/W8TxwAs7rizGVEkONjAcvgvsnxe) | [加入BIT101](https://bit101-project.feishu.cn/wiki/OY1Xw6y27iNZqgkSDCkc5Cfdnjc) | ||
|
||
</div> | ||
|
||
--- | ||
|
||
`BIT101`企划旨在打造一个富于互联网精神的、开放共享的社区,打破校内信息壁垒,使同学们学习生活得更加优雅。现在包括由`Vue3`+`Naïve UI`构建的网站前端(本仓库)、基于`GIN`框架的[GO后端](https://github.com/flwfdd/BIT101-GO)和基于`Jetpack Compose`构建的[Android客户端](https://github.com/flwfdd/BIT101-Android)。 | ||
`BIT101`企划旨在打造一个富于互联网精神的、开放共享的社区,打破校内信息壁垒,使同学们学习生活得更加优雅。现在包括由`Vue3`+`Naïve UI`构建的网站前端(本仓库)、基于`Gin`框架的[Go后端](https://github.com/flwfdd/BIT101-GO)和基于`Jetpack Compose`构建的[Android客户端](https://github.com/BIT101-dev/BIT101-Android)。 | ||
|
||
如果有`Bug`提交、功能建议或其他任何问题,欢迎提交`issus`、加入交流QQ群[726965926](https://jq.qq.com/?_wv=1027&k=OTttwrzb)或邮件[[email protected]](mailto:[email protected])提出。 | ||
如果有`Bug`提交、功能建议或其他任何问题,欢迎提交`issus`、加入交流QQ群[726965926](https://jq.qq.com/?_wv=1027&k=OTttwrzb)或邮件[[email protected]](mailto:[email protected])提出。 | ||
|
||
也希望你能把`BIT101`告诉更多的同学_(:з」∠)_ | ||
|
||
🥳`BIT101`期待你的贡献!! | ||
|
||
> 注意,本仓库目前仅包含网页前端,后端、客户端代码请移步另外的仓库。`doc`目录下的文档和`backend`目录下的`Python`后端已经废弃。 | ||
## 启动! | ||
首先下载或克隆仓库: | ||
```bash | ||
git clone https://github.com/BIT101-dev/BIT101.git | ||
``` | ||
|
||
然后配置好`pnpm`环境后即可启动: | ||
```bash | ||
cd BIT101 #进入目录 | ||
pnpm install #安装依赖 | ||
pnpm dev #开发模式 | ||
pnpm build #编译 | ||
``` | ||
|
||
## 发行日志 | ||
|
||
* `2022-08-01`:`version:0.0.1`首次部署,撒花!完成了预想中的功能:用户系统(使用学校统一身份认证和邮箱辅助注册)、文章(校园维基)、课程评教和资料共享、成绩查询。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.