代码拉取完成,页面将自动刷新
同步操作将从 ~朴:shu/uni-pptx 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/public/icon.svg" type="image/x-icon" />
<link rel="stylesheet" href="./src/style/index.less" />
<title>UniPPT - 在线演示文稿</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#app {
width: 1000px;
height: 100vh;
overflow: hidden;
}
.konva-root-loading {
transition: all 0.3s;
animation: dialog-enter-animation 0.3s ease-in-out;
position: absolute;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background-color: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(5px);
/* 背景模糊 */
-webkit-backdrop-filter: blur(5px);
/* 兼容老版本 Safari */
z-index: 9999;
display: flex;
align-content: center;
justify-content: center;
color: var(--konva-main-color, #ff5e00);
font-size: 22px;
}
.konva-root-loading > div {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
@keyframes l3 {
to {
transform: rotate(1turn);
}
}
/* HTML: <div class="loader"></div> */
.konva-root-loading > div .loader {
margin-right: 10px;
width: 36px;
padding: 4px;
aspect-ratio: 1;
border-radius: 50%;
background: var(--konva-main-color, #ff5e00);
--_m: conic-gradient(#0000 10%, #000),
linear-gradient(#000 0 0) content-box;
-webkit-mask: var(--_m);
mask: var(--_m);
-webkit-mask-composite: source-out;
mask-composite: subtract;
animation: l3 1s infinite linear;
}
</style>
</head>
<body>
<div id="app"></div>
<div class="konva-root-loading">
<div class="konva-root-loading-content">
<div class="loader"></div>
<div class="text">资源加载中...</div>
</div>
</div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。