1 Star 0 Fork 161

刘警/gallery

forked from steve/gallery 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
chensiyi 提交于 2023-07-31 17:16 . feat: 添加画框交互
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>gallery</title>
</head>
<body>
<div id="css"></div>
<div id="app"></div>
<div id="preview-tooltip"></div>
<div id="preview-tips" style="opacity: 0">Tips:点击此画可查看详情</div>
<div id="boards-info" style="visibility: hidden;">
<div class="boards-container">
<div class="content">
<section class="info">
<div class="title"></div>
<div class="author"></div>
<div class="describe"></div>
</section>
<section class="img">
<img src="" alt="">
</section>
</div>
<svg class="close" t="1677406547733" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3056" data-spm-anchor-id="a313x.7781069.0.i4" width="32" height="32"><path d="M512 128C300.8 128 128 300.8 128 512s172.8 384 384 384 384-172.8 384-384S723.2 128 512 128zM512 832c-179.2 0-320-140.8-320-320s140.8-320 320-320 320 140.8 320 320S691.2 832 512 832z" p-id="3057" fill="#ffffff"></path><path d="M672 352c-12.8-12.8-32-12.8-44.8 0L512 467.2 396.8 352C384 339.2 364.8 339.2 352 352S339.2 384 352 396.8L467.2 512 352 627.2c-12.8 12.8-12.8 32 0 44.8s32 12.8 44.8 0L512 556.8l115.2 115.2c12.8 12.8 32 12.8 44.8 0s12.8-32 0-44.8L556.8 512l115.2-115.2C684.8 384 684.8 364.8 672 352z" p-id="3058" fill="#ffffff"></path></svg>
</div>
</div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pipiguaiss/gallery.git
git@gitee.com:pipiguaiss/gallery.git
pipiguaiss
gallery
gallery
master

搜索帮助