1
0
mirror of synced 2026-03-22 12:18:41 +08:00

解决自定义字体产生临时文件消耗硬盘的问题,以及解决总分操作系统下无法读到字体文件的问题

This commit is contained in:
zrh
2022-05-07 11:11:41 +08:00
parent fd437bacf4
commit 70af3bae02
38 changed files with 276 additions and 22 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>验证码测试</title>
</head>
<body>
<img src="/captcha" width="130px" height="48px" />
</body>
</html>