项目整理:添加Cookie Cloud下载功能、优化前端界面、配置改为config.json、打包脚本、清理无用文件

This commit is contained in:
bwstudio
2026-04-18 21:48:29 +08:00
parent 70802b9b50
commit be1709b622
14 changed files with 373 additions and 395 deletions
+7 -1
View File
@@ -66,6 +66,12 @@ createApp({
}
};
const handleDropdownCommand = async (command) => {
if (command === 'login') {
showAdminLogin();
}
};
const showAdminLogin = () => {
adminLoginForm.value = { password: '' };
adminLoginVisible.value = true;
@@ -579,7 +585,7 @@ createApp({
cookieDialogVisible, cookieDialogTitle, cookieForm,
websiteForm, filterWebsiteUser,
currentUserWebsites, filteredWebsites,
checkAdminStatus, showAdminLogin, adminLogin, handleAdminCommand,
checkAdminStatus, showAdminLogin, adminLogin, handleAdminCommand, handleDropdownCommand,
loadUsers, loadUsersWithWebsites, loadWebsites, loadDashboard, refreshDashboardStatus,
startAutoRefresh, stopAutoRefresh,
checkLogin, manageWebsite, manageUserWebsites,