Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
beijixiaohu committed Jun 5, 2024
1 parent 66ef76f commit 79f6db4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions resources/announce/atcoder-better.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.53.0

- 添加 "ChatGPT 翻译提示词自定义" 和 "作为系统提示词"的选项 感谢 **@Dawn-Xu-helloworld** 的协作
- 添加 代码提交确认弹窗显示题目名,
- 添加 自动翻译 选项
- 添加 样例通过自动提交 选项(默认关闭)
- 更换 "有道翻译" 的接口
- 修复 代码块美化中存在 ` ` 符号的问题
- 修复 主题设置为 follow 时 Monaco 编辑器未正确应用主题的问题 感谢 **@cscnk52** 的贡献
- 修复 行间 LaTeX 未正确替换的问题,修复相关正则的性能问题
- 修复 重新翻译时"收起旧的结果"报错的问题
- 修复 MarkDown 转换时未过滤 script 标签的问题
- 修复 一些比赛无法跳转至洛谷的问题
- 修改 clist rating 的颜色为 AtCoder 的颜色规则
- 使用 polyfill 以兼容不支持 dialog.showModal() 方法的浏览器(比如 Firefox79)

## 1.15.2

- 移除已无意义的方法:判断文本是否可能为代码
Expand Down
20 changes: 20 additions & 0 deletions resources/announce/codeforces-better.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 1.75.0

- 完善部分网站本地化规则,感谢 **@qjwh** 的贡献
- 添加 "ChatGPT 翻译提示词自定义" 和 "作为系统提示词"的选项 感谢 **@Dawn-Xu-helloworld** 的协作
- 添加“强制使用 Turndown 转换”功能 感谢 **@wrk-123** 的贡献
- 添加 代码提交确认弹窗显示题目名,
- 添加 样例通过自动提交 选项(默认关闭)
- 添加 ”隐藏题目问题标签“ 功能,默认关闭
- 更换 "有道翻译" 的接口
- 修复 gym 题目无法跳转至 vjudge 的问题
- 修复 代码块美化中存在 ` ` 符号的问题
- 修复 problemset 来源的题号的长度非 1 时无法正常提交的问题 感谢 **@WindJ0Y** 的贡献
- 修复 主题设置为 follow 时 Monaco 编辑器未正确应用主题的问题 感谢 **@cscnk52** 的贡献
- 修复 题目集题目链接为小写时代码编辑器未正确加载的问题
- 修复 行间 LaTeX 未正确替换的问题,修复相关正则的性能问题
- 修复 重新翻译时"收起旧的结果"报错的问题
- 修复 submission 页面中复制按钮失效的问题
- 修复 MarkDown 转换时未过滤 script 标签的问题
- 使用 polyfill 以兼容不支持 dialog.showModal() 方法的浏览器(比如 Firefox79)

## 1.74.2

- 修复上一个修复带来的问题 感谢 @Dechancer 的反馈
Expand Down

0 comments on commit 79f6db4

Please sign in to comment.