215 Star 1.1K Fork 262

GVPpyminer/pyminer

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 595 Bytes
一键复制 编辑 原始数据 按行查看 历史
lixianglong 提交于 2025-12-03 21:55 +08:00 . 修改pymienr 为electron框架
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyminer 数据平台</title>
<style>
/* 隐藏默认的滚动条 */
::-webkit-scrollbar {
display: none;
}
/* 防止页面在加载时出现滚动条 */
body {
overflow: hidden;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/py2cn/pyminer.git
git@gitee.com:py2cn/pyminer.git
py2cn
pyminer
pyminer
master

搜索帮助