Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9b21b30

Browse files
author
bajins
committed
docs: 更新多个文档内容
- 在导航栏中添加 WeasyPrint 和 Showdown 链接 - 更新 Eclipse 设置编码格式的步骤 - 添加 Git 相关的实现和工具链接 - 更新 Java、Markdown、加密算法等多篇文档内容 - 添加新的 PDF 生成库和编程规范链接 - 更新系统相关文档,包括 Android、Windows 等 - 添加新的 CSS 和 JavaScript 相关库链接
1 parent 80e2eec commit 9b21b30

File tree

19 files changed

+183
-121
lines changed

19 files changed

+183
-121
lines changed

‎.vuepress/nav.js‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ module.exports = [{
2323
text: 'GitHub反代',
2424
link: 'https://g.woetu.eu.org'
2525
},
26+
{
27+
text: 'WeasyPrint',
28+
link: 'https://tool.bajins.com/wp/'
29+
},
30+
{
31+
text: 'Showdown',
32+
link: 'https://tool.bajins.com/sd/'
33+
},
2634
]
2735
},
2836
{

‎IDE/Eclipse.md‎

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,22 @@
165165

166166
## 设置编码格式
167167

168-
- 设置工作空间编码 `Window` -> `Preferences` -> `General` -> `Workspace` -> `Text file encoding` -> `Other`选择`UTF-8`
169-
- 设置文档编码 `Window` -> `Preferences` -> `General` -> `Content Type` -> `Text`(填入编码后一定要点击`Update`)
170-
- -> `Default encoding`填入`UTF-8`
171-
- -> 展开`Text` -> 选中`Java Properties File` -> `Default encoding`填入`UTF-8` 设置Properties编码
172-
- -> 展开`Text` -> 选中`Spring Properties File` -> `Default encoding`填入`UTF-8`
173-
- -> 展开`Text` -> 选中`JSP` -> `Default encoding`填入`UTF-8` 设置JSP编码
174-
- -> 展开`Text` -> 展开`JSP` -> `JSP Fragment` -> `Default encoding`填入`UTF-8`
175-
- -> 展开`Text` -> 展开`JSP` -> `JSP Tag Definition` -> `Default encoding`填入`UTF-8`
176-
- -> 展开`Text` -> 展开`JSP` -> 展开`JSP Tag Definition` -> `XML JSP Tag Definition` -> `Default encoding`填入`UTF-8`
168+
- 设置工作空间编码 `Window` -> `Preferences` -> `General` -> `Workspace` -> `Text file encoding` -> `Other`选择`UTF-8` -> `Apply`
169+
- 设置编辑器编码 `Window` -> `Preferences` -> `General` -> `Editors` -> `Text Editors` -> `Spelling` -> `Encoding`位置的`Other`选择`UTF-8` -> `Apply`
170+
- 设置文档编码 `Window` -> `Preferences` -> `General` -> `Content Types`
171+
- -> `Text` -> `Default encoding`填入`UTF-8`(填入编码后一定要点击`Update`)
172+
- -> 展开`Text`
173+
- -> 选中`Java Properties File` -> `Default encoding`填入`UTF-8` 设置Properties编码
174+
- -> 选中`Spring Properties File` -> `Default encoding`填入`UTF-8`
175+
- -> 选中`JSP` -> `Default encoding`填入`UTF-8` 设置JSP编码
176+
- -> 展开`JSP`
177+
- -> `JSP Fragment` -> `Default encoding`填入`UTF-8`
178+
- -> `JSP Tag Definition` -> `Default encoding`填入`UTF-8`
179+
- -> 展开`JSP Tag Definition` -> `XML JSP Tag Definition` -> `Default encoding`填入`UTF-8`
177180
- 设置Web编码 `Window` -> `Preferences` -> `Web` -> `CSS Files``HTML Files``JSP Files` -> `Encoding`选择`ISO 10646/Unicode(UTF-8)`
178181
- 设置项目的文档编码:选中项目右键 -> `Properties` -> `Resource` -> `Other`选择`UTF-8`
182+
- 配置全局生效,在Eclipse的启动配置文件`eclipse.ini`中添加`-Dfile.encoding=UTF-8`
183+
- 设置Tomcats的编码 `Run` > `Run Configurations...` -> 选择`Java Application`下的应用 -> `Arguments` -> `VM arguments` 添加`-Dfile.encoding=UTF-8`
179184

180185

181186

‎IDE/Git使用.md‎

Lines changed: 83 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@
2121
+ [https://github.com/jonas/tig](https://github.com/jonas/tig)
2222
+ [https://github.com/PJK/libcbor](https://github.com/PJK/libcbor)
2323
+ [https://github.com/Yubico/libfido2](https://github.com/Yubico/libfido2)
24+
+ Git实现 [https://github.com/libgit2/libgit2](https://github.com/libgit2/libgit2)
25+
+ [https://github.com/go-git](https://github.com/go-git)
26+
+ Java实现 [https://github.com/eclipse-jgit/jgit](https://github.com/eclipse-jgit/jgit)
27+
+ [https://github.com/centic9/jgit-cookbook](https://github.com/centic9/jgit-cookbook)
28+
+ [https://github.com/clj-jgit/clj-jgit](https://github.com/clj-jgit/clj-jgit)
29+
+ [https://github.com/jgitver/jgitver](https://github.com/jgitver/jgitver)
30+
+ [https://github.com/ajoberstar/grgit](https://github.com/ajoberstar/grgit)
31+
+ [https://github.com/jcjones/jgit](https://github.com/jcjones/jgit)
32+
+ [https://github.com/seart-group](https://github.com/seart-group)
33+
+ [https://github.com/tackleza/ApidechJavaGit](https://github.com/tackleza/ApidechJavaGit)
34+
+ [https://github.com/quarkiverse/quarkus-jgit](https://github.com/quarkiverse/quarkus-jgit)
35+
+ [https://github.com/Unity-Billal-mesloub/git](https://github.com/Unity-Billal-mesloub/git)
36+
+ [https://github.com/chirontt/jgit.http.server.native](https://github.com/chirontt/jgit.http.server.native)
37+
+ [https://github.com/gitblit/gitblit](https://github.com/gitblit/gitblit)
38+
2439

2540

2641
* [https://github.com/progit](https://github.com/progit)
@@ -47,12 +62,44 @@
4762
* 自己动手写Git [https://github.com/hanyujie2002/wyag-zh](https://github.com/hanyujie2002/wyag-zh)
4863

4964

50-
**GIT工具**
65+
66+
- [git-pull.bat](/files/git-pull.bat)
67+
- [git-pull.sh](/files/git-pull.sh)
68+
69+
70+
> 脚本没有写的权限:在`git-bash.exe`文件或快捷方式上鼠标`右键` -> `属性` -> `兼容性` -> 勾选`以管理员身份运行此程序` -> `确定`
71+
72+
73+
**[Commit提交规范](/Other/编程规范.md#commit提交规范)**
74+
75+
76+
> `--global`代表全局,保存的配置在用户目录中,Windows在cmd中输入命令查看:`type %USERPROFILE%\.gitconfig`
77+
78+
- `git clone url --depth 1` 克隆最新一条提交记录
79+
- `git clone url --recursive` 递归克隆
80+
- `git fetch --unshallow` 完整克隆
81+
82+
83+
84+
**Git与SVN区别**
85+
86+
- git是分布式,svn是集中式;
87+
- svn只有一个中央版本库,而git有无限个;
88+
- svn有全局的版本号,git没有;
89+
- git不必联网就可以看到所有的log,svn必须联网;
90+
- git保存的是元数据,svn是复制整个文档;
91+
- git强调分支,svn只是不同的文件目录,就是copy
92+
93+
94+
95+
96+
97+
## GIT工具
5198

5299
* 忽略提交 [https://github.com/github/gitignore](https://github.com/github/gitignore)
53100
* [https://wizardzines.com/comics/inside-git](https://wizardzines.com/comics/inside-git)
54101
* [https://github.com/toptal/gitignore.io](https://github.com/toptal/gitignore.io)
55-
* 编辑版本控制存储库的历史 [http://www.catb.org/esr/reposurgeon](http://www.catb.org/esr/reposurgeon)
102+
* 编辑版本控制存储库历史 [http://www.catb.org/esr/reposurgeon](http://www.catb.org/esr/reposurgeon)
56103
* GUI [https://github.com/git-cola/git-cola](https://github.com/git-cola/git-cola)
57104
* [https://github.com/prati0100/git-gui](https://github.com/prati0100/git-gui)
58105
* [https://github.com/extrawurst/gitui](https://github.com/extrawurst/gitui)
@@ -83,33 +130,52 @@
83130
* 删除大型blob [https://github.com/rtyley/bfg-repo-cleaner](https://github.com/rtyley/bfg-repo-cleaner)
84131

85132

86-
- [git-pull.bat](/files/git-pull.bat)
87-
- [git-pull.sh](/files/git-pull.sh)
88133

134+
### Git LFS
89135

90-
> 脚本没有写的权限:在`git-bash.exe`文件或快捷方式上鼠标`右键` -> `属性` -> `兼容性` -> 勾选`以管理员身份运行此程序` -> `确定`
136+
* 大文件版本控制 [https://github.com/git-lfs](https://github.com/git-lfs)
137+
* [https://git-lfs.github.com](https://git-lfs.github.com)
91138

139+
> Git LFS(Large File Storage, 大文件存储)可以把指定的任意文件存在 Git 仓库之外,
140+
> 而在 Git 仓库中用一个占用空间 1KB 不到的文本指针,可以减小 Git 仓库本身的体积来代替的小工具。
92141
93-
**[Commit提交规范](/Other/编程规范.md#commit提交规范)**
142+
> git每次保存diff,一些大文件发生变化时,整个仓库就会增加很大的体积,导致clone和pull的数据量大增。
143+
> git push的时候,git lfs会截取要管理的大文件,并将其传至git lfs的服务器中,从而减小仓库的体积。
94144
145+
- `git lfs track "*.gz"` 添加文件到`.gitattributes`追踪记录文件中
146+
- `git lfs ls-files` 显示当前提交后跟踪的文件列表
147+
- `git lfs clone` 克隆追踪的文件
95148

96-
> `--global`代表全局,保存的配置在用户目录中,Windows在cmd中输入命令查看:`type %USERPROFILE%\.gitconfig`
97149

98-
- `git clone url --depth 1` 克隆最新一条提交记录
99-
- `git clone url --recursive` 递归克隆
100-
- `git fetch --unshallow` 完整克隆
101150

151+
## 安装最新版
102152

153+
* [https://git-scm.com/download](https://git-scm.com/download)
154+
* [https://registry.npmmirror.com/binary.html?path=git-for-windows/](https://registry.npmmirror.com/binary.html?path=git-for-windows/)
155+
* [https://packages.endpoint.com/rhel/7/os/x86_64/git-2.24.1-1.ep7.x86_64.rpm](https://packages.endpoint.com/rhel/7/os/x86_64/git-2.24.1-1.ep7.x86_64.rpm)
156+
* [https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm](https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm)
103157

104-
**Git与SVN区别**
158+
- 方式一
105159

106-
- git是分布式,svn是集中式;
107-
- svn只有一个中央版本库,而git有无限个;
108-
- svn有全局的版本号,git没有;
109-
- git不必联网就可以看到所有的log,svn必须联网;
110-
- git保存的是元数据,svn是复制整个文档;
111-
- git强调分支,svn只是不同的文件目录,就是copy
160+
```bash
161+
yum install -y http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
162+
# 或者
163+
wget http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
164+
rpm -ivh wandisco-git-release-7-2.noarch.rpm
165+
```
112166

167+
- [https://github.com/iusrepo](https://github.com/iusrepo)
168+
169+
```bash
170+
curl https://setup.ius.io | sh
171+
# 或者
172+
yum install -y epel-release
173+
rpm -ivh https://centos7.iuscommunity.org/ius-release.rpm
174+
# 查看git包版本
175+
yum list git2u
176+
# 安装
177+
yum -y install git2u
178+
```
113179

114180

115181

@@ -501,56 +567,6 @@ export LESSCHARSET=utf-8
501567
```
502568

503569

504-
## Git LFS
505-
506-
* 对大型文件进行版本控制 [https://github.com/git-lfs](https://github.com/git-lfs)
507-
* [https://git-lfs.github.com](https://git-lfs.github.com)
508-
509-
> Git LFS(Large File Storage, 大文件存储)可以把指定的任意文件存在 Git 仓库之外,
510-
> 而在 Git 仓库中用一个占用空间 1KB 不到的文本指针,可以减小 Git 仓库本身的体积来代替的小工具。
511-
512-
> git每次保存diff,一些大文件发生变化时,整个仓库就会增加很大的体积,导致clone和pull的数据量大增。
513-
> git push的时候,git lfs会截取要管理的大文件,并将其传至git lfs的服务器中,从而减小仓库的体积。
514-
515-
- `git lfs track "*.gz"` 添加文件到`.gitattributes`追踪记录文件中
516-
- `git lfs ls-files` 显示当前提交后跟踪的文件列表
517-
- `git lfs clone` 克隆追踪的文件
518-
519-
520-
521-
522-
## 安装最新版
523-
524-
* [https://git-scm.com/download](https://git-scm.com/download)
525-
* [https://registry.npmmirror.com/binary.html?path=git-for-windows/](https://registry.npmmirror.com/binary.html?path=git-for-windows/)
526-
* [https://packages.endpoint.com/rhel/7/os/x86_64/git-2.24.1-1.ep7.x86_64.rpm](https://packages.endpoint.com/rhel/7/os/x86_64/git-2.24.1-1.ep7.x86_64.rpm)
527-
* [https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm](https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm)
528-
529-
- 方式一
530-
531-
```bash
532-
yum install -y http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
533-
# 或者
534-
wget http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
535-
rpm -ivh wandisco-git-release-7-2.noarch.rpm
536-
```
537-
538-
- [https://github.com/iusrepo](https://github.com/iusrepo)
539-
540-
```bash
541-
curl https://setup.ius.io | sh
542-
# 或者
543-
yum install -y epel-release
544-
rpm -ivh https://centos7.iuscommunity.org/ius-release.rpm
545-
# 查看git包版本
546-
yum list git2u
547-
# 安装
548-
yum -y install git2u
549-
```
550-
551-
552-
553-
554570

555571
## 常见问题处理
556572

‎IDE/Git服务.md‎

Lines changed: 28 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,9 @@
1313

1414

1515

16-
* Git实现 [https://github.com/libgit2/libgit2](https://github.com/libgit2/libgit2)
17-
* [https://github.com/go-git](https://github.com/go-git)
18-
* Java实现 [https://github.com/eclipse/jgit](https://github.com/eclipse/jgit)
19-
* [https://github.com/centic9/jgit-cookbook](https://github.com/centic9/jgit-cookbook)
20-
* [https://github.com/gitblit/gitblit](https://github.com/gitblit/gitblit)
2116
* [https://github.com/scm-manager/scm-manager](https://github.com/scm-manager/scm-manager)
22-
* [https://github.com/projectkudu/kudu](https://github.com/projectkudu/kudu)
23-
* 来自配置错误的网站的Git仓库泄漏 [https://github.com/liamg/gitjacker](https://github.com/liamg/gitjacker)
24-
25-
26-
27-
**其他GIT服务**
28-
29-
* [https://forgejo.org](https://forgejo.org)
30-
* [https://codeberg.org](https://codeberg.org)
31-
* [https://disroot.org/en/services/git](https://disroot.org/en/services/git)
32-
* [https://git.pub.solar](https://git.pub.solar)
33-
* [https://git.kaki87.net](https://git.kaki87.net)
34-
* [https://sij.ai](https://sij.ai)
35-
* 静态站点 [https://git.gay/gitgay/pages-server](https://git.gay/gitgay/pages-server)
36-
* [https://git.pleroma.social](https://git.pleroma.social)
37-
* [https://code.aliyun.com](https://code.aliyun.com)
38-
* [https://coding.net](https://coding.net)
39-
* [https://git.code.tencent.com](https://git.code.tencent.com)
40-
* [https://framagit.org](https://framagit.org)
41-
* [https://git.hit.edu.cn](https://git.hit.edu.cn)
42-
* [https://www.gitlink.org.cn](https://www.gitlink.org.cn)
43-
* [https://sourceforge.net](https://sourceforge.net)
44-
* [https://bitbucket.org](https://bitbucket.org)
45-
* [https://www.gitkraken.com](https://www.gitkraken.com)
46-
* [https://launchpad.net](https://launchpad.net)
47-
* [https://kolaente.dev](https://kolaente.dev)
48-
* [https://git.resf.org](https://git.resf.org)
49-
* 软件相似度比较 [https://copycat.gitee.com](https://copycat.gitee.com)
17+
* [https://github.com/projectkudu/kudu](https://github.com/projectkudu/kudu)
18+
* 提取错误上传内容 [https://github.com/liamg/gitjacker](https://github.com/liamg/gitjacker)
5019

5120

5221

@@ -192,6 +161,7 @@ volumes:
192161
- [https://github.com/techgaun/active-forks](https://github.com/techgaun/active-forks)
193162
- [https://giters.com](https://giters.com)
194163
- [https://github.com/knownsec/404StarLink](https://github.com/knownsec/404StarLink)
164+
- [https://www.github-zh.com](https://www.github-zh.com)
195165
- 技术周刊 [https://github.com/tw93/weekly](https://github.com/tw93/weekly)
196166
- [https://github.com/ruanyf/weekly](https://github.com/ruanyf/weekly)
197167
- [https://www.ruanyifeng.com/blog/archives.html](https://www.ruanyifeng.com/blog/archives.html)
@@ -415,3 +385,28 @@ WantedBy=multi-user.target
415385

416386

417387

388+
389+
390+
## 其他GIT服务
391+
392+
* [https://forgejo.org](https://forgejo.org)
393+
* [https://codeberg.org](https://codeberg.org)
394+
* [https://disroot.org/en/services/git](https://disroot.org/en/services/git)
395+
* [https://git.pub.solar](https://git.pub.solar)
396+
* [https://git.kaki87.net](https://git.kaki87.net)
397+
* [https://sij.ai](https://sij.ai)
398+
* 静态站点 [https://git.gay/gitgay/pages-server](https://git.gay/gitgay/pages-server)
399+
* [https://git.pleroma.social](https://git.pleroma.social)
400+
* [https://code.aliyun.com](https://code.aliyun.com)
401+
* [https://coding.net](https://coding.net)
402+
* [https://git.code.tencent.com](https://git.code.tencent.com)
403+
* [https://framagit.org](https://framagit.org)
404+
* [https://git.hit.edu.cn](https://git.hit.edu.cn)
405+
* [https://www.gitlink.org.cn](https://www.gitlink.org.cn)
406+
* [https://sourceforge.net](https://sourceforge.net)
407+
* [https://bitbucket.org](https://bitbucket.org)
408+
* [https://www.gitkraken.com](https://www.gitkraken.com)
409+
* [https://launchpad.net](https://launchpad.net)
410+
* [https://kolaente.dev](https://kolaente.dev)
411+
* [https://git.resf.org](https://git.resf.org)
412+
* 软件相似度比较 [https://copycat.gitee.com](https://copycat.gitee.com)

‎Java/Java第三方库.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@
203203
+ Native本地调用 [https://github.com/zakgof/java-native-benchmark](https://github.com/zakgof/java-native-benchmark)
204204
+ [https://yanbin.blog/java-jni-libraries](https://yanbin.blog/java-jni-libraries)
205205
+ [https://github.com/jnr](https://github.com/jnr)
206+
+ [https://github.com/SerCeMan/jnr-fuse](https://github.com/SerCeMan/jnr-fuse)
206207
+ [https://github.com/java-native-access/jna](https://github.com/java-native-access/jna)
207208
+ [https://sourceforge.net/projects/jnative](https://sourceforge.net/projects/jnative)
208209
+ [https://github.com/fusesource/hawtjni](https://github.com/fusesource/hawtjni)

‎Other/Markdown.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,9 @@ string &operator+(const string& A,const string& B) //cpp
454454
* [https://wdd.js.org/m2w-transform](https://wdd.js.org/m2w-transform)
455455
* [https://github.com/lyricat/wechat-format](https://github.com/lyricat/wechat-format)
456456
* [https://lab.lyric.im/wxformat](https://lab.lyric.im/wxformat)
457+
* [https://github.com/xiaobox/mdeditor](https://github.com/xiaobox/mdeditor)
458+
* [https://github.com/geekjourneyx/md2wechat-mcp-server](https://github.com/geekjourneyx/md2wechat-mcp-server)
459+
* [https://www.md2wechat.cn](https://www.md2wechat.cn)
457460
* MAC桌面软件 [https://github.com/caol64/wenyan](https://github.com/caol64/wenyan)
458461

459462

‎Other/书籍和博客.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@
267267
+ [https://github.com/timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)
268268
+ [https://github.com/peterc/engblogs](https://github.com/peterc/engblogs)
269269
+ [https://daily-blog.chlinlearn.top](https://daily-blog.chlinlearn.top)
270+
+ [https://engineering.fyi](https://engineering.fyi)
270271

271272

272273
* [有赞权限系统(SAM)](https://tech.youzan.com/sam)

‎PL/Rust.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ check-revoke = false
270270
- [https://github.com/smoltcp-rs/smoltcp](https://github.com/smoltcp-rs/smoltcp)
271271
- [https://github.com/Xuanwo/reqsign](https://github.com/Xuanwo/reqsign)
272272
- [https://github.com/Orange-OpenSource/hurl](https://github.com/Orange-OpenSource/hurl)
273+
- [https://github.com/quinn-rs/quinn](https://github.com/quinn-rs/quinn)
273274
- HTML解析 [https://github.com/utkarshkukreti/select.rs](https://github.com/utkarshkukreti/select.rs)
274275
- [https://github.com/causal-agent/scraper](https://github.com/causal-agent/scraper)
275276
- [https://github.com/servo/html5ever](https://github.com/servo/html5ever)

‎PL/人工智能.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@
324324
* 视频合成 [https://github.com/camenduru/text-to-video-synthesis-colab](https://github.com/camenduru/text-to-video-synthesis-colab)
325325
* 生成短视频 [https://github.com/harry0703/MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo)
326326
* [https://github.com/alecm20/story-flicks](https://github.com/alecm20/story-flicks)
327+
* [https://github.com/YILS-LIN/short-video-factory](https://github.com/YILS-LIN/short-video-factory)
327328
* 提高分辨率 [https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement](https://github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement)
328329
* [https://compvis.github.io/taming-transformers](https://compvis.github.io/taming-transformers)
329330
* [https://github.com/upscayl/upscayl](https://github.com/upscayl/upscayl)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /