增加ass支持
This commit is contained in:
16
docutranslate/template/ass.html
Normal file
16
docutranslate/template/ass.html
Normal 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>
|
||||
Reference in New Issue
Block a user