✨ Outfits
This commit is contained in:
parent
775c833f28
commit
3e6871fb34
127 changed files with 17420 additions and 2 deletions
25
data/render/31-2/views/outfit.tpl
Normal file
25
data/render/31-2/views/outfit.tpl
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!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>
|
||||
<div class="outfit-icon-bg-wrapper">
|
||||
<figure class="outfit-icon-bg">
|
||||
<img class="weapon-icon" src="data:image/png;base64,{{ icon }}" />
|
||||
</figure>
|
||||
</div>
|
||||
% if description:
|
||||
<div class="description">{{ description }}</div>
|
||||
%end
|
||||
<figure class="outfit-preview-wrapper">
|
||||
<img src="data:image/png;base64,{{ preview }}" />
|
||||
</figure>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue