Skip to content

Commit

Permalink
📌v0.1.3 更新包版本 迁移到pnpm 增加加入我们
Browse files Browse the repository at this point in the history
  • Loading branch information
flwfdd committed Sep 17, 2023
1 parent 2017553 commit a73af55
Show file tree
Hide file tree
Showing 9 changed files with 1,295 additions and 4,215 deletions.
26 changes: 21 additions & 5 deletions README.md
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:
* _(:з」∠)_
-->
Expand All @@ -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`首次部署,撒花!完成了预想中的功能:用户系统(使用学校统一身份认证和邮箱辅助注册)、文章(校园维基)、课程评教和资料共享、成绩查询。
Expand Down
13 changes: 7 additions & 6 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
Billboard: typeof import('./src/components/Billboard.vue')['default']
Comment: typeof import('./src/components/Comment.vue')['default']
Expand Down Expand Up @@ -53,10 +55,9 @@ declare module '@vue/runtime-core' {
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
NUpload: typeof import('naive-ui')['NUpload']
NUploadDragger: typeof import('naive-ui')['NUploadDragger']
PaperRender: typeof import('./src/components/PaperRender.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}

export {}
Loading

0 comments on commit a73af55

Please sign in to comment.