Skip to content

Commit

Permalink
chore: remove BBS in ustcnet-faq
Browse files Browse the repository at this point in the history
- dropping thunderbird section
- remove backquote's default italic css behavior
  • Loading branch information
tiankaima committed Aug 23, 2024
1 parent 975675d commit d98dccb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@

1. 安装 Node.js 开发环境(略)
2. 运行 `npm install` 以安装 prettier
3. 使用 `npm run fix` 自动格式化。可以将不希望 prettier 处理的文件加入 `.prettierignore`,未来可能会加上 YAML 和 SCSS 格式文件的处理
4. 使用 `npm run check` 验证格式无问题
3. 使用 `npm run check` 验证格式无问题
4. 使用 `npm run fix` 自动格式化

可以将不希望 prettier 处理的文件加入 `.prettierignore`,未来可能会加上 YAML 和 SCSS 格式文件的处理

## 许可

Expand Down
5 changes: 5 additions & 0 deletions _sass/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,8 @@ body {
}
}

blockquote {
// comment: @tiankaima
// Minimal Mistakes Jekyll defaults to italic, but for Chinese content italic is basically unreadable...
font-style: normal;
}
29 changes: 10 additions & 19 deletions pages/_wiki/doc/ustcnet-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,31 +61,22 @@ redirect_from: /wiki/user/taoky/ustcnet_troubleshooting/

<https://ustcnet.ustc.edu.cn/2016/0405/c33584a592061/page.htm>

## 科大邮箱

### 使用 Thunderbird 连接科大邮箱

~~由于 Thunderbird 某次版本升级后默认配置与邮箱服务器不兼容,因此除常规配置外,还需要修改以下配置:Edit → Settings,在 General 中拖到最下面选择 Config Editor...。在新弹出的高级配置的标签中输入 utf8,将 `mail.server.default.allow_utf8_accept` 的值从 true 改成 false。这个设置不会影响其他邮箱的使用。~~

新版邮箱不再需要特殊设置。

## 如何咨询/反馈问题?

可以向网络信息中心(<https://ustcnet.ustc.edu.cn/>)邮件反馈问题,或者在 BBS 的「网络信息中心」板块反馈,或者在报修系统(<https://baoxiu.ustc.edu.cn/>)报修。

(尽管 BBS 已经成为时代的眼泪,但是在向校方部门反馈问题的方面还是有效的)
可以向:

在反馈时务必注意:
- [LUG 的讨论群组](https://lug.ustc.edu.cn/wiki/lug/contact/) 寻求帮助
- [网络信息中心](https://ustcnet.ustc.edu.cn/) 邮件反馈问题
- [报修系统](https://baoxiu.ustc.edu.cn/) 报修

1. 请先查看 BBS 网络信息中心板块,确认是否有故障公告,或者其他人报告了你的问题。
2. 尽可能提供详细的信息,例如:
在反馈时务必提供详细的信息,例如:

- 出现问题时的症状是什么?如果是偶发的问题,出现的频率如何?
- 避免使用类似于「网络炸了」等**表意不明而没有信息量**的描述。
- 你所使用的设备情况、连接校园网的位置与连接方式、你的同学是否出现了你遇到的情况。
- 如果有能力,请提供技术信息,例如系统的网络设置情况、抓包情况等。
- 出现问题时的症状是什么?如果是偶发的问题,出现的频率如何?
- 避免使用类似于「网络炸了」等**表意不明而没有信息量**的描述。
- 你所使用的设备情况、连接校园网的位置与连接方式、你的同学是否出现了你遇到的情况。
- 如果有能力,请提供技术信息,例如系统的网络设置情况、抓包情况等。

**充足的信息可以同时节省你和帮你解决问题的人的时间**,这很重要。如果只是说「连不上网怎么办啊」,那么想帮你解决问题的人会感到很困惑的。有关如何提问,可以参考[这篇文档](https://lug.ustc.edu.cn/wiki/doc/howtoask/),良好的提问方式能使得您的问题得到更准确的解决方案。
> **充足的信息可以同时节省你和帮你解决问题的人的时间**,这很重要。如果只是说「连不上网怎么办啊」,那么想帮你解决问题的人会感到很困惑的。有关如何提问,可以参考[这篇文档](https://lug.ustc.edu.cn/wiki/doc/howtoask/),良好的提问方式能使得您的问题得到更准确的解决方案。
## 参考

Expand Down

0 comments on commit d98dccb

Please sign in to comment.