增加ass支持

This commit is contained in:
xunbu
2025-09-22 16:00:13 +08:00
parent 9769985d68
commit f1f1036fda
13 changed files with 505 additions and 175 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ass subtitle</title>
<style>
html {
padding: 2vh 10vw;
font-size: 15px;
}
</style>
</head>
<body>
<div><pre>{{ ass_data }}</pre></div>
</body>
</html>