12 Star 135 Fork 40

mantou / image-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
mantou 提交于 2024-04-15 19:04 . 关于我们
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="renderer" content="webkit" />
<!-- No Baidu Siteapp-->
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="apple-mobile-web-app-title" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>无界云图-爱趣五科技研发的一款免费开源的在线图片编辑器/工具</title>
</head>
<body>
<div id="root"></div>
</body>
<script type="module" src="/src/main.tsx"></script>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?28d9f3e69a3cf7ca0c04b5388b782c1d';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>
JavaScript
1
https://gitee.com/676015863/image-editor.git
git@gitee.com:676015863/image-editor.git
676015863
image-editor
image-editor
master

搜索帮助