mirror of
https://github.com/Mujinniao/Anonima.git
synced 2025-12-18 16:04:38 +08:00
48 lines
1.7 KiB
HTML
48 lines
1.7 KiB
HTML
|
|
|
|
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="./static/bootstrap.min.css">
|
|
<link rel="stylesheet" href="./static/animate.min.css">
|
|
<style>
|
|
body {margin:0;padding:0;}
|
|
</style>
|
|
<title>解密器-TVBox配置</title>
|
|
</head>
|
|
<body>
|
|
<label class="btn btn-primary btn-sm">
|
|
图片转代码 <input type="file" onchange="imgToStr(event)" style="display: none;">
|
|
</label>
|
|
|
|
<label class="btn btn-primary btn-sm">
|
|
上传加密文件进行解密 <input type="file" onchange="decrypt(event)" style="display: none;">
|
|
</label>
|
|
|
|
</body>
|
|
|
|
<script src="./static/jquery.min.js"></script>
|
|
<script src="./static/bootstrap.min.js"></script>
|
|
<script src="./static/bootstrap-notify.min.js"></script>
|
|
<script src="./static/bootbox.min.js"></script>
|
|
<script src="./static/index.js"></script>
|
|
<script src="./static/underscore-min.js"></script>
|
|
<script src="./static/jquery-ui.min.js"></script>
|
|
<script src="./static/core-min.js"></script>
|
|
<script src="./static/enc-base64-min.js"></script>
|
|
<script src="./static/cipher-core-min.js"></script>
|
|
<script src="./static/aes-min.js"></script>
|
|
<script src="./static/mode-ecb-min.js"></script>
|
|
<script src="./static/clipboard.min.js"></script>
|
|
<script src="./static/jsonform.js"></script>
|
|
<script src="./static/jsv.js"></script>
|
|
<script src="./static/editor.js"></script>
|
|
<script src="./static/jsonlint.js"></script>
|
|
|
|
<script src="./static/editor-ex.js"></script>
|
|
|
|
</html>
|