chinggg

Results 65 comments of chinggg

排课助手最初版本是一个Chrome扩展,应该能够获取已经打开的选课网页DOM,并解析得到课程信息,不知道作为网页的排课助手是否会受到较多跨域限制,理论上让用户多操作一下应该最终都能实现。数据格式可以参考现有的“备份与还原”功能

```diff diff --git a/shuthesis.cfg b/shuthesis.cfg index 39f8d45..8fe1fe8 100644 --- a/shuthesis.cfg +++ b/shuthesis.cfg @@ -38,7 +38,6 @@ \newtheorem{example}{例}[chapter] \newtheorem{problem}{问题}[chapter] \newtheorem{conjecture}{猜想}[chapter] -\theorembodyfont{\normalfont} \newtheorem{definition}{定义}[chapter] \newtheorem{remark}{注释}[chapter] \theoremsymbol{\ensuremath{\square}} ``` 删除 `shuthesis.cfg` 中 `\theorembodyfont{\normalfont}` 行即可使 `定义`...

Arch Linux using howdy from AUR is facing the same issue

I have been working on windows CI, but it seems to get stuck when running native_test.py ![图片](https://user-images.githubusercontent.com/24590067/160768829-dcd97da9-4cbe-4082-80ab-929a8b628378.png) You can see the CI log at https://github.com/chinggg/rz-pipe/runs/5749364647?check_suite_focus=true And the the yaml I...