release: v0.4.0

This commit is contained in:
2026-05-18 05:11:57 +08:00
parent b758391861
commit da5bd01535
147 changed files with 8876 additions and 6941 deletions

View File

@@ -2,29 +2,23 @@
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>CloudSearch - 网盘资源搜索</title>
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<script>
(function() {
// 替换标题为网站名称
fetch('/api/site-config').then(r=>r.json()).then(cfg=>{
fetch('/api/site-config').then(function(r){return r.json()}).then(function(cfg){
if(cfg.site_name) document.title = cfg.site_name + ' - 网盘资源搜索';
}).catch(function(){});
// 跳过:参数 ?desktop=1 强制使用桌面版
if (window.location.search.includes('desktop=1')) return;
var ua = navigator.userAgent;
var isMobile = /Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini|Mobile/i.test(ua);
var isTablet = /iPad|Android(?!.*Mobile)/i.test(ua);
if (isMobile || isTablet) {
window.location.replace(window.location.origin + '/h5');
}
})();
</script>
<script type="module" crossorigin src="/assets/index-CK-9TfWb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Ekbe64zQ.css">
<script type="module" crossorigin src="/assets/index-Cn8JNEqj.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CAy_4E9W.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
</html>