我在今天下午搜索BAND-MAID的资源时阴差阳错的进入这里的。
第一次看到cloudreve分享。尝试打开一直给我报错,遂尝试下载,当我惊叹于下载速度之快后,发现根本打不开FLAC文件。
并且每个文件只有4kb大小。
不会放图
展开
隐藏
`<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/static/img/favicon.ico" sizes="64x64" />
<meta
name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,shrink-to-fit=no"
/>
<meta name="theme-color" content="" />
<link rel="manifest" href="/manifest.json" />
<meta name="description" content="云上西普拉斯,西普拉斯在云" />
<title>云上小西</title>
<script>
window.subTitle = "云上小西";
</script>
<style>
#app-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #f5f5f5;
z-index: 9999;
}
#app-loader .logo {
width: 120px;
height: 120px;
margin-bottom: 32px;
background-image: url("/static/img/logo192.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
opacity: 0;
transform: scale(0.8);
animation: fadeIn 0.6s ease-out 0.3s forwards;
}
#app-loader .spinner {
width: 28px;
height: 28px;
position: relative;
opacity: 0;
transform: scale(0.8);
animation: fadeIn 0.6s ease-out 0.3s forwards;
}
#app-loader .spinner {
display: inline-block;
width: 40px;
height: 40px;
}
#app-loader .spinner svg {
display: block;
}
#app-loader .spinner .stroke {
stroke: #1976d2;
stroke-linecap: round;
animation: spinDash 1.4s ease-in-out infinite;
}
#app-loader .spinner .background {
stroke: rgba(0, 0, 0, 0.1)
}
@keyframes spinDash {
0% {
stroke-dasharray: 1px, 200px;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 100px, 200px;
stroke-dashoffset: -15px;
}
100% {
stroke-dasharray: 1px, 200px;
stroke-dashoffset: -126px;
}
}
@keyframes fadeIn {
to {
opacity: 1;
transform: scale(1);
}
}
</style>
<script async type="module" crossorigin src="/assets/index-jXXfQ2cu.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Dl_SjRZT.css" media="print" onload="this.media='all'">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app-loader">
<div class="logo"></div>
<div class="spinner">
<svg viewBox="22 22 44 44">
<circle class="background" cx="44" cy="44" r="20" fill="none" stroke-width="4"></circle>
<circle class="stroke" cx="44" cy="44" r="20" fill="none" stroke-width="4"></circle>
</svg>
</div>
</div>
<div id="root"></div>
<script>
document.addEventListener("DOMContentLoaded", function () {
// Hide loader when the app has loaded
const appRoot = document.getElementById("root");
const observer = new MutationObserver(function (mutations) {
if (appRoot.children.length > 0) {
document.getElementById("app-loader").style.display = "none";
observer.disconnect();
}
});
observer.observe(appRoot, { childList: true });
});
</script>
</body>
</html>
`!<
我没有其他程序,用记事本打开后得到的,我只能看出是HTML文件,看样子是把我的下载请求的网页给我下载了。
我翻阅了一些教程后,又重试了其他几款浏览器,都是一样的结果。最后得出结论,应该不是我的问题,在配置cloudreve时就已经出问题了。所以版主应该如何解决,我也想学习一下,打算以后配置自己的cloudreve。
一个社区,有云开发,有刷机,有ACG,还支持用github登录,这简直是梦中情站