feat: 更新

This commit is contained in:
2025-03-04 23:30:03 +08:00
parent 8dd8e2bc33
commit a5671f7bc2
3 changed files with 16 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ title: '实验室守则试行版'
> 文件创建时间2024-11-09_19:22:34
>
> 最后编辑时间2024-11-10_21:57:24
> 最后编辑时间2025-03-04_22:03:24
1. 此守则适用对象2022级以及之后的电子竞赛实验室成员
2. 注意!
@@ -40,10 +40,12 @@ title: '实验室守则试行版'
1. 步骤可以参考群文件的**2024-11-09_实验室守则**文件夹里的**2024-11-10_17-30-36_教务网导出课表步骤录屏.mp4**
2. 没加入钉钉的实验室群的加一下,
- 这个主要的作用就是在这里给实验室的人脸打卡机录入数据用于打卡,只要最开始录入一次就可以了
- <img src="https://sayurinana-aliyun-oss.oss-cn-beijing.aliyuncs.com/auto-upload-img-hub/huse-lab/20250303235355390.png" alt="image-20241110212700049" />
- _隐藏了一个二维码有需要请联系袁观杰_
{/* - <img src="https://sayurinana-aliyun-oss.oss-cn-beijing.aliyuncs.com/auto-upload-img-hub/huse-lab/20250303235355390.png" alt="image-20241110212700049" /> */}
3. 感觉有需要的可以加一下WPS团队文档不过这个没什么必要性想加的话从链接或者二维码进就行
- https://wpsplus.com/invite/l/LLNIDJDY?invitekey=81866f698b5f4230
- ![image-20241110214339239](https://sayurinana-aliyun-oss.oss-cn-beijing.aliyuncs.com/auto-upload-img-hub/huse-lab/20250303235415995.png)
- _隐藏了一个二维码有需要请联系袁观杰_
{/* - https://wpsplus.com/invite/l/LLNIDJDY?invitekey=81866f698b5f4230*/}
{/* - ![image-20241110214339239](https://sayurinana-aliyun-oss.oss-cn-beijing.aliyuncs.com/auto-upload-img-hub/huse-lab/20250303235415995.png) */}
- 我维护的关于实验室的文档都在WPS云盘里使用它的原因是这个云盘服务器在国内不会有网络问题虽然团队协作功能基本用不到不过多设备共享和协同倒是挺常用的
- 但是一些不常更新的文件我会群文件里直接上传一份只有那些在创建之后还有可能会更新的文件会只存放在WPS文档里
- QQ群文件截图![image-20241110213237305](https://sayurinana-aliyun-oss.oss-cn-beijing.aliyuncs.com/auto-upload-img-hub/huse-lab/20250303235425724.png)

View File

@@ -15,6 +15,7 @@ const config: Config = {
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
trailingSlash: false,
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
@@ -23,6 +24,7 @@ const config: Config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
onBrokenAnchors:'ignore',
// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you

View File

@@ -24,6 +24,14 @@ function HomepageHeader() {
</Link>
</div>
<h3>&nbsp;</h3>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/获奖统计/2025-03-03_往届获奖统计">
🏆
</Link>
</div>
</div>
</header>
);