HeMuling - Overview
📖
Studying
Highlights
- Pro
Pinned Loading
-
awesome-ai-api-projects awesome-ai-api-projects Public
A list of projects that can use various ai api 可以使用ai api的各种项目列表
-
word-memorization word-memorization Public
基于ChatGPT帮助单词记忆,让ChatGPT生成单词的解释或词根等,并将相关内容本地储存,再次查询时本地调用
Python 2
-
Useful Typst Code: Adjust the page n... Useful Typst Code: Adjust the page number style, set the starting page number, and customize the heading and outline styles.
1
// set differnet name for different levels of title2
#set heading(numbering: (..numbers) => {
3
let level = numbers.pos().len()
4
if (level == 1) {
5
return numbering("第一部分", numbers.pos().at(level - 1))


