mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-18 13:35:12 +00:00
658217ee8f
* `#喵喵版本` 使用图片展示更新信息 * 页面版权信息展示Yunzai及喵喵版本号 * `#角色面板` 伤害计算增加 迪奥娜ⁿᵉʷ、安柏ⁿᵉʷ、凯亚ⁿᵉʷ
16 lines
559 B
HTML
16 lines
559 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
|
|
<link rel="shortcut icon" href="#"/>
|
|
<link rel="stylesheet" type="text/css" href="{{_res_path}}/common/common.css"/>
|
|
{{block 'css'}}
|
|
{{/block}}
|
|
</head>
|
|
<body class="elem-{{element||elem||`hydro`}} {{displayMode || mode || `default`}}-mode {{bodyClass}}" {{sys.scale}}>
|
|
<div class="container elem-bg" id="container">
|
|
{{block 'main'}}{{/block}}
|
|
<div class="copyright">{{@sys.copyright}}</div>
|
|
</div>
|
|
</body>
|
|
</html> |