Skip to content

Commit

Permalink
docs: add cos.md (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangmy21 authored Mar 20, 2024
1 parent 1b52d5d commit f26f10e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
32 changes: 32 additions & 0 deletions docs/cos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: default
permalink: /cos
---

# COS存储访问路径

前端访问相关文件时,需先向后端 `/static` 下对应的**同名路由**请求COS访问权限,请求所需参数可到对应文档中寻找或直接查看API接口。

### 比赛相关文件

下方 `name` 指代比赛名称,形如 `THUAI7`,对应数据库 `contest` 表中的 `name`

- 代码:`name/code/team_id/code_id.suffix`

- 公告文件:`name/notice/notice_id/filename`
- 天梯回放:`name/arena/room_id/filename`
- (选择性实现) 后台比赛回放:`name/competition/round_id/filename`
- (选择性实现) 地图:`name/map/filename`

### Info页面相关文件

- 新生导师谈话记录:`chat_record/application_id/filename`
- 公告文件:`upload/filename`

### 公开静态资源文件

这部分文件前端可直接通过 `https://static.eesast.com/` 解析到存储桶访问。

- 展示图片:`public/images/filename`
- WebGL资源:`public/WebGL/name/filename`
- 其他可公开文件:`public/files/filename`
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- [用户逻辑](https://eesast.github.io/web/user)
- 代码提交逻辑(待补充)
- 天梯逻辑(待补充)
- 静态资源管理(待补充)
- 新生导师逻辑(待补充)
- [用户逻辑](https://eesast.github.io/web/user)
- [COS存储桶访问路径约定](https://eesast.github.io/web/cos)
- 代码提交逻辑(待补充)
- 天梯逻辑(待补充)
- 静态资源管理(待补充)
- 新生导师逻辑(待补充)

0 comments on commit f26f10e

Please sign in to comment.