mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-26 04:02:47 +00:00
34 lines
1.5 KiB
HTML
34 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>用户设置- {$options.siteName}</title><script type="text/javascript">colorTheme = {:json_encode($options["themeConfig"])};
|
|
colorThemeOptions = {$options["themes"]};
|
|
isHomePage = false;
|
|
isSharePage = false;
|
|
pageId="userSetting";
|
|
siteUrl = "{$options.siteURL}";
|
|
userInfo = {
|
|
uid: {$userInfo.uid},
|
|
nick: "{$userInfo.userNick}",
|
|
email: "{$userInfo.userMail}",
|
|
group: "{$userInfo.groupData.group_name}",
|
|
groupId: {$userInfo.groupData.id},
|
|
groupColor: "{$userInfo.groupData.color}",
|
|
regTime: "{$userSQL.user_date}",
|
|
homePage: "{$userSQL.profile}",
|
|
twoFactor: "{$userSQL.two_step}",
|
|
webdav:"{$userInfo.groupData.webdav}",
|
|
expired:{$userSQL.delay_time}-{:time()},
|
|
policy:"{$policy.policy_name}",
|
|
policyOption:{$policyOption},
|
|
qqBind:{$qqBind},
|
|
};
|
|
siteInfo = {
|
|
mainTitle: "{$options.siteName}",
|
|
};
|
|
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>
|