Skip to content

Commit 5336465

Browse files
authored
Merge pull request #21 from ICS-25Fall-FDU/bomblab
Bomblab
2 parents 8db64b4 + 88a5f7d commit 5336465

File tree

11 files changed

+587
-10
lines changed

11 files changed

+587
-10
lines changed

docs/.vitepress/config/zh.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ function sidebarGuide(): DefaultTheme.Sidebar {
5757
text: '实验',
5858
items: [
5959
{ text: 'ICS 实验入门手册', link: '/lab/manual' },
60-
{ text: 'Lab0', link: '/lab/lab0' },
61-
{ text: 'Lab1', link: '/lab/lab1' }
60+
{ text: 'Lab0: GitLab', link: '/lab/lab0' },
61+
{ text: 'Lab1: DataLab', link: '/lab/lab1' },
62+
{ text: 'Lab2: BombLab', link: '/lab/lab2' }
6263
]
6364
},
6465
{

docs/lab/lab0.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,11 @@ GitHub 是一个基于 Git 的代码托管平台,你可以将你的本地 Git
328328
2. 打开 Github 并登录自己的账号。
329329
3. 点击右上角头像,进入 Settings :
330330

331-
![1](ssh-key1.png)
331+
![1](gitlab/ssh-key1.png)
332332

333333
4. 进入页面后,在左侧选择 `SSH and GPG keys`, 在右侧点击 `New SSH Key`
334334

335-
![2](ssh-key2.png)
335+
![2](gitlab/ssh-key2.png)
336336

337337
5. 在框中粘贴入自己复制的公钥,点击 `Add SSH key` 即可。
338338

@@ -372,7 +372,7 @@ Hi <用户名>! You've successfully authenticated, but GitHub does not provide s
372372
:::details 示例
373373
如果你想修正我们课程网页上的错误,可以在 GitHub fork 我们的仓库到你自己的仓库,然后点击 `Code`,再选择 `SSH`,复制这串 URL。
374374
375-
![1](github1.png)
375+
![1](gitlab/github1.png)
376376
377377
在终端运行 `git clone git@github.com:ICS-25Fall-FDU/ICS-25Fall-FDU.github.io.git`(你需要替换成你自己仓库的地址)
378378
@@ -414,7 +414,7 @@ Fast-forward
414414
> 如果链接无法访问,请尝试使用 [Watt Toolkit](/appendix/watt_toolkit),如果仍然无法访问请联系助教。
415415
416416
2. 你将跳转到以下界面:
417-
![1](classroom1.png)
417+
![1](gitlab/classroom1.png)
418418
419419
3. 选择你的名字。
420420
@@ -423,13 +423,13 @@ Fast-forward
423423
> 请勿选择其他同学的名字,如果发现自己的名字已被使用请及时联系 [houzexu22@m.fudan.edu.cn](mailto:houzexu22@m.fudan.edu.cn)。
424424
425425
4. 点击 `Accept this assignment`
426-
![2](classroom2.png)
426+
![2](gitlab/classroom2.png)
427427
428428
5. 你将看到以下界面,这里的 URL (形如`https://github.com/ICS-25Fall-FDU/lab0-gitlab-<username>`)就是你个人本次作业的远程仓库。
429-
![3](classroom3.png)
429+
![3](gitlab/classroom3.png)
430430
431431
6. 点进远程仓库 URL 获取 remote URL(`git@github.com` 开头),这将是你 `git clone` 的 URL。
432-
![4](classroom4.png)
432+
![4](gitlab/classroom4.png)
433433
434434
## 实验任务
435435
@@ -479,7 +479,7 @@ Fast-forward
479479
> 如果你是 Word 爱好者,请你将它导出为 PDF。
480480
>
481481
> 你可以在自己电脑上任一位置用 Word 写实验报告并导出,然后把 PDF 文件拖拽复制到 VS Code 编辑器左侧的目录下。
482-
> ![VS Code](vscode.png)
482+
> ![VS Code](gitlab/vscode.png)
483483
484484
## 提交
485485

0 commit comments

Comments
 (0)