mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
23 lines
1.5 KiB
HTML
23 lines
1.5 KiB
HTML
<!doctype html><html lang="zh-cn"><head><meta charset="utf-8"><link rel="shortcut icon" href="/favicon.ico"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="{$options.themeColor}"/><link rel="manifest" href="/manifest.json"><title>标题</title><script type="text/javascript">colorTheme = {"palette":{"common":{"black":"#000","white":"#fff"},"background":{"paper":"#fff","default":"#fafafa"},"primary":{"light":"#7986cb","main":"#3f51b5","dark":"#303f9f","contrastText":"#fff"},"secondary":{"light":"#ff4081","main":"#f50057","dark":"#c51162","contrastText":"#fff"},"error":{"light":"#e57373","main":"#f44336","dark":"#d32f2f","contrastText":"#fff"},"text":{"primary":"rgba(0, 0, 0, 0.87)","secondary":"rgba(0, 0, 0, 0.54)","disabled":"rgba(0, 0, 0, 0.38)","hint":"rgba(0, 0, 0, 0.38)"},"explorer":{"filename":"#474849","icon":"#8f8f8f","bgSelected":"#D5DAF0","emptyIcon":"#e8e8e8"}}};
|
|
isHomePage = false;
|
|
isSharePage = false;
|
|
captcha = "0";
|
|
regCaptcha = "0";
|
|
findPwdCaptcha = "1";
|
|
qqLogin = "1";
|
|
pageId="login";
|
|
userInfo = {
|
|
uid: -1,
|
|
};
|
|
siteInfo = {
|
|
mainTitle: "Cloudreve演示站",
|
|
};
|
|
uploadConfig = {
|
|
allowSource: false,
|
|
allowShare: false,
|
|
allowRemoteDownload: "0",
|
|
allowTorrentDownload: "0",
|
|
};
|
|
isMobile = window.innerWidth < 600;</script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div>
|
|
</body></html>
|