Skip to content

Commit c4d758b

Browse files
release 0.0.0
0 parents  commit c4d758b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+14294
-0
lines changed

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?
25+
26+
temp
27+
coverage
28+
29+
examples/*/*.pdf
30+
examples/*/*.typ
31+
!examples/*/main.typ
32+
!examples/*/utils.typ
33+
examples/*/img-*

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v24.10.0

LICENSE

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# COI Statement Generator
2+
3+
在浏览器中快速将 Markdown 格式的题目转为 tuack 风格的 PDF 文件。
4+
5+
## 许可证
6+
7+
本项目参考了 [tuack](https://gitee.com/mulab/oi_tools) 中的模板文件,根据 GPL 协议的传染性,以及结合本项目为 web 服务的性质,使用 AGPL 3.0 协议。详细条款请见 [LICENSE](./LICENSE) 文件。

assets/preview-error.webp

69.4 KB
Loading

assets/preview-loading.webp

211 KB
Loading

assets/typst/fonts/SimSun.ttf

10 MB
Binary file not shown.

assets/typst/fonts/consola.ttf

448 KB
Binary file not shown.
717 KB
Binary file not shown.
109 KB
Binary file not shown.

0 commit comments

Comments
 (0)