🎨 Maintain multi-version structure
This commit is contained in:
parent
dd88509251
commit
ca8e01a475
154 changed files with 17396 additions and 7 deletions
26
data/render/31-2/views/weapon.tpl
Normal file
26
data/render/31-2/views/weapon.tpl
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Template</title>
|
||||
<link rel="stylesheet" href="/static/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="title">{{ title }}</div>
|
||||
<figure
|
||||
class="weapon-icon-bg"
|
||||
style="background-image: url('/static/bg/{{ stats }}.png');"
|
||||
>
|
||||
<img class="weapon-icon" src="data:image/png;base64,{{ icon }}" />
|
||||
</figure>
|
||||
% if mechanism:
|
||||
<div class="mechanism">{{ !mechanism }}</div>
|
||||
% end
|
||||
% if description:
|
||||
<div class="description">{{ description }}</div>
|
||||
%end
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue