<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LocalSend</title>
<style>
:root {
--grey: #E0E0E0;
--teal: #00796B;
--teal-light: #009688;
--white: #FFFFFF;
--p-1: 0.5rem;
--p-2: 1rem;
}
body {
font-family: sans-serif, system-ui;
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
line-height: 1.5;
}
a {
text-decoration: none;
color: var(--white);
}
#file-list {
box-sizing: border-box;
width: 100%;
max-width: 1000px;
padding: 0 var(--p-2);
display: flex;
flex-wrap: wrap;
column-gap: var(--p-2);
row-gap: var(--p-2);
}
.file-item {
display: flex;
flex-direction: row;
align-items: center;
flex-basis: 100%;
padding: var(--p-1) var(--p-2);
background-color: var(--teal);
border-radius: 0.5rem;
}
.file-item:hover {
background-color: var(--teal-light);
}
.file-name-cell {
flex: 1;
word-break: break-word;
}
.file-size-cell, .file-index-cell {
display: flex;
align-items: center;
white-space: nowrap;
color: var(--grey);
font-size: 0.8rem;
}
.file-index-cell {
margin-right: var(--p-1);
}
/* Show 2 columns on tablet and up */
@media (min-width: 768px) {
.file-item {
flex-basis: calc(50% - (var(--p-2) * 2.5));
}
}
/* Single file mode */
#single-file {
box-sizing: border-box;
width: 100%;
max-width: 400px;
padding: var(--p-2);
}
#single-file .file-item {
box-sizing: border-box;
width: 100%;
}
</style>
<script src="main.js" defer></script>
</head>
<body>
<noscript>
LocalSend requires JavaScript, which is currently disabled. Please enable it and try again.
</noscript>
<h1 style="padding: var(--p-1)">LocalSend</h1>
<p id="status-text"></p>
<div id="file-list"></div>
<div id="single-file"></div>
</body>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
LocalSend 是一款跨平台应用程序,可使用 REST API 和 HTTPS 加密在设备之间实现安全通信。 与其他依赖外部服务器的消息传递应用程序不同, LocalSend 不需要互联网连接或第三方服务器,使其成为快速可靠的本地通信解决方案。 支持多平台: Windows、macOS、Linux、Android、iOS、Fire OS
资源推荐
资源详情
资源评论




















收起资源包目录




































































共 48 条
- 1
资源评论


stormsha
- 粉丝: 8345
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 2014版CAD操作教程.doc
- (源码)基于Arduino的Orbita50 Swiss Edition音乐硬件固件项目.zip
- 基于Matlab的ARIMA模型:自回归差分移动平均模型(p,d,q)的步骤与实现
- 网站制作推广策划书方案模板.docx
- 移动web技术.ppt
- 建设工程项目管理习题.doc
- 某年度中国软件产业高级管理人员培训班.pptx
- 网络营销策划的概念.doc
- 2023年广西三类人员安全继续教育网络考试试题及参考答案.doc
- 电子商务行业人力资源管理方案设计.doc
- 模块十设计网络营销渠道PPT课件.ppt
- 基于MATLAB的锅炉水温与流量串级控制系统的设计.doc
- 工程项目管理风险研究.doc
- 实验室项目管理知识计划书.doc
- 岩土工程CAD深基础支护.ppt
- MATLAB实现光子晶体滤波器:缺陷层折射率对中心波长偏移影响研究 实战版
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
