mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
Update to v7.46.0
This commit is contained in:
@@ -99,6 +99,8 @@ if is_debug:
|
||||
logger.debug('File detected: {} -> {}'.format(filename,in_type))
|
||||
|
||||
fname = os.path.basename(filename)
|
||||
os.chmod(_PATH + "/BT-Panel", 700)
|
||||
os.chmod(_PATH + "/BT-Task", 700)
|
||||
if fname in ['task.py','BT-Task']:
|
||||
logger.debug('Background task...')
|
||||
public.ExecShell("{} {}/BT-Task".format(public.get_python_bin(),_PATH))
|
||||
|
||||
+19
-4
@@ -1441,6 +1441,7 @@ def config(pdata=None):
|
||||
# 'test_language',
|
||||
'set_hou',
|
||||
'replace_data',
|
||||
'set_theme',
|
||||
)
|
||||
return publicObject(config.config(), defs, None, pdata)
|
||||
|
||||
@@ -3691,7 +3692,14 @@ def site_v2(pdata=None):
|
||||
'set_wp_site_type',
|
||||
'add_wp_site_type',
|
||||
'edit_wp_site_type',
|
||||
'del_wp_site_type'
|
||||
'del_wp_site_type',
|
||||
'set_wp_tool',
|
||||
'get_wp_tool',
|
||||
'get_wp_debug_log',
|
||||
'get_wp_sites',
|
||||
'wp_copy_data',
|
||||
'get_source_tables',
|
||||
'get_wp_copy_progress'
|
||||
)
|
||||
return publicObject(siteObject, defs, None, pdata)
|
||||
|
||||
@@ -3987,6 +3995,8 @@ def panel_warning_v2(pdata=None):
|
||||
cache.delete(ikey)
|
||||
return publicObject(dataObject, defs, None, pdata)
|
||||
|
||||
# ----------------------------------------- 安全模块路由区 start----------------------------------------
|
||||
|
||||
@app.route(route_v2 + '/safecloud', methods=method_all)
|
||||
def safecloud(pdata=None):
|
||||
# 安全
|
||||
@@ -4000,13 +4010,14 @@ def safecloud(pdata=None):
|
||||
'webshell_detection','ignore_file','get_ignored_list','del_ignored')
|
||||
return publicObject(toObject, defs, None, pdata)
|
||||
|
||||
# 避免加密后变成单例模式
|
||||
from safeModel.reportModel import main as report_main
|
||||
@app.route(route_v2 + '/safe/report', methods=method_all)
|
||||
def report(pdata=None):
|
||||
# 安全报告
|
||||
comReturn = comm.local()
|
||||
if comReturn: return comReturn
|
||||
from safeModel.reportModel import main
|
||||
toObject = main()
|
||||
toObject = report_main()
|
||||
defs = ('get_report')
|
||||
return publicObject(toObject, defs, None, pdata)
|
||||
|
||||
@@ -4028,6 +4039,7 @@ def safe_detect(pdata=None):
|
||||
defs = ('get_safe_count')
|
||||
return publicObject(toObject, defs, None, pdata)
|
||||
|
||||
# ----------------------------------------- 安全模块路由区 end----------------------------------------
|
||||
|
||||
@app.route(route_v2 + '/bak', methods=method_all)
|
||||
def backup_bak_v2(pdata=None):
|
||||
@@ -4199,7 +4211,7 @@ def files_v2(pdata=None):
|
||||
'Re_Recycle_bin', 'Get_Recycle_bin', 'Del_Recycle_bin',
|
||||
'Close_Recycle_bin', 'Recycle_bin', 'file_webshell_check',
|
||||
'dir_webshell_check', 'files_search', 'files_replace',
|
||||
'get_replace_logs','get_sql_backup' )
|
||||
'get_replace_logs', 'get_sql_backup', 'test_path', 'upload_files_exists')
|
||||
|
||||
return publicObject(filesObject, defs, None, pdata)
|
||||
|
||||
@@ -4436,6 +4448,7 @@ def config_v2(pdata=None):
|
||||
'modify_ua',
|
||||
'delete_ua',
|
||||
'set_cdn_status',
|
||||
'set_theme',
|
||||
|
||||
|
||||
)
|
||||
@@ -4599,6 +4612,8 @@ def business_ssl(pdata=None):
|
||||
'check_domain_suitable',
|
||||
'list_business_ssl',
|
||||
'renew_cert_order',
|
||||
'check_url_txt',
|
||||
'again_verify',
|
||||
)
|
||||
get = get_input()
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
.issues-list .issue-item[data-v-29fb9b72]{margin-bottom:20px;border:2px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);page-break-inside:avoid}.issues-list .issue-item.high[data-v-29fb9b72]{border-left:6px solid #ff4d4f}.issues-list .issue-item.medium[data-v-29fb9b72]{border-left:6px solid #faad14}.issues-list .issue-item.low[data-v-29fb9b72]{border-left:6px solid #52c41a}.issues-list .issue-item.cve[data-v-29fb9b72]{border-left:6px solid #722ed1}.issues-list .issue-item.ignore[data-v-29fb9b72]{border-left:6px solid #999}.issues-list .issue-item .issue-header[data-v-29fb9b72]{display:flex;align-items:center;padding:15px 20px;background-color:#f8f9fa}.issues-list .issue-item .issue-header .issue-number[data-v-29fb9b72]{flex:0 0 40px;height:40px;border-radius:50%;background-color:#07f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:15px;font-size:16px}.issues-list .issue-item .issue-header .issue-name[data-v-29fb9b72]{flex:1;font-weight:500;font-size:16px}.issues-list .issue-item .issue-header .issue-level[data-v-29fb9b72]{padding:4px 12px;border-radius:6px;font-size:14px;margin-right:15px;font-weight:700}.issues-list .issue-item .issue-header .issue-level.high[data-v-29fb9b72]{background-color:#ff4d4f;color:#fff}.issues-list .issue-item .issue-header .issue-level.medium[data-v-29fb9b72]{background-color:#faad14;color:#fff}.issues-list .issue-item .issue-header .issue-level.low[data-v-29fb9b72]{background-color:#52c41a;color:#fff}.issues-list .issue-item .issue-header .issue-level.ignore[data-v-29fb9b72]{background-color:#f0f0f0;color:#666}.issues-list .issue-item .issue-header .issue-auto[data-v-29fb9b72]{padding:4px 12px;border-radius:6px;font-size:14px;background-color:#f5f5f5;color:#666}.issues-list .issue-item .issue-header .issue-auto.supported[data-v-29fb9b72]{background-color:#e6f7ff;color:#07f}.issues-list .issue-item .issue-content[data-v-29fb9b72]{padding:20px}.issues-list .issue-item .issue-content .issue-ps[data-v-29fb9b72]{margin-bottom:15px;color:#666;font-size:16px;line-height:1.6}.issues-list .issue-item .issue-content .issue-tips[data-v-29fb9b72]{background-color:#f8f9fa;padding:15px;border-radius:8px;border-left:4px solid #0077ff}.issues-list .issue-item .issue-content .issue-tips .tips-title[data-v-29fb9b72]{font-weight:500;margin-bottom:10px;font-size:16px;color:#333}.issues-list .issue-item .issue-content .issue-tips .tips-content[data-v-29fb9b72]{color:#666;white-space:pre-line;line-height:1.6;font-size:15px}
|
||||
@@ -0,0 +1 @@
|
||||
.issues-list .issue-item[data-v-3c5a70e0]{margin-bottom:20px;border:2px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);page-break-inside:avoid}.issues-list .issue-item.high[data-v-3c5a70e0]{border-left:6px solid #ff4d4f}.issues-list .issue-item.medium[data-v-3c5a70e0]{border-left:6px solid #faad14}.issues-list .issue-item.low[data-v-3c5a70e0]{border-left:6px solid #52c41a}.issues-list .issue-item.cve[data-v-3c5a70e0]{border-left:6px solid #722ed1}.issues-list .issue-item.ignore[data-v-3c5a70e0]{border-left:6px solid #999}.issues-list .issue-item .issue-header[data-v-3c5a70e0]{display:flex;align-items:center;padding:15px 20px;background-color:#f8f9fa}.issues-list .issue-item .issue-header .issue-number[data-v-3c5a70e0]{flex:0 0 40px;height:40px;border-radius:50%;background-color:#07f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:15px;font-size:16px}.issues-list .issue-item .issue-header .issue-name[data-v-3c5a70e0]{flex:1;font-weight:500;font-size:16px}.issues-list .issue-item .issue-header .issue-level[data-v-3c5a70e0]{padding:4px 12px;border-radius:6px;font-size:14px;margin-right:15px;font-weight:700}.issues-list .issue-item .issue-header .issue-level.high[data-v-3c5a70e0]{background-color:#ff4d4f;color:#fff}.issues-list .issue-item .issue-header .issue-level.medium[data-v-3c5a70e0]{background-color:#faad14;color:#fff}.issues-list .issue-item .issue-header .issue-level.low[data-v-3c5a70e0]{background-color:#52c41a;color:#fff}.issues-list .issue-item .issue-header .issue-level.ignore[data-v-3c5a70e0]{background-color:#f0f0f0;color:#666}.issues-list .issue-item .issue-header .issue-auto[data-v-3c5a70e0]{padding:4px 12px;border-radius:6px;font-size:14px;background-color:#f5f5f5;color:#666}.issues-list .issue-item .issue-header .issue-auto.supported[data-v-3c5a70e0]{background-color:#e6f7ff;color:#07f}.issues-list .issue-item .issue-content[data-v-3c5a70e0]{padding:20px}.issues-list .issue-item .issue-content .issue-ps[data-v-3c5a70e0]{margin-bottom:15px;color:#666;font-size:16px;line-height:1.6}.issues-list .issue-item .issue-content .issue-tips[data-v-3c5a70e0]{background-color:#f8f9fa;padding:15px;border-radius:8px;border-left:4px solid #0077ff}.issues-list .issue-item .issue-content .issue-tips .tips-title[data-v-3c5a70e0]{font-weight:500;margin-bottom:10px;font-size:16px;color:#333}.issues-list .issue-item .issue-content .issue-tips .tips-content[data-v-3c5a70e0]{color:#666;white-space:pre-line;line-height:1.6;font-size:15px}
|
||||
@@ -0,0 +1 @@
|
||||
.issues-list .issue-item[data-v-a4e402dd]{margin-bottom:20px;border:2px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);page-break-inside:avoid}.issues-list .issue-item.high[data-v-a4e402dd]{border-left:6px solid #ff4d4f}.issues-list .issue-item.medium[data-v-a4e402dd]{border-left:6px solid #faad14}.issues-list .issue-item.low[data-v-a4e402dd]{border-left:6px solid #52c41a}.issues-list .issue-item.cve[data-v-a4e402dd]{border-left:6px solid #722ed1}.issues-list .issue-item.ignore[data-v-a4e402dd]{border-left:6px solid #999}.issues-list .issue-item .issue-header[data-v-a4e402dd]{display:flex;align-items:center;padding:15px 20px;background-color:#f8f9fa}.issues-list .issue-item .issue-header .issue-number[data-v-a4e402dd]{flex:0 0 40px;height:40px;border-radius:50%;background-color:#07f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:15px;font-size:16px}.issues-list .issue-item .issue-header .issue-name[data-v-a4e402dd]{flex:1;font-weight:500;font-size:16px}.issues-list .issue-item .issue-header .issue-level[data-v-a4e402dd]{padding:4px 12px;border-radius:6px;font-size:14px;margin-right:15px;font-weight:700}.issues-list .issue-item .issue-header .issue-level.high[data-v-a4e402dd]{background-color:#ff4d4f;color:#fff}.issues-list .issue-item .issue-header .issue-level.medium[data-v-a4e402dd]{background-color:#faad14;color:#fff}.issues-list .issue-item .issue-header .issue-level.low[data-v-a4e402dd]{background-color:#52c41a;color:#fff}.issues-list .issue-item .issue-header .issue-level.ignore[data-v-a4e402dd]{background-color:#f0f0f0;color:#666}.issues-list .issue-item .issue-header .issue-auto[data-v-a4e402dd]{padding:4px 12px;border-radius:6px;font-size:14px;background-color:#f5f5f5;color:#666}.issues-list .issue-item .issue-header .issue-auto.supported[data-v-a4e402dd]{background-color:#e6f7ff;color:#07f}.issues-list .issue-item .issue-content[data-v-a4e402dd]{padding:20px}.issues-list .issue-item .issue-content .issue-ps[data-v-a4e402dd]{margin-bottom:15px;color:#666;font-size:16px;line-height:1.6}.issues-list .issue-item .issue-content .issue-tips[data-v-a4e402dd]{background-color:#f8f9fa;padding:15px;border-radius:8px;border-left:4px solid #0077ff}.issues-list .issue-item .issue-content .issue-tips .tips-title[data-v-a4e402dd]{font-weight:500;margin-bottom:10px;font-size:16px;color:#333}.issues-list .issue-item .issue-content .issue-tips .tips-content[data-v-a4e402dd]{color:#666;white-space:pre-line;line-height:1.6;font-size:15px}
|
||||
@@ -0,0 +1 @@
|
||||
.malicious-summary[data-v-80b85a6a]{margin-bottom:30px;padding:20px;border-radius:12px;background-color:#f8f9fa;border:2px solid #e9ecef}.malicious-summary div[data-v-80b85a6a]{font-size:18px;margin-bottom:10px;color:#333}.malicious-table[data-v-80b85a6a]{margin-top:20px}.malicious-table .breakable-table[data-v-80b85a6a]{width:100%;border-collapse:collapse;font-size:13px}.malicious-table .breakable-table th[data-v-80b85a6a],.malicious-table .breakable-table td[data-v-80b85a6a]{padding:6px;text-align:left;border:1px solid #ddd}.malicious-table .breakable-table th[data-v-80b85a6a]{background-color:#f0f0f0;font-weight:700}.malicious-table .breakable-table td.filepath[data-v-80b85a6a]{word-break:break-all;font-size:12px}.malicious-table .breakable-table tr[data-v-80b85a6a]:nth-child(2n){background-color:#f9f9f9}.malicious-table .pagination-note[data-v-80b85a6a]{margin-top:15px;text-align:center;font-style:italic;color:#666;font-size:14px}
|
||||
@@ -0,0 +1 @@
|
||||
.issues-list .issue-item[data-v-f4943d26]{margin-bottom:20px;border:2px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);page-break-inside:avoid}.issues-list .issue-item.high[data-v-f4943d26]{border-left:6px solid #ff4d4f}.issues-list .issue-item.medium[data-v-f4943d26]{border-left:6px solid #faad14}.issues-list .issue-item.low[data-v-f4943d26]{border-left:6px solid #52c41a}.issues-list .issue-item.cve[data-v-f4943d26]{border-left:6px solid #722ed1}.issues-list .issue-item.ignore[data-v-f4943d26]{border-left:6px solid #999}.issues-list .issue-item .issue-header[data-v-f4943d26]{display:flex;align-items:center;padding:15px 20px;background-color:#f8f9fa}.issues-list .issue-item .issue-header .issue-number[data-v-f4943d26]{flex:0 0 40px;height:40px;border-radius:50%;background-color:#07f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:15px;font-size:16px}.issues-list .issue-item .issue-header .issue-name[data-v-f4943d26]{flex:1;font-weight:500;font-size:16px}.issues-list .issue-item .issue-header .issue-level[data-v-f4943d26]{padding:4px 12px;border-radius:6px;font-size:14px;margin-right:15px;font-weight:700}.issues-list .issue-item .issue-header .issue-level.high[data-v-f4943d26]{background-color:#ff4d4f;color:#fff}.issues-list .issue-item .issue-header .issue-level.medium[data-v-f4943d26]{background-color:#faad14;color:#fff}.issues-list .issue-item .issue-header .issue-level.low[data-v-f4943d26]{background-color:#52c41a;color:#fff}.issues-list .issue-item .issue-header .issue-level.ignore[data-v-f4943d26]{background-color:#f0f0f0;color:#666}.issues-list .issue-item .issue-header .issue-auto[data-v-f4943d26]{padding:4px 12px;border-radius:6px;font-size:14px;background-color:#f5f5f5;color:#666}.issues-list .issue-item .issue-header .issue-auto.supported[data-v-f4943d26]{background-color:#e6f7ff;color:#07f}.issues-list .issue-item .issue-content[data-v-f4943d26]{padding:20px}.issues-list .issue-item .issue-content .issue-ps[data-v-f4943d26]{margin-bottom:15px;color:#666;font-size:16px;line-height:1.6}.issues-list .issue-item .issue-content .issue-tips[data-v-f4943d26]{background-color:#f8f9fa;padding:15px;border-radius:8px;border-left:4px solid #0077ff}.issues-list .issue-item .issue-content .issue-tips .tips-title[data-v-f4943d26]{font-weight:500;margin-bottom:10px;font-size:16px;color:#333}.issues-list .issue-item .issue-content .issue-tips .tips-content[data-v-f4943d26]{color:#666;white-space:pre-line;line-height:1.6;font-size:15px}
|
||||
@@ -0,0 +1 @@
|
||||
.server-sec-summary[data-v-f322e76a]{margin-bottom:30px;padding:20px;border-radius:12px;background-color:#f8f9fa;border:2px solid #e9ecef}.server-sec-summary div[data-v-f322e76a]{font-size:18px;margin-bottom:10px;color:#333}.server-sec-list[data-v-f322e76a]{margin-top:20px}.server-sec-list table[data-v-f322e76a]{width:100%;border-collapse:collapse;font-size:16px;color:#333}.server-sec-list table th[data-v-f322e76a],.server-sec-list table td[data-v-f322e76a]{padding:10px 15px;text-align:left;border-bottom:1px solid #eee}.server-sec-list table th[data-v-f322e76a]{background-color:#f0f0f0;font-weight:700;color:#333}.server-sec-list table tbody tr[data-v-f322e76a]:hover{background-color:#f5f5f5}.pagination-note[data-v-f322e76a]{margin-top:15px;text-align:center;font-style:italic;color:#666;font-size:14px}
|
||||
@@ -0,0 +1 @@
|
||||
.web-vuln-summary[data-v-d48867ea]{margin-bottom:30px;padding:20px;border-radius:12px;background-color:#f8f9fa;border:2px solid #e9ecef}.web-vuln-summary div[data-v-d48867ea]{font-size:18px;margin-bottom:10px;color:#333}.web-vuln-list[data-v-d48867ea]{margin-top:20px}.web-vuln-site[data-v-d48867ea]{margin-bottom:25px;padding:15px;border-radius:8px;background-color:#f8f9fa;border:1px solid #e9ecef}.web-vuln-cms[data-v-d48867ea]{margin-top:15px;padding:15px;border-radius:8px;background-color:#fff;border:1px solid #eee}.web-vuln-cms div[data-v-d48867ea]{margin-bottom:8px}.web-vuln-cms div[data-v-d48867ea]:last-child{margin-bottom:0}.pagination-note[data-v-d48867ea]{margin-top:15px;text-align:center;font-style:italic;color:#666;font-size:14px}
|
||||
@@ -1 +1 @@
|
||||
[data-v-16941247] .n-input,[data-v-16941247] .n-button,[data-v-16941247] .n-select .n-base-selection{--n-height: 30px}[data-v-16941247] .n-button.n-button--medium-type{min-width:52px}[data-v-16941247] .n-switch{--n-height: max(20px, 16px)}
|
||||
[data-v-3b8258bf] .n-input,[data-v-3b8258bf] .n-button,[data-v-3b8258bf] .n-select .n-base-selection{--n-height: 30px}[data-v-3b8258bf] .n-button.n-button--medium-type{min-width:52px}[data-v-3b8258bf] .n-switch{--n-height: max(20px, 16px)}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.card[data-v-85ccd2a6]{margin-bottom:20px;border-radius:4px;--un-bg-opacity:1;background-color:rgb(247 247 247 / var(--un-bg-opacity));padding:20px 24px}.version[data-v-85ccd2a6]{position:relative;margin-left:95px;padding:5px 0 0 2px;border-left:5px solid #e1e1e1}.version .active[data-v-85ccd2a6]{position:absolute;left:-10px;top:21px;display:block;width:15px;height:15px;margin-bottom:10px;background-color:#20a53a;border-radius:50%}.version .active[data-v-85ccd2a6]:after{content:"";position:relative;top:5px;left:5px;display:block;height:5px;width:5px;border-radius:50%;background-color:#fff}.version .date[data-v-85ccd2a6]{position:absolute;left:-90px;top:13px;line-height:30px;font-size:13px;color:#333}.version .text[data-v-85ccd2a6]{margin-top:7px;margin-left:5px;margin-bottom:5px;padding-left:15px;line-height:32px;border-bottom:1px solid #ececec;font-size:15px;color:#20a53a}.version .content[data-v-85ccd2a6]{line-height:24px;font-size:12px;min-height:40px;padding-left:20px;color:#888}
|
||||
.card[data-v-ae310571]{margin-bottom:20px;border-radius:4px;--un-bg-opacity:1;background-color:rgb(247 247 247 / var(--un-bg-opacity));padding:20px 24px}.version[data-v-ae310571]{position:relative;margin-left:95px;padding:5px 0 0 2px;border-left:5px solid #e1e1e1}.version .active[data-v-ae310571]{position:absolute;left:-10px;top:21px;display:block;width:15px;height:15px;margin-bottom:10px;background-color:#20a53a;border-radius:50%}.version .active[data-v-ae310571]:after{content:"";position:relative;top:5px;left:5px;display:block;height:5px;width:5px;border-radius:50%;background-color:#fff}.version .date[data-v-ae310571]{position:absolute;left:-90px;top:13px;line-height:30px;font-size:13px;color:#333}.version .text[data-v-ae310571]{margin-top:7px;margin-left:5px;margin-bottom:5px;padding-left:15px;line-height:32px;border-bottom:1px solid #ececec;font-size:15px;color:#20a53a}.version .content[data-v-ae310571]{line-height:24px;font-size:12px;min-height:40px;padding-left:20px;color:#888}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.n-button[data-v-d78a7f3b]{--n-padding: 0 12px}
|
||||
.n-button[data-v-4f4b9d13]{--n-padding: 0 12px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.menu-list[data-v-bc7ffdc0]{display:flex;flex-wrap:wrap}.menu-list .menu-item[data-v-bc7ffdc0]{position:relative;display:flex;align-items:center;justify-content:center;height:48px;padding:0 18px;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.menu-list .menu-item+.menu-item[data-v-bc7ffdc0]{margin-left:4px}.menu-list .menu-item.active[data-v-bc7ffdc0],.menu-list .menu-item[data-v-bc7ffdc0]:hover{color:#20a53a;background-color:rgba(32,165,58,.063)}.menu-list .menu-item[data-v-bc7ffdc0]:after{content:"";position:absolute;left:50%;bottom:0;display:block;width:20px;height:2px;margin-left:-10px;transition:background-color .3s}.menu-list .menu-item.active[data-v-bc7ffdc0]:after{background-color:#20a53a}
|
||||
.menu-list[data-v-29e67051]{display:flex;flex-wrap:wrap}.menu-list .menu-item[data-v-29e67051]{position:relative;display:flex;align-items:center;justify-content:center;height:48px;padding:0 18px;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.menu-list .menu-item+.menu-item[data-v-29e67051]{margin-left:4px}.menu-list .menu-item.active[data-v-29e67051],.menu-list .menu-item[data-v-29e67051]:hover{color:#20a53a;background-color:rgba(32,165,58,.063)}.menu-list .menu-item[data-v-29e67051]:after{content:"";position:absolute;left:50%;bottom:0;display:block;width:20px;height:2px;margin-left:-10px;transition:background-color .3s}.menu-list .menu-item.active[data-v-29e67051]:after{background-color:#20a53a}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.coupon-box[data-v-f0cd9f8a]{position:relative;display:flex;cursor:pointer;align-items:center;border-radius:4px;--un-bg-opacity:1;background-color:rgb(254 247 235 / var(--un-bg-opacity));padding:4px 10px}.coupon-box[data-v-f0cd9f8a]:after{content:"";position:absolute;top:50%;right:-8px;display:inline-block;width:0;height:0;margin-top:-5px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid #fef7eb}.coupon-box .coupon-logo[data-v-f0cd9f8a]{margin-right:4px;width:16px;height:22px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015.4%2012'%20style='enable-background:new%200%200%2015.4%2012;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23DD9920;}%20%3c/style%3e%3cpath%20class='st0'%20d='M4.5,0H2.2C2,0,1.8,0.1,1.6,0.3C1.5,0.5,1.4,0.8,1.4,1v0.5h3.1C4.5,1.5,4.5,0,4.5,0z%20M14.8,3.5%20c0.1-0.1,0.2-0.2,0.3-0.2c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.1-0.2,0.1-0.4c0-0.1,0-0.3-0.1-0.4C15.2,2.2,15.1,2.1,15,2%20c-0.1-0.1-0.2-0.1-0.2-0.2c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0.1-0.3c0-0.1,0.1-0.2,0.2-0.2c0.1-0.1,0.1-0.1,0.2-0.2c0-0.1,0-0.2,0-0.3%20c0-0.1-0.1-0.2-0.1-0.2C15.1,0,15,0,14.9,0H5.5v1.5h8c0.2,0,0.3,0,0.4,0.2C14,1.8,14.1,1.9,14.1,2c0,0.2,0.1,0.3,0,0.5%20c0,0.2-0.1,0.4-0.3,0.5c-0.1,0.1-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3%20c0.1,0.1,0.2,0.1,0.2,0.2c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.3c0,0.1-0.1,0.2-0.2,0.2c-0.1,0.1-0.2,0.2-0.2,0.3%20c0,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0,0.1,0.1,0.2,0.2c0,0.1,0.1,0.2,0.1,0.3%20c0,0.1,0,0.2-0.1,0.3c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.1,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.2,0.1,0.3%20c0,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.1,0.3,0,0.5c0,0-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0,0.1%20c0,0,0,0,0.1,0H15c0.1,0,0.2,0,0.2-0.1c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.1-0.2c-0.2-0.2-0.3-0.4-0.3-0.6%20s0.1-0.4,0.3-0.5c0.1-0.1,0.1-0.2,0.1-0.2c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3-0.1-0.4c0-0.1-0.1-0.2-0.2-0.2c-0.1,0-0.2-0.1-0.2-0.2%20c0-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.2,0.1-0.3c0-0.1,0.1-0.1,0.2-0.2c0.1,0,0.2-0.1,0.2-0.2c0.1-0.2,0.1-0.5,0-0.7%20c0-0.1-0.1-0.2-0.2-0.3c-0.2-0.1-0.3-0.4-0.3-0.6C14.7,3.7,14.7,3.6,14.8,3.5L14.8,3.5z%20M0.2,2.6C0.1,2.8,0,3,0,3.4v2%20c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.1,0.1,0.3,0.1c0.2,0,0.3,0.1,0.4,0.3C0.9,6.3,1,6.5,1,6.8C1,7,1,7.1,0.9,7.3c0,0.1-0.1,0.2-0.2,0.3%20C0.7,7.7,0.6,7.7,0.5,7.8c-0.1,0-0.1,0.1-0.2,0.1C0.2,7.9,0.1,7.9,0.1,8C0,8.1,0,8.2,0,8.3v2.8c0,0.4,0.1,0.6,0.2,0.7%20C0.3,11.9,0.5,12,0.8,12c0.1,0,0.3,0,0.5,0c0.2,0,0.5,0,0.7,0H3V2.4H0.8C0.5,2.4,0.3,2.5,0.2,2.6L0.2,2.6z%20M8.2,7.2%20C8,7.4,7.9,7.6,7.8,7.7h1.3C9,7.6,8.9,7.4,8.8,7.3L8.2,7.2L8.2,7.2z'/%3e%3cpath%20class='st0'%20d='M12.8,7.7C12.9,7.6,13,7.5,13,7.4c0.1-0.2,0.1-0.5,0-0.7c-0.1-0.1-0.1-0.2-0.2-0.2c-0.1,0-0.2-0.1-0.3-0.2%20c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0.1-0.2,0.1-0.3%20c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.1-0.2-0.2-0.2c-0.2-0.1-0.4-0.3-0.4-0.5c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.1-0.2,0.2-0.2%20c0.1,0,0.2-0.1,0.2-0.2c0.1-0.2,0.1-0.4,0-0.6c0-0.1-0.1-0.1-0.2-0.1H3.9V12h8.7c0.1,0,0.2,0,0.2-0.1c0.1-0.1,0.1-0.2,0.1-0.3%20c0-0.1,0-0.2,0-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.2-0.1-0.5,0-0.7c0.1-0.1,0.2-0.2,0.3-0.2%20c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.1-0.2-0.2-0.2c-0.2-0.1-0.3-0.3-0.3-0.5%20C12.4,8,12.6,7.8,12.8,7.7z'/%3e%3cpath%20class='st0'%20d='M10.2,8.5C10,8.4,9.9,8.3,9.7,8.3L9.7,8.9C9.6,9.4,9.3,9.6,8.9,9.6c-0.3,0-0.5,0-0.7,0C8.1,9.5,8.1,9.3,8,9%20l0.7,0c0.2,0,0.4-0.1,0.4-0.3l0-0.5H8C7.9,8.6,7.8,8.9,7.6,9.1C7.3,9.4,7,9.6,6.5,9.8C6.4,9.6,6.3,9.4,6.2,9.2%20c0.4-0.1,0.8-0.3,1-0.5c0.1-0.1,0.2-0.3,0.3-0.4H7C6.9,8.3,6.7,8.4,6.6,8.5C6.5,8.3,6.4,8.1,6.2,7.9c0.5-0.2,0.8-0.4,1.1-0.7H6.2%20V6.7h1.6c0-0.1,0.1-0.2,0.1-0.4H6.4V5.7h0.7C6.9,5.6,6.8,5.4,6.6,5.2L7,4.9c0.2,0.2,0.4,0.4,0.6,0.6L7.3,5.7H8C8,5.5,8,5.2,8,4.9%20l0.6,0c0,0.3,0,0.6-0.1,0.9h0.6L9,5.6c0.2-0.2,0.4-0.5,0.5-0.7l0.5,0.3C9.8,5.4,9.7,5.6,9.5,5.7h0.7v0.6H8.5c0,0.1-0.1,0.3-0.1,0.4%20h2v0.6h-1c0.3,0.3,0.7,0.5,1.1,0.6C10.4,8.1,10.3,8.3,10.2,8.5L10.2,8.5z'/%3e%3c/svg%3e") center no-repeat;background-size:contain}
|
||||
.pro-badge[data-v-4254f8f1]{--badge-bg-color: #727e8e;display:flex;align-items:center;gap:4px;height:24px;padding:0 8px;background-color:var(--badge-bg-color);border-radius:4px;color:#fff;cursor:pointer}.pro-badge.pro[data-v-4254f8f1]{--badge-bg-color: #ffae45}.pro-badge .text[data-v-4254f8f1]{line-height:18px;font-size:12px;font-weight:600}.coupon-box[data-v-f0cd9f8a]{position:relative;display:flex;cursor:pointer;align-items:center;border-radius:4px;--un-bg-opacity:1;background-color:rgb(254 247 235 / var(--un-bg-opacity));padding:4px 10px}.coupon-box[data-v-f0cd9f8a]:after{content:"";position:absolute;top:50%;right:-8px;display:inline-block;width:0;height:0;margin-top:-5px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid #fef7eb}.coupon-box .coupon-logo[data-v-f0cd9f8a]{margin-right:4px;width:16px;height:22px;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.2.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015.4%2012'%20style='enable-background:new%200%200%2015.4%2012;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23DD9920;}%20%3c/style%3e%3cpath%20class='st0'%20d='M4.5,0H2.2C2,0,1.8,0.1,1.6,0.3C1.5,0.5,1.4,0.8,1.4,1v0.5h3.1C4.5,1.5,4.5,0,4.5,0z%20M14.8,3.5%20c0.1-0.1,0.2-0.2,0.3-0.2c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.1-0.2,0.1-0.4c0-0.1,0-0.3-0.1-0.4C15.2,2.2,15.1,2.1,15,2%20c-0.1-0.1-0.2-0.1-0.2-0.2c0-0.1,0-0.2,0-0.3c0-0.1,0-0.2,0.1-0.3c0-0.1,0.1-0.2,0.2-0.2c0.1-0.1,0.1-0.1,0.2-0.2c0-0.1,0-0.2,0-0.3%20c0-0.1-0.1-0.2-0.1-0.2C15.1,0,15,0,14.9,0H5.5v1.5h8c0.2,0,0.3,0,0.4,0.2C14,1.8,14.1,1.9,14.1,2c0,0.2,0.1,0.3,0,0.5%20c0,0.2-0.1,0.4-0.3,0.5c-0.1,0.1-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3%20c0.1,0.1,0.2,0.1,0.2,0.2c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.3c0,0.1-0.1,0.2-0.2,0.2c-0.1,0.1-0.2,0.2-0.2,0.3%20c0,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0,0.1,0.1,0.2,0.2c0,0.1,0.1,0.2,0.1,0.3%20c0,0.1,0,0.2-0.1,0.3c0,0.1-0.1,0.2-0.2,0.2c-0.1,0-0.1,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.2,0.1,0.3%20c0,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.1,0.3,0,0.5c0,0-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0,0.1%20c0,0,0,0,0.1,0H15c0.1,0,0.2,0,0.2-0.1c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.2-0.1-0.2c-0.2-0.2-0.3-0.4-0.3-0.6%20s0.1-0.4,0.3-0.5c0.1-0.1,0.1-0.2,0.1-0.2c0-0.1,0-0.2,0-0.4c0-0.1,0-0.3-0.1-0.4c0-0.1-0.1-0.2-0.2-0.2c-0.1,0-0.2-0.1-0.2-0.2%20c0-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.2,0.1-0.3c0-0.1,0.1-0.1,0.2-0.2c0.1,0,0.2-0.1,0.2-0.2c0.1-0.2,0.1-0.5,0-0.7%20c0-0.1-0.1-0.2-0.2-0.3c-0.2-0.1-0.3-0.4-0.3-0.6C14.7,3.7,14.7,3.6,14.8,3.5L14.8,3.5z%20M0.2,2.6C0.1,2.8,0,3,0,3.4v2%20c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.1,0.1,0.3,0.1c0.2,0,0.3,0.1,0.4,0.3C0.9,6.3,1,6.5,1,6.8C1,7,1,7.1,0.9,7.3c0,0.1-0.1,0.2-0.2,0.3%20C0.7,7.7,0.6,7.7,0.5,7.8c-0.1,0-0.1,0.1-0.2,0.1C0.2,7.9,0.1,7.9,0.1,8C0,8.1,0,8.2,0,8.3v2.8c0,0.4,0.1,0.6,0.2,0.7%20C0.3,11.9,0.5,12,0.8,12c0.1,0,0.3,0,0.5,0c0.2,0,0.5,0,0.7,0H3V2.4H0.8C0.5,2.4,0.3,2.5,0.2,2.6L0.2,2.6z%20M8.2,7.2%20C8,7.4,7.9,7.6,7.8,7.7h1.3C9,7.6,8.9,7.4,8.8,7.3L8.2,7.2L8.2,7.2z'/%3e%3cpath%20class='st0'%20d='M12.8,7.7C12.9,7.6,13,7.5,13,7.4c0.1-0.2,0.1-0.5,0-0.7c-0.1-0.1-0.1-0.2-0.2-0.2c-0.1,0-0.2-0.1-0.3-0.2%20c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0.1-0.2,0.1-0.3%20c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.1-0.2-0.2-0.2c-0.2-0.1-0.4-0.3-0.4-0.5c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.1-0.2,0.2-0.2%20c0.1,0,0.2-0.1,0.2-0.2c0.1-0.2,0.1-0.4,0-0.6c0-0.1-0.1-0.1-0.2-0.1H3.9V12h8.7c0.1,0,0.2,0,0.2-0.1c0.1-0.1,0.1-0.2,0.1-0.3%20c0-0.1,0-0.2,0-0.3c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.2-0.1-0.5,0-0.7c0.1-0.1,0.2-0.2,0.3-0.2%20c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3c-0.1-0.1-0.1-0.2-0.2-0.2c-0.2-0.1-0.3-0.3-0.3-0.5%20C12.4,8,12.6,7.8,12.8,7.7z'/%3e%3cpath%20class='st0'%20d='M10.2,8.5C10,8.4,9.9,8.3,9.7,8.3L9.7,8.9C9.6,9.4,9.3,9.6,8.9,9.6c-0.3,0-0.5,0-0.7,0C8.1,9.5,8.1,9.3,8,9%20l0.7,0c0.2,0,0.4-0.1,0.4-0.3l0-0.5H8C7.9,8.6,7.8,8.9,7.6,9.1C7.3,9.4,7,9.6,6.5,9.8C6.4,9.6,6.3,9.4,6.2,9.2%20c0.4-0.1,0.8-0.3,1-0.5c0.1-0.1,0.2-0.3,0.3-0.4H7C6.9,8.3,6.7,8.4,6.6,8.5C6.5,8.3,6.4,8.1,6.2,7.9c0.5-0.2,0.8-0.4,1.1-0.7H6.2%20V6.7h1.6c0-0.1,0.1-0.2,0.1-0.4H6.4V5.7h0.7C6.9,5.6,6.8,5.4,6.6,5.2L7,4.9c0.2,0.2,0.4,0.4,0.6,0.6L7.3,5.7H8C8,5.5,8,5.2,8,4.9%20l0.6,0c0,0.3,0,0.6-0.1,0.9h0.6L9,5.6c0.2-0.2,0.4-0.5,0.5-0.7l0.5,0.3C9.8,5.4,9.7,5.6,9.5,5.7h0.7v0.6H8.5c0,0.1-0.1,0.3-0.1,0.4%20h2v0.6h-1c0.3,0.3,0.7,0.5,1.1,0.6C10.4,8.1,10.3,8.3,10.2,8.5L10.2,8.5z'/%3e%3c/svg%3e") center no-repeat;background-size:contain}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.tool-icon[data-v-4e70f650]{width:18px;height:18px;border:1px dashed #bababa;background-color:#f9f9f9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.tool-icon[data-v-4e70f650]:hover{width:40px;border-color:#20a53a}.add-node[data-v-4e70f650]{max-width:510px;box-sizing:border-box;padding:10px;background:#fff}.add-node .header[data-v-4e70f650]{text-align:center;font-weight:700;font-size:16px}.add-node .node-list[data-v-4e70f650]{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-start;margin-top:20px}.add-node .node-list .node-item[data-v-4e70f650]{width:90px;height:90px;background:#f3f4f6;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;cursor:pointer}.email-box[data-v-8d632fb4]{display:flex;align-items:center;justify-content:center;width:100%;height:176px;background-color:#fafafa;border-top-left-radius:6px;border-top-right-radius:6px}.normal-node[data-v-1237c863]{padding:24px 32px;text-align:center;font-size:14px}.line[data-v-0b2e1f55]{width:1px;height:24px;background-color:#d1d5db}.tools-box[data-v-0b2e1f55]{display:flex;flex-direction:column;align-items:center}.node-box[data-v-0b2e1f55]{position:relative;width:256px;min-height:50px;border:1px solid rgba(209,213,219,.5);background-color:#fff;border-radius:6px;transition:all .3s;cursor:pointer}.node-box[data-v-0b2e1f55]:hover{border-color:#d1d5db}.node-box .node-title[data-v-0b2e1f55]{position:absolute;top:8px;left:8px;display:flex;align-items:center;justify-content:center;gap:6px}.node-box .node-title .icon[data-v-0b2e1f55]{font-size:16px}.node-box .node-title .text[data-v-0b2e1f55]{font-size:12px;color:#999}.node-box .del-node[data-v-0b2e1f55]{position:absolute;right:8px;top:8px;font-size:14px}.node-box.warning[data-v-0b2e1f55]{border-color:rgba(253,202,98,.7)}.node-box.warning[data-v-0b2e1f55]:hover{border-color:#fdca62;box-shadow:0 0 1px 3px rgba(253,202,98,.2)}.node-box.action[data-v-0b2e1f55],.node-box.action[data-v-0b2e1f55]:hover{border-color:#20a53a;box-shadow:0 0 1px 3px rgba(32,165,58,.2)}.line[data-v-fbf5dbc0]{width:1px;height:24px;background-color:#d1d5db}.tools-box[data-v-fbf5dbc0]{display:flex;flex-direction:column;align-items:center}.node-box[data-v-fbf5dbc0]{position:relative;width:256px;padding:24px 32px;border:1px solid rgba(209,213,219,.5);background-color:#fff;border-radius:6px;transition:all .3s;cursor:pointer}.node-box[data-v-fbf5dbc0]:hover{border-color:#d1d5db}.node-box .node-title[data-v-fbf5dbc0]{position:absolute;top:8px;left:8px;display:flex;align-items:center;justify-content:center;gap:6px}.node-box .node-title .icon[data-v-fbf5dbc0]{font-size:16px}.node-box .node-title .text[data-v-fbf5dbc0]{font-size:12px;color:#999}.node-box .del-node[data-v-fbf5dbc0]{position:absolute;right:8px;top:8px;font-size:14px}.node-box.warning[data-v-fbf5dbc0]{border-color:rgba(253,202,98,.7)}.node-box.warning[data-v-fbf5dbc0]:hover{border-color:#fdca62;box-shadow:0 0 1px 3px rgba(253,202,98,.2)}.node-box.warning .node-title .icon[data-v-fbf5dbc0]{color:#fdca62}.node-box.action[data-v-fbf5dbc0],.node-box.action[data-v-fbf5dbc0]:hover{border-color:#20a53a;box-shadow:0 0 1px 3px rgba(32,165,58,.2)}.condition-box[data-v-fbf5dbc0]{display:flex}.condition-box .condition-item[data-v-fbf5dbc0]{position:relative;display:flex;flex-direction:column;align-items:center;min-width:288px}.horizontal-line[data-v-fbf5dbc0]{position:absolute;top:0;right:0;width:50%;height:1px;background-color:#d1d5db}.horizontal-line.left[data-v-fbf5dbc0]{left:0}.horizontal-line.right[data-v-fbf5dbc0]{right:0}.flow-tree[data-v-fbf5dbc0],.flow-tree li[data-v-fbf5dbc0]{display:flex;flex-direction:column;align-items:center}.condition-state[data-v-fbf5dbc0]{display:flex;align-items:center;justify-content:center;width:48px;height:32px;border-radius:4px;color:#fff}.condition-state.success[data-v-fbf5dbc0]{background-color:#20a53a}.condition-state.fail[data-v-fbf5dbc0]{background-color:#ef0808}.flow-container[data-v-459fbb31]{flex:1;position:relative;width:100%;height:100%;padding:32px;background-color:#f3f4f6;overflow:auto}.flow-container .flow-tree[data-v-459fbb31],.flow-container .flow-tree li[data-v-459fbb31]{display:flex;flex-direction:column;align-items:center}.test-box[data-v-459fbb31]{width:300px;height:60px;background:#f30}.condition-box[data-v-00442d4d]{margin-top:12px;padding:12px;border:1px solid #d9d9d9;border-radius:4px}.flow-config[data-v-56456025]{display:flex;flex-direction:column;width:380px;height:100%;border-left:1px solid #e5e7eb;overflow:hidden}.config-title[data-v-56456025]{padding-top:16px;padding-bottom:16px;text-align:center;line-height:20px;border-bottom:1px solid #e5e7eb}.config-footer[data-v-56456025]{display:flex;justify-content:flex-end;padding:16px 20px;border-top:1px solid #e5e7eb}.mail-flow[data-v-b7d1832f]{display:flex;flex-direction:column;width:100%;height:100%}
|
||||
.tool-icon[data-v-4e70f650]{width:18px;height:18px;border:1px dashed #bababa;background-color:#f9f9f9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.tool-icon[data-v-4e70f650]:hover{width:40px;border-color:#20a53a}.add-node[data-v-4e70f650]{max-width:510px;box-sizing:border-box;padding:10px;background:#fff}.add-node .header[data-v-4e70f650]{text-align:center;font-weight:700;font-size:16px}.add-node .node-list[data-v-4e70f650]{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-start;margin-top:20px}.add-node .node-list .node-item[data-v-4e70f650]{width:90px;height:90px;background:#f3f4f6;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;cursor:pointer}.email-box[data-v-9bb21c05]{display:flex;align-items:center;justify-content:center;width:100%;height:176px;background-color:#fafafa;border-top-left-radius:6px;border-top-right-radius:6px}.normal-node[data-v-c03efef8]{padding:24px 32px;text-align:center;font-size:14px}.line[data-v-0b2e1f55]{width:1px;height:24px;background-color:#d1d5db}.tools-box[data-v-0b2e1f55]{display:flex;flex-direction:column;align-items:center}.node-box[data-v-0b2e1f55]{position:relative;width:256px;min-height:50px;border:1px solid rgba(209,213,219,.5);background-color:#fff;border-radius:6px;transition:all .3s;cursor:pointer}.node-box[data-v-0b2e1f55]:hover{border-color:#d1d5db}.node-box .node-title[data-v-0b2e1f55]{position:absolute;top:8px;left:8px;display:flex;align-items:center;justify-content:center;gap:6px}.node-box .node-title .icon[data-v-0b2e1f55]{font-size:16px}.node-box .node-title .text[data-v-0b2e1f55]{font-size:12px;color:#999}.node-box .del-node[data-v-0b2e1f55]{position:absolute;right:8px;top:8px;font-size:14px}.node-box.warning[data-v-0b2e1f55]{border-color:rgba(253,202,98,.7)}.node-box.warning[data-v-0b2e1f55]:hover{border-color:#fdca62;box-shadow:0 0 1px 3px rgba(253,202,98,.2)}.node-box.action[data-v-0b2e1f55],.node-box.action[data-v-0b2e1f55]:hover{border-color:#20a53a;box-shadow:0 0 1px 3px rgba(32,165,58,.2)}.line[data-v-fbf5dbc0]{width:1px;height:24px;background-color:#d1d5db}.tools-box[data-v-fbf5dbc0]{display:flex;flex-direction:column;align-items:center}.node-box[data-v-fbf5dbc0]{position:relative;width:256px;padding:24px 32px;border:1px solid rgba(209,213,219,.5);background-color:#fff;border-radius:6px;transition:all .3s;cursor:pointer}.node-box[data-v-fbf5dbc0]:hover{border-color:#d1d5db}.node-box .node-title[data-v-fbf5dbc0]{position:absolute;top:8px;left:8px;display:flex;align-items:center;justify-content:center;gap:6px}.node-box .node-title .icon[data-v-fbf5dbc0]{font-size:16px}.node-box .node-title .text[data-v-fbf5dbc0]{font-size:12px;color:#999}.node-box .del-node[data-v-fbf5dbc0]{position:absolute;right:8px;top:8px;font-size:14px}.node-box.warning[data-v-fbf5dbc0]{border-color:rgba(253,202,98,.7)}.node-box.warning[data-v-fbf5dbc0]:hover{border-color:#fdca62;box-shadow:0 0 1px 3px rgba(253,202,98,.2)}.node-box.warning .node-title .icon[data-v-fbf5dbc0]{color:#fdca62}.node-box.action[data-v-fbf5dbc0],.node-box.action[data-v-fbf5dbc0]:hover{border-color:#20a53a;box-shadow:0 0 1px 3px rgba(32,165,58,.2)}.condition-box[data-v-fbf5dbc0]{display:flex}.condition-box .condition-item[data-v-fbf5dbc0]{position:relative;display:flex;flex-direction:column;align-items:center;min-width:288px}.horizontal-line[data-v-fbf5dbc0]{position:absolute;top:0;right:0;width:50%;height:1px;background-color:#d1d5db}.horizontal-line.left[data-v-fbf5dbc0]{left:0}.horizontal-line.right[data-v-fbf5dbc0]{right:0}.flow-tree[data-v-fbf5dbc0],.flow-tree li[data-v-fbf5dbc0]{display:flex;flex-direction:column;align-items:center}.condition-state[data-v-fbf5dbc0]{display:flex;align-items:center;justify-content:center;width:48px;height:32px;border-radius:4px;color:#fff}.condition-state.success[data-v-fbf5dbc0]{background-color:#20a53a}.condition-state.fail[data-v-fbf5dbc0]{background-color:#ef0808}.flow-container[data-v-459fbb31]{flex:1;position:relative;width:100%;height:100%;padding:32px;background-color:#f3f4f6;overflow:auto}.flow-container .flow-tree[data-v-459fbb31],.flow-container .flow-tree li[data-v-459fbb31]{display:flex;flex-direction:column;align-items:center}.test-box[data-v-459fbb31]{width:300px;height:60px;background:#f30}.condition-box[data-v-c8dfd4ad]{margin-top:12px;padding:12px;border:1px solid #d9d9d9;border-radius:4px}.flow-config[data-v-b1d9958a]{display:flex;flex-direction:column;width:380px;height:100%;border-left:1px solid #e5e7eb;overflow:hidden}.config-title[data-v-b1d9958a]{padding-top:16px;padding-bottom:16px;text-align:center;line-height:20px;border-bottom:1px solid #e5e7eb}.config-footer[data-v-b1d9958a]{display:flex;justify-content:flex-end;padding:16px 20px;border-top:1px solid #e5e7eb}.mail-flow[data-v-b7d1832f]{display:flex;flex-direction:column;width:100%;height:100%}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.project-remark[data-v-2d5d24e1]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:20px;line-height:18px;color:#ccc;border:1px solid transparent;border-radius:2px}.project-remark[data-v-2d5d24e1]:hover{border:1px solid #20a53a}.project-input[data-v-2d5d24e1]{display:inline-flex;align-items:center;width:100%;height:20px;padding:0;border:1px solid #20a53a;border-radius:2px;background-color:#fff}.menu-item[data-v-7ef5af54]{display:flex;align-items:center;height:54px;padding:0 16px;cursor:pointer}.menu-item.active[data-v-7ef5af54]{background-color:#f7f7f7}.menu-item.active .menu-name[data-v-7ef5af54]{color:#20a53a}.menu-item[data-v-7ef5af54]:hover{box-shadow:0 0 38px rgba(0,0,0,.08) inset}.menu-item .menu-name[data-v-7ef5af54]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list[data-v-fb57e04a]{max-height:70%;overflow:auto}.delete-btn[data-v-ef472476]{--n-color-hover: #ef0808;--n-border-hover: 1px solid #ef0808;--n-border-focus: 1px solid #ef0808;--n-border-pressed: 1px solid #ef0808;--n-text-color-hover: #fff;--n-text-color-focus: #ef0808;--n-text-color-pressed: #ef0808}.container-list[data-v-e8e8f2a1]{padding:0 24px 0 16px}.container-item[data-v-e8e8f2a1]{padding:16px 0;border-bottom:1px solid #e8ebf1}.container-item .container-info[data-v-e8e8f2a1]{display:flex;align-items:center}.container-item .container-info .container-name[data-v-e8e8f2a1]{margin-right:10px;font-size:14px}.container-item .container-desc[data-v-e8e8f2a1]{color:#ccc}.container-item .container-port[data-v-e8e8f2a1]{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.jump-link[data-v-9c7767b0]{color:#ccc}.jump-link[data-v-9c7767b0]:hover{color:#1d9534}.n-spin-container[data-v-d7995fdc]>.n-spin-content{overflow:hidden}
|
||||
.project-remark[data-v-5787eab9]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:20px;line-height:18px;color:#ccc;border:1px solid transparent;border-radius:2px}.project-remark[data-v-5787eab9]:hover{border:1px solid #20a53a}.project-input[data-v-5787eab9]{display:inline-flex;align-items:center;width:100%;height:20px;padding:0;border:1px solid #20a53a;border-radius:2px;background-color:#fff}.menu-item[data-v-fcfea68c]{display:flex;align-items:center;height:54px;padding:0 16px;cursor:pointer}.menu-item.active[data-v-fcfea68c]{background-color:#f7f7f7}.menu-item.active .menu-name[data-v-fcfea68c]{color:#20a53a}.menu-item[data-v-fcfea68c]:hover{box-shadow:0 0 38px rgba(0,0,0,.08) inset}.menu-item .menu-name[data-v-fcfea68c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-list[data-v-6a0dfdcf]{max-height:70%;overflow:auto}.delete-btn[data-v-f16c3126]{--n-color-hover: #ef0808;--n-border-hover: 1px solid #ef0808;--n-border-focus: 1px solid #ef0808;--n-border-pressed: 1px solid #ef0808;--n-text-color-hover: #fff;--n-text-color-focus: #ef0808;--n-text-color-pressed: #ef0808}.container-list[data-v-7c502217]{padding:0 24px 0 16px}.container-item[data-v-7c502217]{padding:16px 0;border-bottom:1px solid #e8ebf1}.container-item .container-info[data-v-7c502217]{display:flex;align-items:center}.container-item .container-info .container-name[data-v-7c502217]{margin-right:10px;font-size:14px}.container-item .container-desc[data-v-7c502217]{color:#ccc}.container-item .container-port[data-v-7c502217]{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.jump-link[data-v-0995c1e9]{color:#ccc}.jump-link[data-v-0995c1e9]:hover{color:#1d9534}.n-spin-container[data-v-540e8f70]>.n-spin-content{overflow:hidden}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
.bt-tabs-modal[data-v-8e6d4370]{--n-tab-gap-vertical: 0;--n-tab-border-color: #f0f0f1;--n-tab-color: #f0f0f1;--n-tab-border-radius: 0;--n-tab-text-color-active: #333;--n-tab-padding-vertical: 0 10px 0 20px;height:100%}.bt-tabs-modal[data-v-8e6d4370]>.n-tabs-nav{width:170px;background-color:#f0f0f1}.bt-tabs-modal[data-v-8e6d4370]>.n-tabs-nav .n-tabs-scroll-padding{border:none}.bt-tabs-modal[data-v-8e6d4370]>.n-tabs-nav .n-tabs-wrapper .n-tabs-tab-wrapper .n-tabs-tab{width:170px;height:40px;border:none;justify-content:flex-start}.bt-tabs-modal[data-v-8e6d4370]>.n-tabs-nav .n-tabs-wrapper .n-tabs-tab-wrapper .n-tabs-tab.n-tabs-tab--active{background-color:#fff}.bt-tabs-modal[data-v-8e6d4370]>.n-tabs-nav .n-tabs-wrapper .n-tabs-tab-wrapper .n-tabs-tab .n-tabs-tab__label{overflow:hidden}.bt-tabs-modal[data-v-8e6d4370]>.n-tab-pane{overflow:auto}.is-icon[data-v-8e6d4370]>.n-tabs-nav{width:81px}.is-icon[data-v-8e6d4370]>.n-tabs-nav .n-tabs-tab{width:81px!important;height:74px!important}
|
||||
@charset "UTF-8";.box[data-v-86894d69]{height:calc(100vh - 280px)}.item[data-v-19029e84]{height:calc(100vh - 280px);overflow:auto;border:1px solid #e9e9e9}.item[data-v-19029e84]::-webkit-scrollbar{display:none}.item .list[data-v-19029e84]{padding:10px;cursor:pointer;border-bottom:1px solid #e9e9e9}.item .list[data-v-19029e84]:hover{background:#f5f7fa}.item .list-active[data-v-19029e84]{--un-bg-opacity:1;background-color:rgb(238 248 240 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(32 165 58 / var(--un-text-opacity))}.box[data-v-972f2b72]{height:calc(100vh - 280px)}
|
||||
|
||||
@@ -1 +1 @@
|
||||
@charset "UTF-8";.box[data-v-86894d69]{height:calc(100vh - 280px)}.item[data-v-19029e84]{height:calc(100vh - 280px);overflow:auto;border:1px solid #e9e9e9}.item[data-v-19029e84]::-webkit-scrollbar{display:none}.item .list[data-v-19029e84]{padding:10px;cursor:pointer;border-bottom:1px solid #e9e9e9}.item .list[data-v-19029e84]:hover{background:#f5f7fa}.item .list-active[data-v-19029e84]{--un-bg-opacity:1;background-color:rgb(238 248 240 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(32 165 58 / var(--un-text-opacity))}.box[data-v-972f2b72]{height:calc(100vh - 280px)}
|
||||
@charset "UTF-8";.item[data-v-87bf7484]{height:calc(100vh - 230px);overflow:auto;border:1px solid #e9e9e9}.item[data-v-87bf7484]::-webkit-scrollbar{display:none}.item .list[data-v-87bf7484]{padding:10px;cursor:pointer}.item .list[data-v-87bf7484]:not(:last-child){border-bottom:1px solid #e9e9e9}.item .list[data-v-87bf7484]:hover{background:#f5f7fa}.item .list-active[data-v-87bf7484]{--un-bg-opacity:1;background-color:rgb(238 248 240 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(32 165 58 / var(--un-text-opacity))}[data-v-5bc24312] .button-color{--un-text-opacity:1;color:rgb(231 58 51 / var(--un-text-opacity))}.box[data-v-7029a0a8]{height:calc(100vh - 190px)}
|
||||
|
||||
@@ -1 +1 @@
|
||||
@charset "UTF-8";.item[data-v-87bf7484]{height:calc(100vh - 230px);overflow:auto;border:1px solid #e9e9e9}.item[data-v-87bf7484]::-webkit-scrollbar{display:none}.item .list[data-v-87bf7484]{padding:10px;cursor:pointer}.item .list[data-v-87bf7484]:not(:last-child){border-bottom:1px solid #e9e9e9}.item .list[data-v-87bf7484]:hover{background:#f5f7fa}.item .list-active[data-v-87bf7484]{--un-bg-opacity:1;background-color:rgb(238 248 240 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(32 165 58 / var(--un-text-opacity))}[data-v-5bc24312] .button-color{--un-text-opacity:1;color:rgb(239 8 8 / var(--un-text-opacity))}.box[data-v-7029a0a8]{height:calc(100vh - 190px)}
|
||||
@charset "UTF-8";.item[data-v-0bc2dc6d]{height:calc(100vh - 190px);overflow:auto;border:1px solid #e9e9e9}.item[data-v-0bc2dc6d]::-webkit-scrollbar{display:none}.item .list[data-v-0bc2dc6d]{padding:10px;cursor:pointer}.item .list[data-v-0bc2dc6d]:not(:last-child){border-bottom:1px solid #e9e9e9}.item .list[data-v-0bc2dc6d]:hover{background:#f5f7fa}.item .list-active[data-v-0bc2dc6d]{--un-bg-opacity:1;background-color:rgb(238 248 240 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(32 165 58 / var(--un-text-opacity))}.box[data-v-b6c1b665]{height:calc(100vh - 190px)}.ul-style[data-v-823c6b54]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-823c6b54]{display:flex;align-items:center}.item[data-v-823c6b54]{border-left:3px solid #def2e2}.item li[data-v-823c6b54]{width:180px;margin-left:-3px;font-size:14px;line-height:36px;padding:0 20px;cursor:pointer}.item .active[data-v-823c6b54]{border-left:3px solid #20a53a;color:#20a53a;font-weight:700;font-size:16px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
@charset "UTF-8";.item[data-v-0bc2dc6d]{height:calc(100vh - 190px);overflow:auto;border:1px solid #e9e9e9}.item[data-v-0bc2dc6d]::-webkit-scrollbar{display:none}.item .list[data-v-0bc2dc6d]{padding:10px;cursor:pointer}.item .list[data-v-0bc2dc6d]:not(:last-child){border-bottom:1px solid #e9e9e9}.item .list[data-v-0bc2dc6d]:hover{background:#f5f7fa}.item .list-active[data-v-0bc2dc6d]{--un-bg-opacity:1;background-color:rgb(238 248 240 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(32 165 58 / var(--un-text-opacity))}.box[data-v-b6c1b665]{height:calc(100vh - 190px)}.ul-style[data-v-823c6b54]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-823c6b54]{display:flex;align-items:center}.item[data-v-823c6b54]{border-left:3px solid #def2e2}.item li[data-v-823c6b54]{width:180px;margin-left:-3px;font-size:14px;line-height:36px;padding:0 20px;cursor:pointer}.item .active[data-v-823c6b54]{border-left:3px solid #20a53a;color:#20a53a;font-weight:700;font-size:16px}
|
||||
.ul-style[data-v-1dd38484]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-1dd38484]{display:flex;align-items:center}.item[data-v-1dd38484]{border-left:3px solid #def2e2}.item li[data-v-1dd38484]{width:180px;margin-left:-3px;font-size:14px;line-height:36px;padding:0 20px;cursor:pointer}.item .active[data-v-1dd38484]{border-left:3px solid #20a53a;color:#20a53a;font-weight:700;font-size:16px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.ul-style[data-v-1dd38484]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-1dd38484]{display:flex;align-items:center}.item[data-v-1dd38484]{border-left:3px solid #def2e2}.item li[data-v-1dd38484]{width:180px;margin-left:-3px;font-size:14px;line-height:36px;padding:0 20px;cursor:pointer}.item .active[data-v-1dd38484]{border-left:3px solid #20a53a;color:#20a53a;font-weight:700;font-size:16px}
|
||||
.ul-style[data-v-050bcdc7]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-050bcdc7]{display:flex;align-items:center}.item[data-v-050bcdc7]{border-left:3px solid #def2e2}.item li[data-v-050bcdc7]{width:180px;margin-left:-3px;font-size:14px;line-height:36px;padding:0 20px;cursor:pointer}.item .active[data-v-050bcdc7]{border-left:3px solid #20a53a;color:#20a53a;font-weight:700;font-size:16px}.box[data-v-1d6d86f0],.box[data-v-f95958bd]{height:calc(100vh - 280px)}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.update-new[data-v-02f363fd]{color:#555}.update-head[data-v-02f363fd]{display:flex;align-items:center;height:36px;padding:0 80px 0 20px;background-color:#37bc51;color:#fff;font-size:14px;border-top-left-radius:4px;border-top-right-radius:4px}.update-back[data-v-02f363fd]{position:absolute;width:100%;height:100px;background:linear-gradient(to top,#fff,#37bc51);z-index:10}.update-title[data-v-02f363fd]{margin-bottom:24px;display:flex;align-items:center;justify-content:center;font-size:22px;--un-text-opacity:1;color:rgb(86 86 86 / var(--un-text-opacity));font-weight:700}
|
||||
.update-new[data-v-1a7325a2]{color:#555}.update-head[data-v-1a7325a2]{display:flex;align-items:center;height:36px;padding:0 80px 0 20px;background-color:#37bc51;color:#fff;font-size:14px;border-top-left-radius:4px;border-top-right-radius:4px}.update-back[data-v-1a7325a2]{position:absolute;width:100%;height:100px;background:linear-gradient(to top,#fff,#37bc51);z-index:10}.update-title[data-v-1a7325a2]{margin-bottom:24px;display:flex;align-items:center;justify-content:center;font-size:22px;--un-text-opacity:1;color:rgb(86 86 86 / var(--un-text-opacity));font-weight:700}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
.n-button[data-v-d0312145]{padding:0 24px;--n-height: 40px;--n-border-radius: 2px;--n-color: #eee;--n-text-color: #333;--n-border: none;--n-color-hover: #20a53a;--n-border-hover: 1px solid #20a53a;--n-text-color-hover: #fff;--n-color-focus: #20a53a;--n-text-color-focus: #fff;--n-border-focus: 1px solid #20a53a}.bg-recommend[data-v-d0312145]{position:absolute;width:32px;height:32px;top:-1px;left:-1px;background-image:url(/static/vite/images/recommend.svg);background-repeat:no-repeat;background-position:center;background-size:contain}
|
||||
.cke_editor_editor .cke_top{padding:2px;height:28px!important}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.cke_editor_editor .cke_top{padding:2px;height:28px!important}
|
||||
.setting-card[data-v-7c578c97]{padding:12px}.setting-card .setting-title[data-v-7c578c97]{margin-bottom:12px;font-size:15px;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));font-weight:700;line-height:28px}.n-spin-container[data-v-d766324d] .n-spin-body{left:0;transform:translate(0) translateY(-50%)}.n-spin-container[data-v-d766324d] .n-spin-body .n-base-loading{display:none}.n-spin-container[data-v-d766324d] .n-spin-body .n-spin-description{margin-top:0}.setting-title[data-v-4e97a64e]{font-size:18px;margin-bottom:12px}.backup-title[data-v-1cd99818]{margin-bottom:20px;padding-left:20px;font-size:16px;color:#666}.backup-title[data-v-b049e3dd]{padding-left:20px;font-size:16px;color:#666}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.setting-card[data-v-7c578c97]{padding:12px}.setting-card .setting-title[data-v-7c578c97]{margin-bottom:12px;font-size:15px;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));font-weight:700;line-height:28px}.n-spin-container[data-v-d766324d] .n-spin-body{left:0;transform:translate(0) translateY(-50%)}.n-spin-container[data-v-d766324d] .n-spin-body .n-base-loading{display:none}.n-spin-container[data-v-d766324d] .n-spin-body .n-spin-description{margin-top:0}.setting-title[data-v-4e97a64e]{font-size:18px;margin-bottom:12px}.backup-title[data-v-1cd99818]{margin-bottom:20px;padding-left:20px;font-size:16px;color:#666}.backup-title[data-v-b049e3dd]{padding-left:20px;font-size:16px;color:#666}
|
||||
.separator[data-v-f03e1dfd]{display:flex;align-items:center;justify-content:center;width:36px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.start-time[data-v-f03e1dfd] .n-input .n-input__border{border-right:none}.end-time[data-v-f03e1dfd] .n-input .n-input__border{border-left:none}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.separator[data-v-f03e1dfd]{display:flex;align-items:center;justify-content:center;width:36px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.start-time[data-v-f03e1dfd] .n-input .n-input__border{border-right:none}.end-time[data-v-f03e1dfd] .n-input .n-input__border{border-left:none}
|
||||
.n-radio-group .n-radio-button[data-v-510567b2]{padding:0 10px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.n-radio-group .n-radio-button[data-v-6be620d4]{padding:0 10px}
|
||||
.ul-style[data-v-c0b88226]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-c0b88226]{display:flex;align-items:center}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.ul-style[data-v-c0b88226]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-c0b88226]{display:flex;align-items:center}
|
||||
.n-alert[data-v-88b60c14]{--n-color: #f2dede;--n-icon-color: #ef0808;--n-content-text-color: #ef0808}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.n-alert[data-v-88b60c14]{--n-color: #f2dede;--n-icon-color: #ef0808;--n-content-text-color: #ef0808}
|
||||
.ul-style[data-v-f9cef105]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-f9cef105]{display:flex;align-items:center}.item[data-v-f9cef105]{border-left:3px solid #def2e2}.item li[data-v-f9cef105]{width:180px;margin-left:-3px;font-size:14px;line-height:36px;padding:0 20px;cursor:pointer}.item .active[data-v-f9cef105]{border-left:3px solid #20a53a;color:#20a53a;font-weight:700;font-size:16px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.ul-style[data-v-f9cef105]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-f9cef105]{display:flex;align-items:center}.item[data-v-f9cef105]{border-left:3px solid #def2e2}.item li[data-v-f9cef105]{width:180px;margin-left:-3px;font-size:14px;line-height:36px;padding:0 20px;cursor:pointer}.item .active[data-v-f9cef105]{border-left:3px solid #20a53a;color:#20a53a;font-weight:700;font-size:16px}
|
||||
.form[data-v-201446e2] .n-form-item{margin-right:5px!important}.form[data-v-201446e2] .n-form-item-label{width:auto!important;padding:5px!important}.ul-style[data-v-f55518e2]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-f55518e2]{display:flex;align-items:center}.item[data-v-f55518e2]{border-left:3px solid #def2e2}.item li[data-v-f55518e2]{width:180px;margin-left:-3px;font-size:14px;line-height:36px;padding:0 20px;cursor:pointer}.item .active[data-v-f55518e2]{border-left:3px solid #20a53a;color:#20a53a;font-weight:700;font-size:16px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.form[data-v-201446e2] .n-form-item{margin-right:5px!important}.form[data-v-201446e2] .n-form-item-label{width:auto!important;padding:5px!important}.ul-style[data-v-f55518e2]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px}.ul-style li[data-v-f55518e2]{display:flex;align-items:center}.item[data-v-f55518e2]{border-left:3px solid #def2e2}.item li[data-v-f55518e2]{width:180px;margin-left:-3px;font-size:14px;line-height:36px;padding:0 20px;cursor:pointer}.item .active[data-v-f55518e2]{border-left:3px solid #20a53a;color:#20a53a;font-weight:700;font-size:16px}
|
||||
.list[data-v-bea40fc8]{cursor:pointer;--un-bg-opacity:1;background-color:rgb(230 230 230 / var(--un-bg-opacity));padding:8px 16px}.active[data-v-bea40fc8]{--un-bg-opacity:1;background-color:rgb(32 165 58 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.box[data-v-25ba4c48]{--un-bg-opacity:1;background-color:rgb(223 240 216 / var(--un-bg-opacity));padding:16px;--un-text-opacity:1;color:rgb(60 118 61 / var(--un-text-opacity));font-weight:600;border:1px solid #d6e9c6;border-radius:4px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.list[data-v-bea40fc8]{cursor:pointer;--un-bg-opacity:1;background-color:rgb(230 230 230 / var(--un-bg-opacity));padding:8px 16px}.active[data-v-bea40fc8]{--un-bg-opacity:1;background-color:rgb(32 165 58 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.box[data-v-25ba4c48]{--un-bg-opacity:1;background-color:rgb(223 240 216 / var(--un-bg-opacity));padding:16px;--un-text-opacity:1;color:rgb(60 118 61 / var(--un-text-opacity));font-weight:600;border:1px solid #d6e9c6;border-radius:4px}
|
||||
.box[data-v-86e313fd]{margin-top:16px;display:flex;align-items:center;--un-bg-opacity:1;background-color:rgb(242 222 222 / var(--un-bg-opacity));padding:16px;--un-text-opacity:1;color:rgb(169 68 66 / var(--un-text-opacity));font-weight:600;border:1px solid #ebccd1;border-radius:4px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.box[data-v-86e313fd]{margin-top:16px;display:flex;align-items:center;--un-bg-opacity:1;background-color:rgb(242 222 222 / var(--un-bg-opacity));padding:16px;--un-text-opacity:1;color:rgb(169 68 66 / var(--un-text-opacity));font-weight:600;border:1px solid #ebccd1;border-radius:4px}
|
||||
.select-box[data-v-261b1844]{margin-bottom:16px;padding:8px;flex-direction:column!important;border-radius:4px;border:1px solid #dddddd}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.select-box[data-v-261b1844]{margin-bottom:16px;padding:8px;flex-direction:column!important;border-radius:4px;border:1px solid #dddddd}
|
||||
.number-control[data-v-c6d8d3e3]{display:flex;align-items:center;flex-wrap:wrap}.number-control .minus[data-v-c6d8d3e3],.number-control .plus[data-v-c6d8d3e3]{width:35px;height:35px;border:1px solid #ececec;position:relative;cursor:pointer}.number-control .minus.is-disable[data-v-c6d8d3e3],.number-control .plus.is-disable[data-v-c6d8d3e3]{background:#efefef;border-color:#ccc;cursor:not-allowed}.number-control .minus[data-v-c6d8d3e3]:before,.number-control .minus[data-v-c6d8d3e3]:after,.number-control .plus[data-v-c6d8d3e3]:before,.number-control .plus[data-v-c6d8d3e3]:after{content:"";position:absolute;background:#555}.number-control .minus[data-v-c6d8d3e3]:hover,.number-control .plus[data-v-c6d8d3e3]:hover{--un-bg-opacity:1;background-color:rgb(32 165 58 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.number-control .minus[data-v-c6d8d3e3]:hover:before,.number-control .minus[data-v-c6d8d3e3]:hover:after,.number-control .plus[data-v-c6d8d3e3]:hover:before,.number-control .plus[data-v-c6d8d3e3]:hover:after{background:#fff}.number-control .minus[data-v-c6d8d3e3]:before{width:14px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.number-control .plus[data-v-c6d8d3e3]:before{width:14px;height:2px}.number-control .plus[data-v-c6d8d3e3]:after{width:2px;height:14px}.number-control .plus[data-v-c6d8d3e3]:before,.number-control .plus[data-v-c6d8d3e3]:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.number-control .number-input[data-v-c6d8d3e3]{margin-left:2px;margin-right:2px;width:50px;height:35px;--un-bg-opacity:1;background-color:rgb(241 249 243 / var(--un-bg-opacity));text-align:center;--un-text-opacity:1;color:rgb(32 165 58 / var(--un-text-opacity));border:2px solid #20a53a}.total-price[data-v-018ce2c9]{height:110px;align-items:center;padding-left:20px;padding-right:20px;box-shadow:0 0 10px rgba(184,184,184,.25)}.option-item[data-v-f05b162f]{position:relative;cursor:pointer;padding-left:20px;padding-right:20px;text-align:center;line-height:32px;border:2px solid #ececec;border-radius:2px}.option-item.is-active[data-v-f05b162f]{border-width:2px;--un-border-opacity:1;border-color:rgb(32 165 58 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(241 249 243 / var(--un-bg-opacity))}.option-item.is-active[data-v-f05b162f]:after{content:"";position:absolute;right:-2px;bottom:-1px;border-left:25px solid transparent;border-bottom:25px solid #20a53a}.option-item.is-active[data-v-f05b162f]:before{content:"";position:absolute;right:0;bottom:5px;width:12px;height:6px;border-bottom:2px solid #fff;border-left:2px solid #fff;transform:rotate(-45deg);z-index:1}.option-item .item-title[data-v-f05b162f]{margin:0 10px;font-weight:700;border-bottom:1px solid #ececec}.option-item .item-tag[data-v-f05b162f]{position:absolute;right:-2px;top:-10px;--un-bg-opacity:1;background-color:rgb(255 96 0 / var(--un-bg-opacity));padding:2px 6px;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));line-height:15px;border-radius:0 9px}.n-alert[data-v-f05b162f]{--n-content-text-color: #db2828;--n-icon-color: #db2828;--n-color: #fbeaea}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.number-control[data-v-c6d8d3e3]{display:flex;align-items:center;flex-wrap:wrap}.number-control .minus[data-v-c6d8d3e3],.number-control .plus[data-v-c6d8d3e3]{width:35px;height:35px;border:1px solid #ececec;position:relative;cursor:pointer}.number-control .minus.is-disable[data-v-c6d8d3e3],.number-control .plus.is-disable[data-v-c6d8d3e3]{background:#efefef;border-color:#ccc;cursor:not-allowed}.number-control .minus[data-v-c6d8d3e3]:before,.number-control .minus[data-v-c6d8d3e3]:after,.number-control .plus[data-v-c6d8d3e3]:before,.number-control .plus[data-v-c6d8d3e3]:after{content:"";position:absolute;background:#555}.number-control .minus[data-v-c6d8d3e3]:hover,.number-control .plus[data-v-c6d8d3e3]:hover{--un-bg-opacity:1;background-color:rgb(32 165 58 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.number-control .minus[data-v-c6d8d3e3]:hover:before,.number-control .minus[data-v-c6d8d3e3]:hover:after,.number-control .plus[data-v-c6d8d3e3]:hover:before,.number-control .plus[data-v-c6d8d3e3]:hover:after{background:#fff}.number-control .minus[data-v-c6d8d3e3]:before{width:14px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.number-control .plus[data-v-c6d8d3e3]:before{width:14px;height:2px}.number-control .plus[data-v-c6d8d3e3]:after{width:2px;height:14px}.number-control .plus[data-v-c6d8d3e3]:before,.number-control .plus[data-v-c6d8d3e3]:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.number-control .number-input[data-v-c6d8d3e3]{margin-left:2px;margin-right:2px;width:50px;height:35px;--un-bg-opacity:1;background-color:rgb(241 249 243 / var(--un-bg-opacity));text-align:center;--un-text-opacity:1;color:rgb(32 165 58 / var(--un-text-opacity));border:2px solid #20a53a}.total-price[data-v-90823c67]{height:110px;align-items:center;padding-left:20px;padding-right:20px;box-shadow:0 0 10px rgba(184,184,184,.25)}.option-item[data-v-987607de]{position:relative;cursor:pointer;padding-left:20px;padding-right:20px;text-align:center;line-height:32px;border:2px solid #ececec;border-radius:2px}.option-item.is-active[data-v-987607de]{border-width:2px;--un-border-opacity:1;border-color:rgb(32 165 58 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(241 249 243 / var(--un-bg-opacity))}.option-item.is-active[data-v-987607de]:after{content:"";position:absolute;right:-2px;bottom:-1px;border-left:25px solid transparent;border-bottom:25px solid #20a53a}.option-item.is-active[data-v-987607de]:before{content:"";position:absolute;right:0;bottom:5px;width:12px;height:6px;border-bottom:2px solid #fff;border-left:2px solid #fff;transform:rotate(-45deg);z-index:1}.option-item .item-title[data-v-987607de]{margin:0 10px;font-weight:700;border-bottom:1px solid #ececec}.option-item .item-tag[data-v-987607de]{position:absolute;right:-2px;top:-10px;--un-bg-opacity:1;background-color:rgb(255 96 0 / var(--un-bg-opacity));padding:2px 6px;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));line-height:15px;border-radius:0 9px}.n-alert[data-v-987607de]{--n-content-text-color: #db2828;--n-icon-color: #db2828;--n-color: #fbeaea}
|
||||
[data-v-3f2e8f75] .xterm{padding:12px!important}.box[data-v-3f2e8f75]{height:calc(100vh - 160px)}.terminal[data-v-b0b3524c]{position:relative;height:100%}.head[data-v-b0b3524c]{position:relative;height:40px;align-items:center;--un-bg-opacity:1;background-color:rgb(241 241 241 / var(--un-bg-opacity))}.head .item[data-v-b0b3524c]{width:160px;height:100%;display:flex;cursor:pointer;align-items:center;justify-content:space-between;padding-left:8px;padding-right:8px;border-right:1px solid rgb(231,225,225)}.head .item .close-terminal[data-v-b0b3524c]{--un-text-opacity:1;color:rgb(239 8 8 / var(--un-text-opacity))}.head .item .close-terminal[data-v-b0b3524c]:hover{--un-bg-opacity:1;background-color:rgb(247 247 247 / var(--un-bg-opacity))}.head .item .text[data-v-b0b3524c]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.head .item .icon[data-v-b0b3524c]{margin-right:5px;width:10px;height:10px;--un-bg-opacity:1;background-color:rgb(32 165 58 / var(--un-bg-opacity));display:inline-block;border-radius:50%}.head .item .icon-active[data-v-b0b3524c]{--un-bg-opacity:1;background-color:rgb(247 11 60 / var(--un-bg-opacity))}.head .item[data-v-b0b3524c]:hover{--un-bg-opacity:1;background-color:rgb(218 218 218 / var(--un-bg-opacity))}.head .item-active[data-v-b0b3524c]{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));background:#424242!important}.head .add-terminal[data-v-b0b3524c]{width:40px;height:40px;text-align:center;line-height:50px}.head .add-terminal[data-v-b0b3524c]:hover{--un-bg-opacity:1;background-color:rgb(204 204 204 / var(--un-bg-opacity))}.context-menu[data-v-b0b3524c]{position:absolute;z-index:9999;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));border-radius:5px}.context-menu ul[data-v-b0b3524c]{width:150px;padding-top:5px;padding-bottom:5px;list-style:none}.context-menu ul li[data-v-b0b3524c]{cursor:pointer;padding:8px 10px}.context-menu ul li[data-v-b0b3524c]:hover{--un-bg-opacity:1;background-color:rgb(231 245 233 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(29 149 52 / var(--un-text-opacity))}.terminal-contract-tool[data-v-b0b3524c]{position:absolute;right:0;top:50%;z-index:50;height:4rem;width:2rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-bottom-left-radius:9999px;border-top-left-radius:9999px;--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity));background-color:#555;transform:translateY(-50%)}.terminal-contract-tool[data-v-b0b3524c]:after{content:"";--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));border:2px solid rgb(255,255,255);transform:rotate(45deg);border-left-width:0;border-bottom-width:0;height:1rem;width:1rem}.terminal-contract-tool[data-v-b0b3524c]:hover{--un-bg-opacity:1;background-color:rgb(107 114 128 / var(--un-bg-opacity))}.active[data-v-b0b3524c]:after{transform:rotate(-135deg)!important}.box[data-v-932584a7]{height:calc(100vh - 52px)}
|
||||
|
||||
@@ -1 +1 @@
|
||||
[data-v-3f2e8f75] .xterm{padding:12px!important}.box[data-v-3f2e8f75]{height:calc(100vh - 160px)}.terminal[data-v-b0b3524c]{position:relative;height:100%}.head[data-v-b0b3524c]{position:relative;height:40px;align-items:center;--un-bg-opacity:1;background-color:rgb(241 241 241 / var(--un-bg-opacity))}.head .item[data-v-b0b3524c]{width:160px;height:100%;display:flex;cursor:pointer;align-items:center;justify-content:space-between;padding-left:8px;padding-right:8px;border-right:1px solid rgb(231,225,225)}.head .item .close-terminal[data-v-b0b3524c]{--un-text-opacity:1;color:rgb(239 8 8 / var(--un-text-opacity))}.head .item .close-terminal[data-v-b0b3524c]:hover{--un-bg-opacity:1;background-color:rgb(247 247 247 / var(--un-bg-opacity))}.head .item .text[data-v-b0b3524c]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.head .item .icon[data-v-b0b3524c]{margin-right:5px;width:10px;height:10px;--un-bg-opacity:1;background-color:rgb(32 165 58 / var(--un-bg-opacity));display:inline-block;border-radius:50%}.head .item .icon-active[data-v-b0b3524c]{--un-bg-opacity:1;background-color:rgb(247 11 60 / var(--un-bg-opacity))}.head .item[data-v-b0b3524c]:hover{--un-bg-opacity:1;background-color:rgb(218 218 218 / var(--un-bg-opacity))}.head .item-active[data-v-b0b3524c]{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));background:#424242!important}.head .add-terminal[data-v-b0b3524c]{width:40px;height:40px;text-align:center;line-height:50px}.head .add-terminal[data-v-b0b3524c]:hover{--un-bg-opacity:1;background-color:rgb(204 204 204 / var(--un-bg-opacity))}.context-menu[data-v-b0b3524c]{position:absolute;z-index:9999;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));border-radius:5px}.context-menu ul[data-v-b0b3524c]{width:150px;padding-top:5px;padding-bottom:5px;list-style:none}.context-menu ul li[data-v-b0b3524c]{cursor:pointer;padding:8px 10px}.context-menu ul li[data-v-b0b3524c]:hover{--un-bg-opacity:1;background-color:rgb(231 245 233 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(29 149 52 / var(--un-text-opacity))}.terminal-contract-tool[data-v-b0b3524c]{position:absolute;right:0;top:50%;z-index:50;height:4rem;width:2rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-bottom-left-radius:9999px;border-top-left-radius:9999px;--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity));background-color:#555;transform:translateY(-50%)}.terminal-contract-tool[data-v-b0b3524c]:after{content:"";--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));border:2px solid rgb(255,255,255);transform:rotate(45deg);border-left-width:0;border-bottom-width:0;height:1rem;width:1rem}.terminal-contract-tool[data-v-b0b3524c]:hover{--un-bg-opacity:1;background-color:rgb(107 114 128 / var(--un-bg-opacity))}.active[data-v-b0b3524c]:after{transform:rotate(-135deg)!important}.box[data-v-932584a7]{height:calc(100vh - 52px)}
|
||||
.iframePage[data-v-dd081d53]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:996;width:100%;height:100%;border-style:none}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.iframePage[data-v-dd081d53]{position:fixed;left:0;right:0;top:0;bottom:0;z-index:996;width:100%;height:100%;border-style:none}
|
||||
.wap-card[data-v-2f1d0213]{--n-border-radius: 6px;--n-title-font-size: 14px;border:1px #f7f7f7 solid;box-shadow:0 1px 3px 1px rgba(0,0,0,.05)}.wap-card[data-v-2f1d0213] .n-card-header{height:50px;padding:0 16px}.refresh-progress[data-v-8898e53f]{width:28px;cursor:pointer}.bt-radio[data-v-f8a2b372] .n-radio-button:last-child{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.bt-date-picker[data-v-f8a2b372] .n-input{border-top-left-radius:0;border-bottom-left-radius:0}.count-item[data-v-c6ff642a]{color:#888}.count-item+.count-item[data-v-c6ff642a]{padding-top:20px;margin-top:20px;border-top:1px solid #dcdcdc}.count-item .count-tit[data-v-c6ff642a]{margin-bottom:12px;font-size:14px}.count-item .count-val[data-v-c6ff642a]{display:flex;align-items:baseline;padding-left:12px}.count-item .count-num[data-v-c6ff642a]{font-size:22px;font-weight:700;cursor:pointer}.district-legend[data-v-9406e065]{position:absolute;left:4%;bottom:4%;display:flex;align-items:center;color:#7b7d98}.district-legend .item[data-v-9406e065]{width:15px;height:4px}.district-legend .item+.item[data-v-9406e065]{margin-left:6px}.district-legend .item[data-v-9406e065]:nth-of-type(1){background-color:rgba(62,183,82,.125)}.district-legend .item[data-v-9406e065]:nth-of-type(2){background-color:rgba(62,183,82,.5)}.district-legend .item[data-v-9406e065]:nth-of-type(3){background-color:#3eb752}.attack-map{width:100%;height:100%}.attack-map>div:first-child:before{content:"";background:radial-gradient(closest-side,#fff,#f7f8fa);border-radius:100%;width:464px;height:464px;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;border:26px solid #fff}.attack-map>div:first-child:after{content:"";background:radial-gradient(closest-side,#fff,#fff);border-radius:100%;display:inline-block;width:524px;height:524px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;border:10px solid rgb(247 248 250)}.attack-map canvas{z-index:4}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.wap-card[data-v-2f1d0213]{--n-border-radius: 6px;--n-title-font-size: 14px;border:1px #f7f7f7 solid;box-shadow:0 1px 3px 1px rgba(0,0,0,.05)}.wap-card[data-v-2f1d0213] .n-card-header{height:50px;padding:0 16px}.refresh-progress[data-v-8898e53f]{width:28px;cursor:pointer}.bt-radio[data-v-f8a2b372] .n-radio-button:last-child{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.bt-date-picker[data-v-f8a2b372] .n-input{border-top-left-radius:0;border-bottom-left-radius:0}.count-item[data-v-c6ff642a]{color:#888}.count-item+.count-item[data-v-c6ff642a]{padding-top:20px;margin-top:20px;border-top:1px solid #dcdcdc}.count-item .count-tit[data-v-c6ff642a]{margin-bottom:12px;font-size:14px}.count-item .count-val[data-v-c6ff642a]{display:flex;align-items:baseline;padding-left:12px}.count-item .count-num[data-v-c6ff642a]{font-size:22px;font-weight:700;cursor:pointer}.district-legend[data-v-d721440b]{position:absolute;left:4%;bottom:4%;display:flex;align-items:center;color:#7b7d98}.district-legend .item[data-v-d721440b]{width:15px;height:4px}.district-legend .item+.item[data-v-d721440b]{margin-left:6px}.district-legend .item[data-v-d721440b]:nth-of-type(1){background-color:rgba(62,183,82,.125)}.district-legend .item[data-v-d721440b]:nth-of-type(2){background-color:rgba(62,183,82,.5)}.district-legend .item[data-v-d721440b]:nth-of-type(3){background-color:#3eb752}.attack-map{width:100%;height:100%}.attack-map>div:first-child:before{content:"";background:radial-gradient(closest-side,#fff,#f7f8fa);border-radius:100%;width:464px;height:464px;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;border:26px solid #fff}.attack-map>div:first-child:after{content:"";background:radial-gradient(closest-side,#fff,#fff);border-radius:100%;display:inline-block;width:524px;height:524px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;border:10px solid rgb(247 248 250)}.attack-map canvas{z-index:4}
|
||||
.bt-radio[data-v-bf5d25af] .n-radio-button:last-child{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.bt-date-picker[data-v-bf5d25af] .n-input{border-top-left-radius:0;border-bottom-left-radius:0}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.bt-radio[data-v-bf5d25af] .n-radio-button:last-child{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.bt-date-picker[data-v-bf5d25af] .n-input{border-top-left-radius:0;border-bottom-left-radius:0}
|
||||
.n-select[data-v-aba322fe] .n-base-selection-tag-wrapper{padding:0 0 3px}.form-title[data-v-8a3017c5]{margin-bottom:20px;font-size:16px}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
.rank-table[data-v-9bacc249]{--n-merged-border-color: transparent;height:100%}.rank-table[data-v-9bacc249] .n-data-table-thead{display:none}.bt-radio[data-v-9ee89472] .n-radio-button:last-child{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.bt-date-picker[data-v-9ee89472]{width:220px}.bt-date-picker[data-v-9ee89472] .n-input{border-top-left-radius:0;border-bottom-left-radius:0}.report-tabs[data-v-0329e270]{--n-tab-gap: 0;--n-tab-padding: 14px 24px;--n-tab-font-size: 14px;--n-pane-padding-top: 16px;--n-pane-padding-left: 16px;--n-pane-padding-right: 16px;--n-pane-padding-bottom: 16px}.report-card[data-v-0329e270]{--n-title-font-size: 14px}.report-card[data-v-0329e270] .n-card-header{min-height:50px}
|
||||
.setting-card[data-v-efbefa27]{padding:20px;border-radius:4px;background-color:rgba(32,165,58,.1);transition:background-color .2s;cursor:pointer}.setting-card.error[data-v-efbefa27]{background-color:rgba(255,0,0,.1)}.setting-card .n-button[data-v-efbefa27]{--n-color: #fff;--n-color-pressed: #fff;--n-color-focus: #fff;--n-color-disabled: #fff}.setting-card .n-button+.n-button[data-v-efbefa27]{margin-left:12px}.setting-card[data-v-7a2d217e]{padding:20px;border:1px solid var(--n-border-color);transition:background-color .2s;cursor:pointer}.setting-card[data-v-7a2d217e]:hover{background-color:rgba(165,165,165,.08)}.setting-tabs[data-v-f0a6d691]{--n-tab-gap: 0;--n-tab-font-size: 14px;--n-tab-padding: 14px 20px 12px;--n-tab-font-weight-active: 700}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.setting-card[data-v-efbefa27]{padding:20px;border-radius:4px;background-color:rgba(32,165,58,.1);transition:background-color .2s;cursor:pointer}.setting-card.error[data-v-efbefa27]{background-color:rgba(255,0,0,.1)}.setting-card .n-button[data-v-efbefa27]{--n-color: #fff;--n-color-pressed: #fff;--n-color-focus: #fff;--n-color-disabled: #fff}.setting-card .n-button+.n-button[data-v-efbefa27]{margin-left:12px}.setting-card[data-v-7a2d217e]{padding:20px;border:1px solid var(--n-border-color);transition:background-color .2s;cursor:pointer}.setting-card[data-v-7a2d217e]:hover{background-color:rgba(165,165,165,.08)}.setting-tabs[data-v-f0a6d691]{--n-tab-gap: 0;--n-tab-font-size: 14px;--n-tab-padding: 14px 20px 12px;--n-tab-font-weight-active: 700}
|
||||
.ul-style[data-v-4f7d81f6]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px;list-style:square}.ul-style li[data-v-4f7d81f6]{list-style:square}.n-image[data-v-4f7d81f6]{border:1px solid #ebeef5}.install-tabs[data-v-4f7d81f6]{--n-tab-font-size: 14px;--n-pane-padding-top: 0;--n-pane-padding-left: 24px;--n-tab-font-weight-active: bold}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.ul-style[data-v-4f7d81f6]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px;list-style:square}.ul-style li[data-v-4f7d81f6]{list-style:square}.n-image[data-v-4f7d81f6]{border:1px solid #ebeef5}.install-tabs[data-v-4f7d81f6]{--n-tab-font-size: 14px;--n-pane-padding-top: 0;--n-pane-padding-left: 24px;--n-tab-font-weight-active: bold}
|
||||
.website-name[data-v-254d1ae1]{display:flex;align-items:center;gap:8px;width:100%}.website-icon[data-v-254d1ae1]{width:24px;flex-shrink:0;cursor:pointer}.website-info[data-v-254d1ae1]{flex:1;min-width:0;overflow:hidden}.website-description[data-v-254d1ae1]{margin-top:2px}.website-status[data-v-40a31c54]{display:inline-flex;font-size:20px;cursor:pointer}.n-date-panel[data-v-24ef9d79]{margin:0}.n-date-panel[data-v-24ef9d79] .n-date-panel-calendar{padding:6px 0 12px}.n-date-panel[data-v-24ef9d79] .n-date-panel--month .n-date-panel-footer{display:none}.n-date-panel[data-v-24ef9d79] .n-date-panel-footer{padding:12px 0 6px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.website-name[data-v-014727a8]{display:flex;align-items:center;gap:8px;width:100%}.website-icon[data-v-014727a8]{width:24px;flex-shrink:0;cursor:pointer}.website-info[data-v-014727a8]{flex:1;min-width:0;overflow:hidden}.website-description[data-v-014727a8]{margin-top:2px}.website-status[data-v-d9a6201b]{display:inline-flex;font-size:20px;cursor:pointer}.n-date-panel[data-v-4583ec55]{margin:0}.n-date-panel[data-v-4583ec55] .n-date-panel-calendar{padding:6px 0 12px}.n-date-panel[data-v-4583ec55] .n-date-panel--month .n-date-panel-footer{display:none}.n-date-panel[data-v-4583ec55] .n-date-panel-footer{padding:12px 0 6px}
|
||||
.bt-tabs-modal[data-v-8e6d4370]{--n-tab-gap-vertical: 0;--n-tab-border-color: #f0f0f1;--n-tab-color: #f0f0f1;--n-tab-border-radius: 0;--n-tab-text-color-active: #333;--n-tab-padding-vertical: 0 10px 0 20px;height:100%}.bt-tabs-modal[data-v-8e6d4370]>.n-tabs-nav{width:170px;background-color:#f0f0f1}.bt-tabs-modal[data-v-8e6d4370]>.n-tabs-nav .n-tabs-scroll-padding{border:none}.bt-tabs-modal[data-v-8e6d4370]>.n-tabs-nav .n-tabs-wrapper .n-tabs-tab-wrapper .n-tabs-tab{width:170px;height:40px;border:none;justify-content:flex-start}.bt-tabs-modal[data-v-8e6d4370]>.n-tabs-nav .n-tabs-wrapper .n-tabs-tab-wrapper .n-tabs-tab.n-tabs-tab--active{background-color:#fff}.bt-tabs-modal[data-v-8e6d4370]>.n-tabs-nav .n-tabs-wrapper .n-tabs-tab-wrapper .n-tabs-tab .n-tabs-tab__label{overflow:hidden}.bt-tabs-modal[data-v-8e6d4370]>.n-tab-pane{overflow:auto}.is-icon[data-v-8e6d4370]>.n-tabs-nav{width:81px}.is-icon[data-v-8e6d4370]>.n-tabs-nav .n-tabs-tab{width:81px!important;height:74px!important}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.warning[data-v-6d68f8a5]{padding:8px;border-radius:4px;background-color:#fdf6ec;color:#e6a23c}[data-v-4c2240a4] .row-padding>:last-child{padding-left:0!important}[data-v-8fe25d5b] .row-padding>:last-child{padding-left:0!important}.n-alert[data-v-5b421d8b]{--n-font-size: 12px}.cert-info[data-v-5b421d8b]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-5b421d8b]{color:#666;font-weight:700}.cert-info .cert-value[data-v-5b421d8b]{flex:1;width:0;margin-left:4px}.n-alert[data-v-7a84f263]{--n-font-size: 12px}.cert-info[data-v-7a84f263]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-7a84f263]{color:#666;font-weight:700}.cert-info .cert-value[data-v-7a84f263]{flex:1;width:0;margin-left:4px}.ul-style[data-v-0744d9b2]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:20px;font-size:16px}.ul-style li[data-v-0744d9b2]{display:flex;align-items:center}
|
||||
.warning[data-v-6d68f8a5]{padding:8px;border-radius:4px;background-color:#fdf6ec;color:#e6a23c}[data-v-4c2240a4] .row-padding>:last-child{padding-left:0!important}[data-v-8fe25d5b] .row-padding>:last-child{padding-left:0!important}.tips[data-v-aa6a1ab9]{margin-left:10px;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.n-alert[data-v-5b421d8b]{--n-font-size: 12px}.cert-info[data-v-5b421d8b]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-5b421d8b]{color:#666;font-weight:700}.cert-info .cert-value[data-v-5b421d8b]{flex:1;width:0;margin-left:4px}.n-alert[data-v-7a84f263]{--n-font-size: 12px}.cert-info[data-v-7a84f263]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-7a84f263]{color:#666;font-weight:700}.cert-info .cert-value[data-v-7a84f263]{flex:1;width:0;margin-left:4px}.ul-style[data-v-0744d9b2]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:20px;font-size:16px}.ul-style li[data-v-0744d9b2]{display:flex;align-items:center}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
.login-container[data-v-7ac5dd55]{display:flex;width:100%;max-width:960px;height:400px;background-color:#fff}.left-panel[data-v-7ac5dd55]{width:50%;padding:42px 24px;background:linear-gradient(0deg,#d8efdb,#edf7ef)}.right-panel[data-v-7ac5dd55]{width:50%;padding:40px 24px}h1[data-v-7ac5dd55]{font-size:30px;margin-bottom:32px;font-weight:700}.feature-list[data-v-7ac5dd55]{list-style:none;margin-top:20px}.feature-list li[data-v-7ac5dd55]{position:relative;font-size:14px;display:flex;gap:6px;line-height:20px}.feature-list li[data-v-7ac5dd55]:first-of-type{margin-bottom:16px}.feature-list li+li[data-v-7ac5dd55]{margin-top:12px}.feature-list li span[data-v-7ac5dd55]:first-of-type{display:flex;justify-content:center;width:20px;height:20px}.skip-link[data-v-7ac5dd55]{position:absolute;right:24px;bottom:16px;text-align:right;margin-top:30px}.skip-link a[data-v-7ac5dd55]{color:#999;text-decoration:none}
|
||||
.login-container[data-v-ed787c9d]{display:flex;width:100%;max-width:960px;height:400px;background-color:#fff;border-radius:10px;overflow:hidden}.left-panel[data-v-ed787c9d]{width:50%;padding:42px 24px;background:linear-gradient(0deg,#d8efdb,#edf7ef)}.right-panel[data-v-ed787c9d]{width:50%;padding:40px 24px}h1[data-v-ed787c9d]{font-size:30px;margin-bottom:32px;font-weight:700}.feature-list[data-v-ed787c9d]{list-style:none;margin-top:20px}.feature-list li[data-v-ed787c9d]{position:relative;font-size:14px;display:flex;gap:6px;line-height:20px}.feature-list li[data-v-ed787c9d]:first-of-type{margin-bottom:16px}.feature-list li+li[data-v-ed787c9d]{margin-top:12px}.feature-list li span[data-v-ed787c9d]:first-of-type{display:flex;justify-content:center;width:20px;height:20px}.skip-link[data-v-ed787c9d]{position:absolute;right:24px;bottom:16px;text-align:right;margin-top:30px}.skip-link a[data-v-ed787c9d]{color:#999;text-decoration:none}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.info[data-v-ffc5901a]{display:flex;align-items:center}.info:first-of-type .mark[data-v-ffc5901a]:before{display:none}.info .mark[data-v-ffc5901a]{position:relative;margin-right:16px;width:8px;height:8px;border-radius:50%;background-color:#c4c4c4}.info .mark[data-v-ffc5901a]:before{content:"";position:absolute;left:50%;bottom:50%;width:1px;height:26px;background-color:#c4c4c4;transform:translate(-50%)}.info.load[data-v-ffc5901a]{color:#999}.info.done[data-v-ffc5901a]{color:#20a53a}.info.done .mark[data-v-ffc5901a]{background-color:#20a53a}.info.done .mark[data-v-ffc5901a]:before{background-color:#20a53a}.safe-restart[data-v-a2ca3601]{display:flex;flex-direction:column;line-height:26px;padding:16px 20px;border-radius:5px;background-color:rgba(241,249,243,.6)}.n-button[data-v-f8929ce6]{--n-width: 120px;--n-height: 42px;--n-border-radius: 2px;--n-color: #eee;--n-text-color: #333;--n-border: 1px solid #ddd;--n-color-hover: #20a53a;--n-border-hover: 1px solid #20a53a;--n-text-color-hover: #fff;--n-color-focus: #20a53a;--n-border-focus: 1px solid #20a53a}
|
||||
.info[data-v-186f04ad]{display:flex;align-items:center}.info:first-of-type .mark[data-v-186f04ad]:before{display:none}.info .mark[data-v-186f04ad]{position:relative;margin-right:16px;width:8px;height:8px;border-radius:50%;background-color:#c4c4c4}.info .mark[data-v-186f04ad]:before{content:"";position:absolute;left:50%;bottom:50%;width:1px;height:26px;background-color:#c4c4c4;transform:translate(-50%)}.info.load[data-v-186f04ad]{color:#999}.info.done[data-v-186f04ad]{color:#20a53a}.info.done .mark[data-v-186f04ad]{background-color:#20a53a}.info.done .mark[data-v-186f04ad]:before{background-color:#20a53a}.safe-restart[data-v-61b30d8c]{display:flex;flex-direction:column;line-height:26px;padding:16px 20px;border-radius:5px;background-color:rgba(241,249,243,.6)}.n-button[data-v-d341a5a3]{--n-width: 120px;--n-height: 42px;--n-border-radius: 2px;--n-color: #eee;--n-text-color: #333;--n-border: 1px solid #ddd;--n-color-hover: #20a53a;--n-border-hover: 1px solid #20a53a;--n-text-color-hover: #fff;--n-color-focus: #20a53a;--n-border-focus: 1px solid #20a53a}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.ul-style[data-v-8b64788e]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px;list-style:square}.ul-style li[data-v-8b64788e]{list-style:square}.n-image[data-v-8b64788e]{border:1px solid #ebeef5}.install-tabs[data-v-8b64788e]{--n-tab-font-size: 14px;--n-pane-padding-top: 0;--n-pane-padding-left: 24px;--n-tab-font-weight-active: bold}.install-tips[data-v-8b64788e]{--n-padding: 12px 24px}
|
||||
.ul-style[data-v-1eed34e4]{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px;font-size:16px;list-style:square}.ul-style li[data-v-1eed34e4]{list-style:square}.n-image[data-v-1eed34e4]{border:1px solid #ebeef5}.install-tabs[data-v-1eed34e4]{--n-tab-font-size: 14px;--n-pane-padding-top: 0;--n-pane-padding-left: 24px;--n-tab-font-weight-active: bold}.install-tips[data-v-1eed34e4]{--n-padding: 12px 24px}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
.record-title[data-v-b5e81bda]{font-size:16px;color:#444;font-weight:600;margin-bottom:10px}.record-desc[data-v-b5e81bda]{font-size:14px;color:#666;margin-bottom:10px}.bt-link[data-v-b5e81bda]{border:none;outline:none;background:none;padding:0}
|
||||
.recommend-item[data-v-2e292eca]{flex:1 1 0%}.recommend-item+.recommend-item[data-v-2e292eca]{margin-left:24px}.recommend-item .recommend-title[data-v-2e292eca]{margin-bottom:10px;padding-left:5px;font-size:20px}.recommend-item .content[data-v-2e292eca]{border-radius:4px;padding:20px 16px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s;border:1px solid #ddd}.recommend-item .content[data-v-2e292eca]:hover{background-color:#fcfcfc;border:1px solid #20a53a}.recommend-item .content .soft-list li[data-v-2e292eca]{display:flex;align-items:center}.recommend-item .content .soft-list li+li[data-v-2e292eca]{margin-top:12px}.recommend-list[data-v-c763e99e]{display:flex}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.title-top[data-v-4871b60c]{border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(246 246 246 / var(--un-bg-opacity));padding:10px;text-align:center;border:1px solid #dddddd}.box[data-v-4871b60c]{align-items:center;border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(237 247 242 / var(--un-bg-opacity));padding:10px;border:1px solid #20a53a}
|
||||
.n-alert[data-v-ec749ad6]{--n-color: #dff0d8;--n-border: 1px solid #d6e9c6;--n-font-size: 12px}.cert-info[data-v-ec749ad6]{color:#3c763d}.cert-info+.cert-info[data-v-ec749ad6]{margin-top:2px}.cert-info .cert-label[data-v-ec749ad6]{font-weight:700}.cert-info .cert-value[data-v-ec749ad6]{flex:1;width:0}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.mail-head[data-v-3782ca70]{width:100%;background:#ecf5ff;border-bottom:1px solid #ececec;padding:16px 40px}.mail-title[data-v-3782ca70]{padding-bottom:8px;border-bottom:1px solid #999;color:#333;font-size:16px;font-weight:600}.mail-desc[data-v-3782ca70]{line-height:20px;margin-top:4px;color:#888}.mail-body[data-v-3782ca70]{padding:32px 40px;line-height:24px;font-size:13px}
|
||||
.record-title[data-v-b5e81bda]{font-size:16px;color:#444;font-weight:600;margin-bottom:10px}.record-desc[data-v-b5e81bda]{font-size:14px;color:#666;margin-bottom:10px}.bt-link[data-v-b5e81bda]{border:none;outline:none;background:none;padding:0}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.hiden[data-v-58284147]{transform:rotate(180deg)}
|
||||
.title-top[data-v-4871b60c]{border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(246 246 246 / var(--un-bg-opacity));padding:10px;text-align:center;border:1px solid #dddddd}.box[data-v-4871b60c]{align-items:center;border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(237 247 242 / var(--un-bg-opacity));padding:10px;border:1px solid #20a53a}
|
||||
|
||||
@@ -1 +1 @@
|
||||
[data-v-1cd65fd9] .n-tabs-tab__label{height:24px}[data-v-1cd65fd9] .n-tabs-tab--active{color:#20a53a!important}.icon-box[data-v-5d5ba104]{rotate:-90deg;transform-origin:center;display:flex;justify-content:center;align-items:center;color:#666;background-color:#def7e8;border-radius:50%;width:50px;height:50px;margin:10px auto}:deep(.n-tabs-tab__label){height:24px}:deep(.n-tabs-tab--active){color:#20a53a!important}
|
||||
.mail-head[data-v-3782ca70]{width:100%;background:#ecf5ff;border-bottom:1px solid #ececec;padding:16px 40px}.mail-title[data-v-3782ca70]{padding-bottom:8px;border-bottom:1px solid #999;color:#333;font-size:16px;font-weight:600}.mail-desc[data-v-3782ca70]{line-height:20px;margin-top:4px;color:#888}.mail-body[data-v-3782ca70]{padding:32px 40px;line-height:24px;font-size:13px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.n-alert[data-v-a1f4ee4d]{margin-bottom:16px;--n-content-text-color: #20a53a;--n-color: #e9f8ec}.drag-box[data-v-a1f4ee4d]{width:100%;padding:5px;border:2px dashed #ccc;border-radius:6px}.hover[data-v-a1f4ee4d]{border-color:#20a53a}
|
||||
.hiden[data-v-09b21549]{transform:rotate(180deg)}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.area-item[data-v-f119016e]{display:flex;align-items:center;width:100%;height:32px;padding:0 8px;border:1px solid transparent;border-radius:2px;transition:all .3s;cursor:pointer}.area-item.active[data-v-f119016e],.area-item[data-v-f119016e]:hover{border-color:rgba(32,165,58,.3);background-color:#f1f9f3;color:#20a53a}.area-item .area-name[data-v-f119016e]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.area-tabs[data-v-219b3335]{--n-tab-padding: 8px 16px 6px;--n-pane-padding-top: 16px;--n-pane-padding-left: 16px;--n-pane-padding-right: 16px;--n-pane-padding-bottom: 16px}.area-tabs .n-tab-pane[data-v-219b3335]{border:1px solid var(--n-tab-border-color);border-top:none;border-bottom-left-radius:var(--n-tab-border-radius);border-bottom-right-radius:var(--n-tab-border-radius)}.area-input[data-v-219b3335]{--n-height: 26px}.area-tit[data-v-219b3335]{margin-bottom:10px;font-weight:700}
|
||||
[data-v-1cd65fd9] .n-tabs-tab__label{height:24px}[data-v-1cd65fd9] .n-tabs-tab--active{color:#20a53a!important}.icon-box[data-v-5d5ba104]{rotate:-90deg;transform-origin:center;display:flex;justify-content:center;align-items:center;color:#666;background-color:#def7e8;border-radius:50%;width:50px;height:50px;margin:10px auto}:deep(.n-tabs-tab__label){height:24px}:deep(.n-tabs-tab--active){color:#20a53a!important}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.seg[data-v-7ea28fa1]{width:1px;height:8px;margin:0 auto;border-left:1px solid #ccc}.tips[data-v-c8f1f83a]{position:absolute;top:32px;left:0;width:100%;padding-top:2px;padding-left:2px;color:#999}.rows[data-v-31e9f077]{display:flex}.rows .field[data-v-31e9f077]{width:140px;margin-right:8px}.rows .condition[data-v-31e9f077]{width:160px;margin-right:8px}.rows .content[data-v-31e9f077]{display:flex;flex:1;width:0;flex-shrink:0}.rows .rows-btn[data-v-31e9f077]{display:flex;align-items:center;margin-left:8px}.rows .rows-btn .close[data-v-31e9f077]{display:flex;align-items:center;justify-content:center;width:24px;height:32px;margin-left:8px;color:#666;cursor:pointer;transition:opacity .3s}.rows .rows-btn .close[data-v-31e9f077]:hover{opacity:.8}.rows.rows-tit>div[data-v-31e9f077]{padding-bottom:8px}.form-title[data-v-2a17c742]{margin-bottom:20px;font-size:16px}
|
||||
.n-alert[data-v-a1f4ee4d]{margin-bottom:16px;--n-content-text-color: #20a53a;--n-color: #e9f8ec}.drag-box[data-v-a1f4ee4d]{width:100%;padding:5px;border:2px dashed #ccc;border-radius:6px}.hover[data-v-a1f4ee4d]{border-color:#20a53a}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.bt-tabs[data-v-028bb820]>.n-tabs-nav{padding:0 20px}.bt-tabs[data-v-028bb820]>.n-tab-pane{padding:16px 10px 0}
|
||||
.area-item[data-v-f119016e]{display:flex;align-items:center;width:100%;height:32px;padding:0 8px;border:1px solid transparent;border-radius:2px;transition:all .3s;cursor:pointer}.area-item.active[data-v-f119016e],.area-item[data-v-f119016e]:hover{border-color:rgba(32,165,58,.3);background-color:#f1f9f3;color:#20a53a}.area-item .area-name[data-v-f119016e]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.area-tabs[data-v-219b3335]{--n-tab-padding: 8px 16px 6px;--n-pane-padding-top: 16px;--n-pane-padding-left: 16px;--n-pane-padding-right: 16px;--n-pane-padding-bottom: 16px}.area-tabs .n-tab-pane[data-v-219b3335]{border:1px solid var(--n-tab-border-color);border-top:none;border-bottom-left-radius:var(--n-tab-border-radius);border-bottom-right-radius:var(--n-tab-border-radius)}.area-input[data-v-219b3335]{--n-height: 26px}.area-tit[data-v-219b3335]{margin-bottom:10px;font-weight:700}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.warning[data-v-d159b1c0]{padding:8px;border-radius:4px;background-color:#fdf6ec;color:#e6a23c}.n-alert[data-v-00464591]{--n-font-size: 12px}.cert-info[data-v-00464591]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-00464591]{color:#666;font-weight:700}.cert-info .cert-value[data-v-00464591]{flex:1;width:0;margin-left:4px}.n-alert[data-v-771e6947]{--n-font-size: 12px}.cert-info[data-v-771e6947]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-771e6947]{color:#666;font-weight:700}.cert-info .cert-value[data-v-771e6947]{flex:1;width:0;margin-left:4px}
|
||||
.seg[data-v-7ea28fa1]{width:1px;height:8px;margin:0 auto;border-left:1px solid #ccc}.tips[data-v-c8f1f83a]{position:absolute;top:32px;left:0;width:100%;padding-top:2px;padding-left:2px;color:#999}.rows[data-v-31e9f077]{display:flex}.rows .field[data-v-31e9f077]{width:140px;margin-right:8px}.rows .condition[data-v-31e9f077]{width:160px;margin-right:8px}.rows .content[data-v-31e9f077]{display:flex;flex:1;width:0;flex-shrink:0}.rows .rows-btn[data-v-31e9f077]{display:flex;align-items:center;margin-left:8px}.rows .rows-btn .close[data-v-31e9f077]{display:flex;align-items:center;justify-content:center;width:24px;height:32px;margin-left:8px;color:#666;cursor:pointer;transition:opacity .3s}.rows .rows-btn .close[data-v-31e9f077]:hover{opacity:.8}.rows.rows-tit>div[data-v-31e9f077]{padding-bottom:8px}.form-title[data-v-2a17c742]{margin-bottom:20px;font-size:16px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.site-content[data-v-59a48605]{height:300px;border:1px solid #ececec;overflow-y:auto}.site-content .content-item[data-v-59a48605]{padding:12px;max-height:80px;border-bottom:1px solid #ececec;font-size:13px;transition:background-color .3s}.site-content .content-item[data-v-59a48605]:hover{background-color:#fcfcfc}.site-content .content-item .site-size[data-v-59a48605],.site-content .content-item .site-db[data-v-59a48605]{display:flex;align-items:center;min-height:24px}.site-content .content-item .site-title[data-v-59a48605]{width:170px}.site-content .content-item .site-path[data-v-59a48605]{display:flex;align-items:center;flex:1;width:0;margin:0 10px}.site-content .content-item .site-path .value[data-v-59a48605]{max-width:162px;margin:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-content .content-item .db-name[data-v-59a48605]{flex:1;width:0}.site-content .content-item .db-size[data-v-59a48605]{width:180px}.site-content .content-item .db-time[data-v-59a48605],.site-content .content-item .site-time[data-v-59a48605]{width:130px}
|
||||
.bt-tabs[data-v-028bb820]>.n-tabs-nav{padding:0 20px}.bt-tabs[data-v-028bb820]>.n-tab-pane{padding:16px 10px 0}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.alarm-info+.alarm-info[data-v-6fb141e0]{margin-top:20px}.alarm-title[data-v-6fb141e0]{margin-bottom:10px;font-size:14px;font-weight:700}.alarm-box[data-v-6fb141e0]{max-height:200px;overflow-y:auto;border-radius:4px;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding:16px;line-height:22px;border:1px solid #ececec}.icon[data-v-e621c47b]{width:36px;height:36px;margin-right:8px;background:url(/static/vite/images/alarm.png);background-size:100%;border-radius:6px}.icon.mail[data-v-e621c47b]{background-position:0 36px}.icon.dingding[data-v-e621c47b]{background-position:0 0}.icon.feishu[data-v-e621c47b]{background-position:0 144px}.icon.weixin[data-v-e621c47b]{background-position:0 72px}.icon.tg[data-v-e621c47b]{background-position:0 180px}
|
||||
.alarm-info+.alarm-info[data-v-23d9e8a8]{margin-top:20px}.alarm-title[data-v-23d9e8a8]{margin-bottom:10px;font-size:14px;font-weight:700}.alarm-box[data-v-23d9e8a8]{max-height:200px;overflow-y:auto;border-radius:4px;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding:16px;line-height:22px;border:1px solid #ececec}.icon[data-v-70f7d608]{width:36px;height:36px;margin-right:8px;background:url(/static/vite/images/alarm.png);background-size:100%;border-radius:6px}.icon.mail[data-v-70f7d608]{background-position:0 36px}.icon.dingding[data-v-70f7d608]{background-position:0 0}.icon.feishu[data-v-70f7d608]{background-position:0 144px}.icon.weixin[data-v-70f7d608]{background-position:0 72px}.icon.tg[data-v-70f7d608]{background-position:0 180px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.install-box[data-v-3fa52c5e]{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(127 127 127 / var(--un-bg-opacity))}.install-box .install-desc[data-v-3fa52c5e]{max-width:350px;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:16px;text-align:center;font-size:13px;--un-text-opacity:1;color:rgb(85 85 85 / var(--un-text-opacity))}[data-v-9c2e6736] .n-descriptions-table-header{--n-th-padding: 8px !important}[data-v-9c2e6736] .n-descriptions-table-content{padding:8px!important}
|
||||
.warning[data-v-d159b1c0]{padding:8px;border-radius:4px;background-color:#fdf6ec;color:#e6a23c}.n-alert[data-v-00464591]{--n-font-size: 12px}.cert-info[data-v-00464591]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-00464591]{color:#666;font-weight:700}.cert-info .cert-value[data-v-00464591]{flex:1;width:0;margin-left:4px}.n-alert[data-v-771e6947]{--n-font-size: 12px}.cert-info[data-v-771e6947]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-771e6947]{color:#666;font-weight:700}.cert-info .cert-value[data-v-771e6947]{flex:1;width:0;margin-left:4px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.n-alert[data-v-401ad942]{--n-font-size: 12px}.cert-info[data-v-401ad942]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-401ad942]{color:#666;font-weight:700}.cert-info .cert-value[data-v-401ad942]{flex:1;width:0;margin-left:4px}.n-alert[data-v-1f82c2df]{--n-font-size: 12px}.cert-info[data-v-1f82c2df]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-1f82c2df]{color:#666;font-weight:700}.cert-info .cert-value[data-v-1f82c2df]{flex:1;width:0;margin-left:4px}
|
||||
.site-content[data-v-59a48605]{height:300px;border:1px solid #ececec;overflow-y:auto}.site-content .content-item[data-v-59a48605]{padding:12px;max-height:80px;border-bottom:1px solid #ececec;font-size:13px;transition:background-color .3s}.site-content .content-item[data-v-59a48605]:hover{background-color:#fcfcfc}.site-content .content-item .site-size[data-v-59a48605],.site-content .content-item .site-db[data-v-59a48605]{display:flex;align-items:center;min-height:24px}.site-content .content-item .site-title[data-v-59a48605]{width:170px}.site-content .content-item .site-path[data-v-59a48605]{display:flex;align-items:center;flex:1;width:0;margin:0 10px}.site-content .content-item .site-path .value[data-v-59a48605]{max-width:162px;margin:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-content .content-item .db-name[data-v-59a48605]{flex:1;width:0}.site-content .content-item .db-size[data-v-59a48605]{width:180px}.site-content .content-item .db-time[data-v-59a48605],.site-content .content-item .site-time[data-v-59a48605]{width:130px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.n-tag[data-v-c6193199]{--n-height: 16px;--n-padding: 0 5px;--n-font-size: 90%;--n-text-color: #2196f3;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.tools-card[data-v-3d92e7a2]{display:flex;align-items:center;padding:12px 24px;border-radius:4px;background-color:#f7f7f7}.tools-card+.tools-card[data-v-3d92e7a2]{margin-top:16px}.tools-card .tools-img[data-v-3d92e7a2]{display:flex;justify-content:center;width:26px}.tools-card .tools-name[data-v-3d92e7a2]{min-width:150px;padding:0 12px;font-size:13px}.tools-card .n-button[data-v-3d92e7a2]{margin-left:12px;width:32px;padding:0}.tools-card .tools-desc[data-v-3d92e7a2]{margin-left:16px}
|
||||
.install-box[data-v-3fa52c5e]{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(127 127 127 / var(--un-bg-opacity))}.install-box .install-desc[data-v-3fa52c5e]{max-width:350px;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:16px;text-align:center;font-size:13px;--un-text-opacity:1;color:rgb(85 85 85 / var(--un-text-opacity))}[data-v-9c2e6736] .n-descriptions-table-header{--n-th-padding: 8px !important}[data-v-9c2e6736] .n-descriptions-table-content{padding:8px!important}
|
||||
|
||||
@@ -1 +1 @@
|
||||
[data-v-0607cdd4] .custom-table thead th{background-color:#fff}
|
||||
.n-alert[data-v-401ad942]{--n-font-size: 12px}.cert-info[data-v-401ad942]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-401ad942]{color:#666;font-weight:700}.cert-info .cert-value[data-v-401ad942]{flex:1;width:0;margin-left:4px}.n-alert[data-v-1f82c2df]{--n-font-size: 12px}.cert-info[data-v-1f82c2df]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-1f82c2df]{color:#666;font-weight:700}.cert-info .cert-value[data-v-1f82c2df]{flex:1;width:0;margin-left:4px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.site-content[data-v-04a88582]{height:300px;border:1px solid #ececec;overflow-y:auto}.site-content .content-item[data-v-04a88582]{padding:12px;max-height:80px;border-bottom:1px solid #ececec;font-size:13px;transition:background-color .3s}.site-content .content-item[data-v-04a88582]:hover{background-color:#fcfcfc}.site-content .content-item .site-size[data-v-04a88582],.site-content .content-item .site-db[data-v-04a88582]{display:flex;align-items:center;min-height:24px}.site-content .content-item .site-title[data-v-04a88582]{width:170px}.site-content .content-item .site-path[data-v-04a88582]{display:flex;align-items:center;flex:1;width:0;margin:0 10px}.site-content .content-item .site-path .value[data-v-04a88582]{max-width:162px;margin:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-content .content-item .db-name[data-v-04a88582]{flex:1;width:0}.site-content .content-item .db-size[data-v-04a88582]{width:180px}.site-content .content-item .db-time[data-v-04a88582],.site-content .content-item .site-time[data-v-04a88582]{width:130px}
|
||||
.n-tag[data-v-c6193199]{--n-height: 16px;--n-padding: 0 5px;--n-font-size: 90%;--n-text-color: #2196f3;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.tools-card[data-v-3d92e7a2]{display:flex;align-items:center;padding:12px 24px;border-radius:4px;background-color:#f7f7f7}.tools-card+.tools-card[data-v-3d92e7a2]{margin-top:16px}.tools-card .tools-img[data-v-3d92e7a2]{display:flex;justify-content:center;width:26px}.tools-card .tools-name[data-v-3d92e7a2]{min-width:150px;padding:0 12px;font-size:13px}.tools-card .n-button[data-v-3d92e7a2]{margin-left:12px;width:32px;padding:0}.tools-card .tools-desc[data-v-3d92e7a2]{margin-left:16px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.n-alert[data-v-e1d3f276]{--n-font-size: 12px}.cert-info[data-v-e1d3f276]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-e1d3f276]{color:#666;font-weight:700}.cert-info .cert-value[data-v-e1d3f276]{flex:1;width:0;margin-left:4px}.n-alert[data-v-f7890837]{--n-font-size: 12px}.cert-info[data-v-f7890837]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-f7890837]{color:#666;font-weight:700}.cert-info .cert-value[data-v-f7890837]{flex:1;width:0;margin-left:4px}
|
||||
[data-v-0607cdd4] .custom-table thead th{background-color:#fff}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
.site-content[data-v-04a88582]{height:300px;border:1px solid #ececec;overflow-y:auto}.site-content .content-item[data-v-04a88582]{padding:12px;max-height:80px;border-bottom:1px solid #ececec;font-size:13px;transition:background-color .3s}.site-content .content-item[data-v-04a88582]:hover{background-color:#fcfcfc}.site-content .content-item .site-size[data-v-04a88582],.site-content .content-item .site-db[data-v-04a88582]{display:flex;align-items:center;min-height:24px}.site-content .content-item .site-title[data-v-04a88582]{width:170px}.site-content .content-item .site-path[data-v-04a88582]{display:flex;align-items:center;flex:1;width:0;margin:0 10px}.site-content .content-item .site-path .value[data-v-04a88582]{max-width:162px;margin:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-content .content-item .db-name[data-v-04a88582]{flex:1;width:0}.site-content .content-item .db-size[data-v-04a88582]{width:180px}.site-content .content-item .db-time[data-v-04a88582],.site-content .content-item .site-time[data-v-04a88582]{width:130px}
|
||||
@@ -0,0 +1 @@
|
||||
.n-alert[data-v-e1d3f276]{--n-font-size: 12px}.cert-info[data-v-e1d3f276]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-e1d3f276]{color:#666;font-weight:700}.cert-info .cert-value[data-v-e1d3f276]{flex:1;width:0;margin-left:4px}.n-alert[data-v-f7890837]{--n-font-size: 12px}.cert-info[data-v-f7890837]{display:flex;align-items:center;height:24px}.cert-info .cert-label[data-v-f7890837]{color:#666;font-weight:700}.cert-info .cert-value[data-v-f7890837]{flex:1;width:0;margin-left:4px}
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
.update-new[data-v-95ee650f]{color:#555}.update-head[data-v-95ee650f]{display:flex;align-items:center;height:36px;padding:0 80px 0 20px;background-color:#37bc51;color:#fff;font-size:14px}.update-back[data-v-95ee650f]{position:absolute;width:100%;height:100px;background:linear-gradient(to top,#fff,#37bc51);z-index:10}.update-title[data-v-95ee650f]{margin-bottom:20px;display:flex;align-items:center;justify-content:center;font-size:22px;--un-text-opacity:1;color:rgb(86 86 86 / var(--un-text-opacity));font-weight:700}
|
||||
.update-new[data-v-05a38524]{color:#555;border-radius:10px;overflow:hidden}.update-head[data-v-05a38524]{display:flex;align-items:center;height:36px;padding:0 80px 0 20px;background-color:#37bc51;color:#fff;font-size:14px}.update-back[data-v-05a38524]{position:absolute;width:100%;height:100px;background:linear-gradient(to top,#fff,#37bc51);z-index:10}.update-title[data-v-05a38524]{margin-bottom:20px;display:flex;align-items:center;justify-content:center;font-size:22px;--un-text-opacity:1;color:rgb(86 86 86 / var(--un-text-opacity));font-weight:700}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.update-old[data-v-e86cd208]{position:relative;background-size:101%;background-image:url(/static/vite/images/update-bg.png);background-repeat:no-repeat;background-position:-2px 0;color:#555}.update-logs[data-v-e86cd208]{max-height:200px;overflow:auto;padding-right:10px;font-size:12px;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:24px;word-break:break-word}.update-logs[data-v-e86cd208]::-webkit-scrollbar{width:16px;height:1px;background-color:#f1f1f1}.update-logs[data-v-e86cd208]::-webkit-scrollbar-button:start{height:15px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABHNCSVQICAgIfAhkiAAAAI5JREFUKJHNkjEKwzAMRX9LQJu3P/ouuVl6tPYsGr1p09QudjC264aGQj8YC5n3EMIXVX3iRK5n4N8LRAQi8p1AREASJKeSoaDAKSWYGUIIxwU17O4wM7g7SB4T1HDJTLK0jRauJaNddBOM4Nnbn38kAPd83qZd4i3fjxhjB6rqmssNwLo3VXX7MEmXInsB0glBgYCs2ecAAAAASUVORK5CYII=) no-repeat}.update-logs[data-v-e86cd208]::-webkit-scrollbar-button:end{height:15px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABHNCSVQICAgIfAhkiAAAAJdJREFUKJG9kjEOwjAMRT8IyZu3jjkLuRlws9zlj96yeYKlqQqNG6Ei/hbH7+lLCQCAZMaXIXkjmU8kn/OsAHgAQEqpdIAM4Dof722+FvTSRGHDy6BpCLacRwv/F4hIuNy72whUFarahadpGgvMDCLyJmmwmY0Fn5I17O6b3fAZa61L5QjeFbj7UjmCdwUjsOUn/6Ac4MsLGUM9V8RBBeQAAAAASUVORK5CYII=) no-repeat}.update-logs[data-v-e86cd208]::-webkit-scrollbar-thumb{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAyCAYAAABVl1tcAAAABHNCSVQICAgIfAhkiAAAAk1JREFUSIntl11O20AURs+YieMkLnVDhEBI4aGkIsoS2ABIWQPdBKyi3US7BqR2AywhCiJU/VPVqg1pihKwkynTB7A7dsYUpX2qMk8e+zvnXs9E0ViQGb1er6iU2Afd1rADIOAYxNH19eMXrZaYmHlhTjrd0wOBeJaVmkOjD1vNJ89nBN2Ts1da69274AQS4nVze2sPwIkr3xcG0FrvdrqnBwCi09GucM6i+8LmKEg8x3HePJ0HBlBK7Dug2/MKQLedeKvmwmHHAVbm74AV5y9g4HYbF4KFYCH47wRSyj8C2UxGsITnFXNhzysi5VK+IAyjJGiDzYxVYAZ8v5KpLGdgAOtLh2GElD/x/QpKKaSUjEZjWzTdgesWkmulFGEY4XnFFGxmLAI31bpSiuHwIpn7fgXXdfMFcSVTYsJmxiowA9VqkKlcsK6DdRFHozGuW6BaDZhMprhugcFgaIumOzD3fzKZMhqNeeBXUnD2NzIjCILllOTzl6/JPAiW7xbEK25KTNjMWAVmYH1tNQWXPG8GhpxFHA4vCL2I9bVVrsKQkuelXiW3g3K5lFyHYcT34Q8eBQ9TsJmxCmq1akry9t3HZF6rVa2C83jS7w+SYHbE9+LM7Th3bo6xv0cc2KxvpOBKuZSFEXDsgDjKVuv3B3zrD9isbyTw+w+fZroCcSR6vV5xqggtTymXS2zWN+ienNkeo6+3ik6j0Yg0+tAWuLy8yofRh62WmPybwzZAc3trL6+TbOUYhsz3AkCno92b8/PsB4eU+mWj0Uj9s/4CON7xEXIyO34AAAAASUVORK5CYII=) no-repeat;background-position:bottom;border-radius:50px;min-height:50px;background-color:#d6d7db}.update-logs[data-v-e86cd208]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0}.update-tips[data-v-e86cd208]{font-size:12px;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:24px}.update-btn[data-v-e86cd208]{display:flex;justify-content:center;padding-bottom:24px}.update-btn .n-button[data-v-e86cd208]{--n-width: 130px;--n-height: 38px;--n-font-size: 13px}.update-btn .ignore[data-v-e86cd208]{--n-color: #f0f0f0;--n-text-color: #999999;--n-ripple-color: #d4d4d4;--n-border: 1px solid #f0f0f0;--n-color-hover: #d4d4d4;--n-border-hover: 1px solid #d4d4d4;--n-text-color-hover: #999999;--n-color-focus: #d4d4d4;--n-border-focus: 1px solid #d4d4d4;--n-text-color-focus: #999999;--n-color-pressed: #d4d4d4;--n-border-pressed: 1px solid #d4d4d4;--n-text-color-pressed: #999999}
|
||||
.update-old[data-v-7e4280d4]{position:relative;background-size:101%;background-image:url(/static/vite/images/update-bg.png);background-repeat:no-repeat;background-position:-2px 0;color:#555;border-radius:10px}.update-logs[data-v-7e4280d4]{max-height:200px;overflow:auto;padding-right:10px;font-size:12px;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:24px;word-break:break-word}.update-logs[data-v-7e4280d4]::-webkit-scrollbar{width:16px;height:1px;background-color:#f1f1f1}.update-logs[data-v-7e4280d4]::-webkit-scrollbar-button:start{height:15px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABHNCSVQICAgIfAhkiAAAAI5JREFUKJHNkjEKwzAMRX9LQJu3P/ouuVl6tPYsGr1p09QudjC264aGQj8YC5n3EMIXVX3iRK5n4N8LRAQi8p1AREASJKeSoaDAKSWYGUIIxwU17O4wM7g7SB4T1HDJTLK0jRauJaNddBOM4Nnbn38kAPd83qZd4i3fjxhjB6rqmssNwLo3VXX7MEmXInsB0glBgYCs2ecAAAAASUVORK5CYII=) no-repeat}.update-logs[data-v-7e4280d4]::-webkit-scrollbar-button:end{height:15px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABHNCSVQICAgIfAhkiAAAAJdJREFUKJG9kjEOwjAMRT8IyZu3jjkLuRlws9zlj96yeYKlqQqNG6Ei/hbH7+lLCQCAZMaXIXkjmU8kn/OsAHgAQEqpdIAM4Dof722+FvTSRGHDy6BpCLacRwv/F4hIuNy72whUFarahadpGgvMDCLyJmmwmY0Fn5I17O6b3fAZa61L5QjeFbj7UjmCdwUjsOUn/6Ac4MsLGUM9V8RBBeQAAAAASUVORK5CYII=) no-repeat}.update-logs[data-v-7e4280d4]::-webkit-scrollbar-thumb{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAyCAYAAABVl1tcAAAABHNCSVQICAgIfAhkiAAAAk1JREFUSIntl11O20AURs+YieMkLnVDhEBI4aGkIsoS2ABIWQPdBKyi3US7BqR2AywhCiJU/VPVqg1pihKwkynTB7A7dsYUpX2qMk8e+zvnXs9E0ViQGb1er6iU2Afd1rADIOAYxNH19eMXrZaYmHlhTjrd0wOBeJaVmkOjD1vNJ89nBN2Ts1da69274AQS4nVze2sPwIkr3xcG0FrvdrqnBwCi09GucM6i+8LmKEg8x3HePJ0HBlBK7Dug2/MKQLedeKvmwmHHAVbm74AV5y9g4HYbF4KFYCH47wRSyj8C2UxGsITnFXNhzysi5VK+IAyjJGiDzYxVYAZ8v5KpLGdgAOtLh2GElD/x/QpKKaSUjEZjWzTdgesWkmulFGEY4XnFFGxmLAI31bpSiuHwIpn7fgXXdfMFcSVTYsJmxiowA9VqkKlcsK6DdRFHozGuW6BaDZhMprhugcFgaIumOzD3fzKZMhqNeeBXUnD2NzIjCILllOTzl6/JPAiW7xbEK25KTNjMWAVmYH1tNQWXPG8GhpxFHA4vCL2I9bVVrsKQkuelXiW3g3K5lFyHYcT34Q8eBQ9TsJmxCmq1akry9t3HZF6rVa2C83jS7w+SYHbE9+LM7Th3bo6xv0cc2KxvpOBKuZSFEXDsgDjKVuv3B3zrD9isbyTw+w+fZroCcSR6vV5xqggtTymXS2zWN+ienNkeo6+3ik6j0Yg0+tAWuLy8yofRh62WmPybwzZAc3trL6+TbOUYhsz3AkCno92b8/PsB4eU+mWj0Uj9s/4CON7xEXIyO34AAAAASUVORK5CYII=) no-repeat;background-position:bottom;border-radius:50px;min-height:50px;background-color:#d6d7db}.update-logs[data-v-7e4280d4]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0}.update-tips[data-v-7e4280d4]{font-size:12px;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:24px}.update-btn[data-v-7e4280d4]{display:flex;justify-content:center;padding-bottom:24px}.update-btn .n-button[data-v-7e4280d4]{--n-width: 130px;--n-height: 38px;--n-font-size: 13px}.update-btn .ignore[data-v-7e4280d4]{--n-color: #f0f0f0;--n-text-color: #999999;--n-ripple-color: #d4d4d4;--n-border: 1px solid #f0f0f0;--n-color-hover: #d4d4d4;--n-border-hover: 1px solid #d4d4d4;--n-text-color-hover: #999999;--n-color-focus: #d4d4d4;--n-border-focus: 1px solid #d4d4d4;--n-text-color-focus: #999999;--n-color-pressed: #d4d4d4;--n-border-pressed: 1px solid #d4d4d4;--n-text-color-pressed: #999999}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
.bt-table-input[data-v-04feea87]{width:100%;height:22px;padding:0;outline-offset:2px;border:1px solid transparent;background:transparent;white-space:pre-line;color:#666}.bt-table-input[data-v-04feea87]:hover,.bt-table-input[data-v-04feea87]:focus{border:1px solid #20a53a;background-color:#fff}
|
||||
.bt-table-input[data-v-04feea87]{width:100%;height:22px;padding:0;outline-offset:2px;border:1px solid transparent;background:transparent;white-space:pre-line;color:#666}.bt-table-input[data-v-04feea87]:hover,.bt-table-input[data-v-04feea87]:focus{border:1px solid #20a53a;background-color:#fff}.error-box[data-v-44ccabf1]{margin:20px;border-radius:4px;--un-bg-opacity:1;background-color:rgb(248 248 248 / var(--un-bg-opacity));padding:20px;border:1px solid #dedede}.label-text[data-v-44ccabf1]{width:125px;font-weight:600;color:#666;display:inline-block}
|
||||
|
||||
@@ -1 +1 @@
|
||||
@charset "UTF-8";.module-list[data-v-9bbdee07]::-webkit-scrollbar{width:10px;height:5px}.module-list[data-v-9bbdee07]::-webkit-scrollbar-thumb{box-shadow:inset 0 0 .5rem rgba(0,0,0,.2);background-color:#999}.module-list[data-v-9bbdee07]{position:relative}.empty[data-v-9bbdee07]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.module-item[data-v-9bbdee07]{font-size:1.25rem}.module-head[data-v-9bbdee07]{border-bottom:1px solid #ececec;color:#555;transition:background .3s}.module-head[data-v-9bbdee07]:nth-child(1){border-top:1px solid #ececec}.module-head[data-v-9bbdee07]:hover{background-color:#f5f7fa}.module-body[data-v-9bbdee07]{border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(236 236 236 / var(--un-border-opacity));padding:1rem 1.5rem 1rem 2.5rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.collapse-item[data-v-9bbdee07]{width:48rem;border-radius:2px;font-size:1.2rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));margin-left:1rem;border-width:1px;--un-border-opacity:1;border-color:rgb(235 238 245 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:.6rem 1.6rem;display:flex;align-items:center;line-height:1.8rem}
|
||||
@charset "UTF-8";.module-list[data-v-9f6e1105]::-webkit-scrollbar{width:10px;height:5px}.module-list[data-v-9f6e1105]::-webkit-scrollbar-thumb{box-shadow:inset 0 0 .5rem rgba(0,0,0,.2);background-color:#999}.module-list[data-v-9f6e1105]{position:relative}.empty[data-v-9f6e1105]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.module-item[data-v-9f6e1105]{font-size:1.25rem}.module-head[data-v-9f6e1105]{border-bottom:1px solid #ececec;color:#555;transition:background .3s}.module-head[data-v-9f6e1105]:nth-child(1){border-top:1px solid #ececec}.module-head[data-v-9f6e1105]:hover{background-color:#f5f7fa}.module-body[data-v-9f6e1105]{border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(236 236 236 / var(--un-border-opacity));padding:1rem 1.5rem 1rem 2.5rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.collapse-item[data-v-9f6e1105]{width:48rem;border-radius:2px;font-size:1.2rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));margin-left:1rem;border-width:1px;--un-border-opacity:1;border-color:rgb(235 238 245 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:.6rem 1.6rem;display:flex;align-items:center;line-height:1.8rem}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
.panel-ssl-progress[data-v-0e83ed79]{min-width:340px;padding:24px 24px 22px}.panel-ssl-progress .progress-item[data-v-0e83ed79]{display:flex;gap:16px;cursor:pointer}.panel-ssl-progress .progress-item+.progress-item[data-v-0e83ed79]{margin-top:16px}.panel-ssl-progress .progress-item .progress-label[data-v-0e83ed79]{min-width:120px}
|
||||
.panel-ssl-progress[data-v-82c005c3]{min-width:340px;padding:24px 24px 22px}.panel-ssl-progress .progress-item[data-v-82c005c3]{display:flex;gap:16px;cursor:pointer}.panel-ssl-progress .progress-item+.progress-item[data-v-82c005c3]{margin-top:16px}.panel-ssl-progress .progress-item .progress-label[data-v-82c005c3]{min-width:120px}
|
||||
|
||||
@@ -1 +1 @@
|
||||
.banner[data-v-2afdf9b5]{position:relative;background:url(/static/vite/images/banner.png) no-repeat top center;width:100%;height:92px;background-size:100%}.banner .banner-title[data-v-2afdf9b5]{position:absolute;left:32px;top:16px;font-size:17px;color:#fff}
|
||||
.banner[data-v-a01f03a2]{position:relative;background:url(/static/vite/images/banner.png) no-repeat top center;width:100%;height:92px;background-size:100%}.banner .banner-title[data-v-a01f03a2]{position:absolute;left:32px;top:16px;font-size:17px;color:#fff}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 348 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -0,0 +1 @@
|
||||
System.register(["./vue-legacy.js?v=1753954525509","./page_layout-legacy.js?v=1753954525509","./__commonjsHelpers__-legacy.js?v=1753954525509","./naive-legacy.js?v=1753954525509","./common-legacy.js?v=1753954525509","./public-legacy.js?v=1753954525509"],(function(e,s){"use strict";var i,t,a,l,u,o,r,d,n;return{setters:[e=>{i=e.k,t=e.U,a=e.V,l=e.F,u=e.O,o=e.W,r=e.a3,d=e.al},e=>{n=e.e},null,null,null,null],execute:function(){var s=document.createElement("style");s.textContent=".issues-list .issue-item[data-v-29fb9b72]{margin-bottom:20px;border:2px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);page-break-inside:avoid}.issues-list .issue-item.high[data-v-29fb9b72]{border-left:6px solid #ff4d4f}.issues-list .issue-item.medium[data-v-29fb9b72]{border-left:6px solid #faad14}.issues-list .issue-item.low[data-v-29fb9b72]{border-left:6px solid #52c41a}.issues-list .issue-item.cve[data-v-29fb9b72]{border-left:6px solid #722ed1}.issues-list .issue-item.ignore[data-v-29fb9b72]{border-left:6px solid #999}.issues-list .issue-item .issue-header[data-v-29fb9b72]{display:flex;align-items:center;padding:15px 20px;background-color:#f8f9fa}.issues-list .issue-item .issue-header .issue-number[data-v-29fb9b72]{flex:0 0 40px;height:40px;border-radius:50%;background-color:#07f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:15px;font-size:16px}.issues-list .issue-item .issue-header .issue-name[data-v-29fb9b72]{flex:1;font-weight:500;font-size:16px}.issues-list .issue-item .issue-header .issue-level[data-v-29fb9b72]{padding:4px 12px;border-radius:6px;font-size:14px;margin-right:15px;font-weight:700}.issues-list .issue-item .issue-header .issue-level.high[data-v-29fb9b72]{background-color:#ff4d4f;color:#fff}.issues-list .issue-item .issue-header .issue-level.medium[data-v-29fb9b72]{background-color:#faad14;color:#fff}.issues-list .issue-item .issue-header .issue-level.low[data-v-29fb9b72]{background-color:#52c41a;color:#fff}.issues-list .issue-item .issue-header .issue-level.ignore[data-v-29fb9b72]{background-color:#f0f0f0;color:#666}.issues-list .issue-item .issue-header .issue-auto[data-v-29fb9b72]{padding:4px 12px;border-radius:6px;font-size:14px;background-color:#f5f5f5;color:#666}.issues-list .issue-item .issue-header .issue-auto.supported[data-v-29fb9b72]{background-color:#e6f7ff;color:#07f}.issues-list .issue-item .issue-content[data-v-29fb9b72]{padding:20px}.issues-list .issue-item .issue-content .issue-ps[data-v-29fb9b72]{margin-bottom:15px;color:#666;font-size:16px;line-height:1.6}.issues-list .issue-item .issue-content .issue-tips[data-v-29fb9b72]{background-color:#f8f9fa;padding:15px;border-radius:8px;border-left:4px solid #0077ff}.issues-list .issue-item .issue-content .issue-tips .tips-title[data-v-29fb9b72]{font-weight:500;margin-bottom:10px;font-size:16px;color:#333}.issues-list .issue-item .issue-content .issue-tips .tips-content[data-v-29fb9b72]{color:#666;white-space:pre-line;line-height:1.6;font-size:15px}\n",document.head.appendChild(s);const f={class:"issues-list"},c=["item"],b={class:"issue-header"},p={class:"issue-number"},m=["innerHTML"],g={class:"issue-level high"},v={class:"issue-content"},x={class:"issue-ps"},h={class:"issue-tips"},y=["innerHTML"],k={key:0,class:"pagination-note"};e("default",n(i({__name:"CveSection",props:{data:{type:Array,required:!0},pageIndex:{type:Number,required:!0},totalPages:{type:Number,required:!0}},setup(e){const s=e;return(e,i)=>(t(),a("div",f,[(t(!0),a(l,null,u(s.data,((e,s)=>(t(),a("div",{class:"issue-item cve",key:"cve-"+s,item:e},[o("div",b,[o("div",p,r(e.num),1),o("div",{class:"issue-name",innerHTML:e.name},null,8,m),o("div",g,r(e.level),1)]),o("div",v,[o("div",x,r(e.ps),1),o("div",h,[i[0]||(i[0]=o("div",{class:"tips-title"},"Solution:",-1)),o("div",{class:"tips-content",innerHTML:e.tips.replace(/\n/g,"<br>")},null,8,y)])])],8,c)))),128)),s.totalPages>1?(t(),a("div",k," Total "+r(s.totalPages)+" pages, current page "+r(s.pageIndex+1)+". ",1)):d("",!0)]))}}),[["__scopeId","data-v-29fb9b72"]]))}}}));
|
||||
@@ -0,0 +1 @@
|
||||
import{k as s,U as e,V as a,F as i,O as t,W as l,a3 as n,al as r}from"./vue.js?v=1753954525509";import{e as o}from"./page_layout.js?v=1753954525509";import"./__commonjsHelpers__.js?v=1753954525509";import"./naive.js?v=1753954525509";import"./common.js?v=1753954525509";import"./public.js?v=1753954525509";const p={class:"issues-list"},u=["item"],c={class:"issue-header"},d={class:"issue-number"},m=["innerHTML"],v={class:"issue-level high"},g={class:"issue-content"},_={class:"issue-ps"},b={class:"issue-tips"},j=["innerHTML"],y={key:0,class:"pagination-note"},H=o(s({__name:"CveSection",props:{data:{type:Array,required:!0},pageIndex:{type:Number,required:!0},totalPages:{type:Number,required:!0}},setup(s){const o=s;return(s,H)=>(e(),a("div",p,[(e(!0),a(i,null,t(o.data,((s,i)=>(e(),a("div",{class:"issue-item cve",key:"cve-"+i,item:s},[l("div",c,[l("div",d,n(s.num),1),l("div",{class:"issue-name",innerHTML:s.name},null,8,m),l("div",v,n(s.level),1)]),l("div",g,[l("div",_,n(s.ps),1),l("div",b,[H[0]||(H[0]=l("div",{class:"tips-title"},"Solution:",-1)),l("div",{class:"tips-content",innerHTML:s.tips.replace(/\n/g,"<br>")},null,8,j)])])],8,u)))),128)),o.totalPages>1?(e(),a("div",y," Total "+n(o.totalPages)+" pages, current page "+n(o.pageIndex+1)+". ",1)):r("",!0)]))}}),[["__scopeId","data-v-29fb9b72"]]);export{H as default};
|
||||
@@ -0,0 +1 @@
|
||||
System.register(["./vue-legacy.js?v=1753954525509","./page_layout-legacy.js?v=1753954525509","./__commonjsHelpers__-legacy.js?v=1753954525509","./naive-legacy.js?v=1753954525509","./common-legacy.js?v=1753954525509","./public-legacy.js?v=1753954525509"],(function(e,s){"use strict";var i,t,a,l,u,o,r,d,n;return{setters:[e=>{i=e.k,t=e.U,a=e.V,l=e.F,u=e.O,o=e.W,r=e.a3,d=e.al},e=>{n=e.e},null,null,null,null],execute:function(){var s=document.createElement("style");s.textContent=".issues-list .issue-item[data-v-3c5a70e0]{margin-bottom:20px;border:2px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);page-break-inside:avoid}.issues-list .issue-item.high[data-v-3c5a70e0]{border-left:6px solid #ff4d4f}.issues-list .issue-item.medium[data-v-3c5a70e0]{border-left:6px solid #faad14}.issues-list .issue-item.low[data-v-3c5a70e0]{border-left:6px solid #52c41a}.issues-list .issue-item.cve[data-v-3c5a70e0]{border-left:6px solid #722ed1}.issues-list .issue-item.ignore[data-v-3c5a70e0]{border-left:6px solid #999}.issues-list .issue-item .issue-header[data-v-3c5a70e0]{display:flex;align-items:center;padding:15px 20px;background-color:#f8f9fa}.issues-list .issue-item .issue-header .issue-number[data-v-3c5a70e0]{flex:0 0 40px;height:40px;border-radius:50%;background-color:#07f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:15px;font-size:16px}.issues-list .issue-item .issue-header .issue-name[data-v-3c5a70e0]{flex:1;font-weight:500;font-size:16px}.issues-list .issue-item .issue-header .issue-level[data-v-3c5a70e0]{padding:4px 12px;border-radius:6px;font-size:14px;margin-right:15px;font-weight:700}.issues-list .issue-item .issue-header .issue-level.high[data-v-3c5a70e0]{background-color:#ff4d4f;color:#fff}.issues-list .issue-item .issue-header .issue-level.medium[data-v-3c5a70e0]{background-color:#faad14;color:#fff}.issues-list .issue-item .issue-header .issue-level.low[data-v-3c5a70e0]{background-color:#52c41a;color:#fff}.issues-list .issue-item .issue-header .issue-level.ignore[data-v-3c5a70e0]{background-color:#f0f0f0;color:#666}.issues-list .issue-item .issue-header .issue-auto[data-v-3c5a70e0]{padding:4px 12px;border-radius:6px;font-size:14px;background-color:#f5f5f5;color:#666}.issues-list .issue-item .issue-header .issue-auto.supported[data-v-3c5a70e0]{background-color:#e6f7ff;color:#07f}.issues-list .issue-item .issue-content[data-v-3c5a70e0]{padding:20px}.issues-list .issue-item .issue-content .issue-ps[data-v-3c5a70e0]{margin-bottom:15px;color:#666;font-size:16px;line-height:1.6}.issues-list .issue-item .issue-content .issue-tips[data-v-3c5a70e0]{background-color:#f8f9fa;padding:15px;border-radius:8px;border-left:4px solid #0077ff}.issues-list .issue-item .issue-content .issue-tips .tips-title[data-v-3c5a70e0]{font-weight:500;margin-bottom:10px;font-size:16px;color:#333}.issues-list .issue-item .issue-content .issue-tips .tips-content[data-v-3c5a70e0]{color:#666;white-space:pre-line;line-height:1.6;font-size:15px}\n",document.head.appendChild(s);const c={class:"issues-list"},p=["item"],f={class:"issue-header"},g={class:"issue-number"},m=["innerHTML"],v={class:"issue-level high"},x={class:"issue-content"},h={class:"issue-ps"},b={class:"issue-tips"},y=["innerHTML"],k={key:0,class:"pagination-note"};e("default",n(i({__name:"HighRiskSection",props:{data:{type:Array,required:!0},pageIndex:{type:Number,required:!0},totalPages:{type:Number,required:!0},reportData:{type:Object,default:()=>({})}},setup(e){const s=e;return(e,i)=>(t(),a("div",c,[(t(!0),a(l,null,u(s.data,((e,s)=>(t(),a("div",{class:"issue-item high",key:"high-"+s,item:e},[o("div",f,[o("div",g,r(e.num),1),o("div",{class:"issue-name",innerHTML:e.name},null,8,m),o("div",v,r(e.level),1)]),o("div",x,[o("div",h,r(e.ps),1),o("div",b,[i[0]||(i[0]=o("div",{class:"tips-title"},"Solution:",-1)),o("div",{class:"tips-content",innerHTML:e.tips.replace(/\n/g,"<br>")},null,8,y)])])],8,p)))),128)),s.totalPages>1?(t(),a("div",k," Total "+r(s.totalPages)+" pages, current page "+r(s.pageIndex+1)+". ",1)):d("",!0)]))}}),[["__scopeId","data-v-3c5a70e0"]]))}}}));
|
||||
@@ -0,0 +1 @@
|
||||
import{k as s,U as e,V as a,F as i,O as t,W as l,a3 as n,al as r}from"./vue.js?v=1753954525509";import{e as p}from"./page_layout.js?v=1753954525509";import"./__commonjsHelpers__.js?v=1753954525509";import"./naive.js?v=1753954525509";import"./common.js?v=1753954525509";import"./public.js?v=1753954525509";const o={class:"issues-list"},u=["item"],c={class:"issue-header"},d={class:"issue-number"},m=["innerHTML"],v={class:"issue-level high"},g={class:"issue-content"},_={class:"issue-ps"},h={class:"issue-tips"},j=["innerHTML"],y={key:0,class:"pagination-note"},b=p(s({__name:"HighRiskSection",props:{data:{type:Array,required:!0},pageIndex:{type:Number,required:!0},totalPages:{type:Number,required:!0},reportData:{type:Object,default:()=>({})}},setup(s){const p=s;return(s,b)=>(e(),a("div",o,[(e(!0),a(i,null,t(p.data,((s,i)=>(e(),a("div",{class:"issue-item high",key:"high-"+i,item:s},[l("div",c,[l("div",d,n(s.num),1),l("div",{class:"issue-name",innerHTML:s.name},null,8,m),l("div",v,n(s.level),1)]),l("div",g,[l("div",_,n(s.ps),1),l("div",h,[b[0]||(b[0]=l("div",{class:"tips-title"},"Solution:",-1)),l("div",{class:"tips-content",innerHTML:s.tips.replace(/\n/g,"<br>")},null,8,j)])])],8,u)))),128)),p.totalPages>1?(e(),a("div",y," Total "+n(p.totalPages)+" pages, current page "+n(p.pageIndex+1)+". ",1)):r("",!0)]))}}),[["__scopeId","data-v-3c5a70e0"]]);export{b as default};
|
||||
@@ -0,0 +1 @@
|
||||
System.register(["./vue-legacy.js?v=1753954525509","./page_layout-legacy.js?v=1753954525509","./__commonjsHelpers__-legacy.js?v=1753954525509","./naive-legacy.js?v=1753954525509","./common-legacy.js?v=1753954525509","./public-legacy.js?v=1753954525509"],(function(e,s){"use strict";var i,t,a,d,l,o,u,r,n;return{setters:[e=>{i=e.k,t=e.U,a=e.V,d=e.F,l=e.O,o=e.W,u=e.a3,r=e.al},e=>{n=e.e},null,null,null,null],execute:function(){var s=document.createElement("style");s.textContent=".issues-list .issue-item[data-v-a4e402dd]{margin-bottom:20px;border:2px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);page-break-inside:avoid}.issues-list .issue-item.high[data-v-a4e402dd]{border-left:6px solid #ff4d4f}.issues-list .issue-item.medium[data-v-a4e402dd]{border-left:6px solid #faad14}.issues-list .issue-item.low[data-v-a4e402dd]{border-left:6px solid #52c41a}.issues-list .issue-item.cve[data-v-a4e402dd]{border-left:6px solid #722ed1}.issues-list .issue-item.ignore[data-v-a4e402dd]{border-left:6px solid #999}.issues-list .issue-item .issue-header[data-v-a4e402dd]{display:flex;align-items:center;padding:15px 20px;background-color:#f8f9fa}.issues-list .issue-item .issue-header .issue-number[data-v-a4e402dd]{flex:0 0 40px;height:40px;border-radius:50%;background-color:#07f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:15px;font-size:16px}.issues-list .issue-item .issue-header .issue-name[data-v-a4e402dd]{flex:1;font-weight:500;font-size:16px}.issues-list .issue-item .issue-header .issue-level[data-v-a4e402dd]{padding:4px 12px;border-radius:6px;font-size:14px;margin-right:15px;font-weight:700}.issues-list .issue-item .issue-header .issue-level.high[data-v-a4e402dd]{background-color:#ff4d4f;color:#fff}.issues-list .issue-item .issue-header .issue-level.medium[data-v-a4e402dd]{background-color:#faad14;color:#fff}.issues-list .issue-item .issue-header .issue-level.low[data-v-a4e402dd]{background-color:#52c41a;color:#fff}.issues-list .issue-item .issue-header .issue-level.ignore[data-v-a4e402dd]{background-color:#f0f0f0;color:#666}.issues-list .issue-item .issue-header .issue-auto[data-v-a4e402dd]{padding:4px 12px;border-radius:6px;font-size:14px;background-color:#f5f5f5;color:#666}.issues-list .issue-item .issue-header .issue-auto.supported[data-v-a4e402dd]{background-color:#e6f7ff;color:#07f}.issues-list .issue-item .issue-content[data-v-a4e402dd]{padding:20px}.issues-list .issue-item .issue-content .issue-ps[data-v-a4e402dd]{margin-bottom:15px;color:#666;font-size:16px;line-height:1.6}.issues-list .issue-item .issue-content .issue-tips[data-v-a4e402dd]{background-color:#f8f9fa;padding:15px;border-radius:8px;border-left:4px solid #0077ff}.issues-list .issue-item .issue-content .issue-tips .tips-title[data-v-a4e402dd]{font-weight:500;margin-bottom:10px;font-size:16px;color:#333}.issues-list .issue-item .issue-content .issue-tips .tips-content[data-v-a4e402dd]{color:#666;white-space:pre-line;line-height:1.6;font-size:15px}\n",document.head.appendChild(s);const c={class:"issues-list"},p=["item"],f={class:"issue-header"},m={class:"issue-number"},g=["innerHTML"],v={class:"issue-level low"},x={class:"issue-content"},b={class:"issue-ps"},h={class:"issue-tips"},y=["innerHTML"],k={key:0,class:"pagination-note"};e("default",n(i({__name:"LowRiskSection",props:{data:{type:Array,required:!0},pageIndex:{type:Number,required:!0},totalPages:{type:Number,required:!0},reportData:{type:Object,default:()=>({})}},setup(e){const s=e;return(e,i)=>(t(),a("div",c,[(t(!0),a(d,null,l(s.data,((e,s)=>(t(),a("div",{class:"issue-item low",key:"low-"+s,item:e},[o("div",f,[o("div",m,u(e.num),1),o("div",{class:"issue-name",innerHTML:e.name},null,8,g),o("div",v,u(e.level),1)]),o("div",x,[o("div",b,u(e.ps),1),o("div",h,[i[0]||(i[0]=o("div",{class:"tips-title"},"Solution:",-1)),o("div",{class:"tips-content",innerHTML:e.tips.replace(/\n/g,"<br>")},null,8,y)])])],8,p)))),128)),s.totalPages>1?(t(),a("div",k," Total "+u(s.totalPages)+" pages, current page "+u(s.pageIndex+1)+". ",1)):r("",!0)]))}}),[["__scopeId","data-v-a4e402dd"]]))}}}));
|
||||
@@ -0,0 +1 @@
|
||||
import{k as s,U as e,V as a,F as i,O as t,W as l,a3 as n,al as r}from"./vue.js?v=1753954525509";import{e as o}from"./page_layout.js?v=1753954525509";import"./__commonjsHelpers__.js?v=1753954525509";import"./naive.js?v=1753954525509";import"./common.js?v=1753954525509";import"./public.js?v=1753954525509";const p={class:"issues-list"},u=["item"],d={class:"issue-header"},c={class:"issue-number"},m=["innerHTML"],v={class:"issue-level low"},g={class:"issue-content"},_={class:"issue-ps"},j={class:"issue-tips"},y=["innerHTML"],b={key:0,class:"pagination-note"},H=o(s({__name:"LowRiskSection",props:{data:{type:Array,required:!0},pageIndex:{type:Number,required:!0},totalPages:{type:Number,required:!0},reportData:{type:Object,default:()=>({})}},setup(s){const o=s;return(s,H)=>(e(),a("div",p,[(e(!0),a(i,null,t(o.data,((s,i)=>(e(),a("div",{class:"issue-item low",key:"low-"+i,item:s},[l("div",d,[l("div",c,n(s.num),1),l("div",{class:"issue-name",innerHTML:s.name},null,8,m),l("div",v,n(s.level),1)]),l("div",g,[l("div",_,n(s.ps),1),l("div",j,[H[0]||(H[0]=l("div",{class:"tips-title"},"Solution:",-1)),l("div",{class:"tips-content",innerHTML:s.tips.replace(/\n/g,"<br>")},null,8,y)])])],8,u)))),128)),o.totalPages>1?(e(),a("div",b," Total "+n(o.totalPages)+" pages, current page "+n(o.pageIndex+1)+". ",1)):r("",!0)]))}}),[["__scopeId","data-v-a4e402dd"]]);export{H as default};
|
||||
@@ -0,0 +1 @@
|
||||
System.register(["./vue-legacy.js?v=1753954525509","./page_layout-legacy.js?v=1753954525509","./__commonjsHelpers__-legacy.js?v=1753954525509","./naive-legacy.js?v=1753954525509","./common-legacy.js?v=1753954525509","./public-legacy.js?v=1753954525509"],(function(a,e){"use strict";var t,l,i,s,o,r,n,d,u;return{setters:[a=>{t=a.k,l=a.U,i=a.V,s=a.W,o=a.a3,r=a.al,n=a.F,d=a.O},a=>{u=a.e},null,null,null,null],execute:function(){var e=document.createElement("style");e.textContent=".malicious-summary[data-v-80b85a6a]{margin-bottom:30px;padding:20px;border-radius:12px;background-color:#f8f9fa;border:2px solid #e9ecef}.malicious-summary div[data-v-80b85a6a]{font-size:18px;margin-bottom:10px;color:#333}.malicious-table[data-v-80b85a6a]{margin-top:20px}.malicious-table .breakable-table[data-v-80b85a6a]{width:100%;border-collapse:collapse;font-size:13px}.malicious-table .breakable-table th[data-v-80b85a6a],.malicious-table .breakable-table td[data-v-80b85a6a]{padding:6px;text-align:left;border:1px solid #ddd}.malicious-table .breakable-table th[data-v-80b85a6a]{background-color:#f0f0f0;font-weight:700}.malicious-table .breakable-table td.filepath[data-v-80b85a6a]{word-break:break-all;font-size:12px}.malicious-table .breakable-table tr[data-v-80b85a6a]:nth-child(2n){background-color:#f9f9f9}.malicious-table .pagination-note[data-v-80b85a6a]{margin-top:15px;text-align:center;font-style:italic;color:#666;font-size:14px}\n",document.head.appendChild(e);const c={key:0,class:"malicious-summary"},b={class:"malicious-table"},p={class:"breakable-table"},m=["item"],f={class:"filepath"},g={key:0,class:"pagination-note"};a("default",u(t({__name:"MaliciousSection",props:{data:{type:Array,required:!0},pageIndex:{type:Number,required:!0},totalPages:{type:Number,required:!0},reportData:{type:Object,default:()=>({})}},setup(a){const e=a;return(a,t)=>(l(),i("div",null,[e.reportData?.malicious_files?(l(),i("div",c,[s("div",null,"Scan Time:"+o(e.reportData.malicious_files.last_scan_time||""),1),s("div",null,"Total Scanned Files:"+o(e.reportData.malicious_files.total_scanned_files||0),1),s("div",null,"Total Detected Malicious Files:"+o(e.reportData.malicious_files.total_detected||0),1),s("div",null,"High Risk:"+o(e.reportData.malicious_files.risk_stats?.[2]||0),1),s("div",null,"Processing:"+o(e.reportData.malicious_files.processed_stats?.[1]||0)+",Unprocessed:"+o(e.reportData.malicious_files.processed_stats?.[0]||0),1)])):r("",!0),s("div",b,[s("table",p,[t[0]||(t[0]=s("thead",null,[s("tr",null,[s("th",null,"File Name"),s("th",null,"Path"),s("th",null,"Threat Type"),s("th",null,"Risk Level"),s("th",null,"Scan Time"),s("th",null,"Quarantined")])],-1)),s("tbody",null,[(l(!0),i(n,null,d(e.data,(a=>(l(),i("tr",{key:a.filepath+a.time,item:a},[s("td",null,o(a.filename),1),s("td",f,o(a.filepath),1),s("td",null,o(a.threat_type),1),s("td",null,o(a.risk_level_desc),1),s("td",null,o(a.time),1),s("td",null,o(a.quarantined?"Yes":"No"),1)],8,m)))),128))])]),e.totalPages>1?(l(),i("div",g," Total "+o(e.totalPages)+" pages, current page "+o(e.pageIndex+1)+". ",1)):r("",!0)])]))}}),[["__scopeId","data-v-80b85a6a"]]))}}}));
|
||||
@@ -0,0 +1 @@
|
||||
import{k as e,U as a,V as l,W as t,a3 as s,al as i,F as o,O as r}from"./vue.js?v=1753954525509";import{e as n}from"./page_layout.js?v=1753954525509";import"./__commonjsHelpers__.js?v=1753954525509";import"./naive.js?v=1753954525509";import"./common.js?v=1753954525509";import"./public.js?v=1753954525509";const u={key:0,class:"malicious-summary"},d={class:"malicious-table"},p={class:"breakable-table"},c=["item"],m={class:"filepath"},_={key:0,class:"pagination-note"},v=n(e({__name:"MaliciousSection",props:{data:{type:Array,required:!0},pageIndex:{type:Number,required:!0},totalPages:{type:Number,required:!0},reportData:{type:Object,default:()=>({})}},setup(e){const n=e;return(e,v)=>{var f,h,y,b;return a(),l("div",null,[(null==(f=n.reportData)?void 0:f.malicious_files)?(a(),l("div",u,[t("div",null,"Scan Time:"+s(n.reportData.malicious_files.last_scan_time||""),1),t("div",null,"Total Scanned Files:"+s(n.reportData.malicious_files.total_scanned_files||0),1),t("div",null,"Total Detected Malicious Files:"+s(n.reportData.malicious_files.total_detected||0),1),t("div",null,"High Risk:"+s((null==(h=n.reportData.malicious_files.risk_stats)?void 0:h[2])||0),1),t("div",null,"Processing:"+s((null==(y=n.reportData.malicious_files.processed_stats)?void 0:y[1])||0)+",Unprocessed:"+s((null==(b=n.reportData.malicious_files.processed_stats)?void 0:b[0])||0),1)])):i("",!0),t("div",d,[t("table",p,[v[0]||(v[0]=t("thead",null,[t("tr",null,[t("th",null,"File Name"),t("th",null,"Path"),t("th",null,"Threat Type"),t("th",null,"Risk Level"),t("th",null,"Scan Time"),t("th",null,"Quarantined")])],-1)),t("tbody",null,[(a(!0),l(o,null,r(n.data,(e=>(a(),l("tr",{key:e.filepath+e.time,item:e},[t("td",null,s(e.filename),1),t("td",m,s(e.filepath),1),t("td",null,s(e.threat_type),1),t("td",null,s(e.risk_level_desc),1),t("td",null,s(e.time),1),t("td",null,s(e.quarantined?"Yes":"No"),1)],8,c)))),128))])]),n.totalPages>1?(a(),l("div",_," Total "+s(n.totalPages)+" pages, current page "+s(n.pageIndex+1)+". ",1)):i("",!0)])])}}}),[["__scopeId","data-v-80b85a6a"]]);export{v as default};
|
||||
@@ -0,0 +1 @@
|
||||
System.register(["./vue-legacy.js?v=1753954525509","./page_layout-legacy.js?v=1753954525509","./__commonjsHelpers__-legacy.js?v=1753954525509","./naive-legacy.js?v=1753954525509","./common-legacy.js?v=1753954525509","./public-legacy.js?v=1753954525509"],(function(e,s){"use strict";var i,t,a,d,u,l,o,r,n;return{setters:[e=>{i=e.k,t=e.U,a=e.V,d=e.F,u=e.O,l=e.W,o=e.a3,r=e.al},e=>{n=e.e},null,null,null,null],execute:function(){var s=document.createElement("style");s.textContent=".issues-list .issue-item[data-v-f4943d26]{margin-bottom:20px;border:2px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);page-break-inside:avoid}.issues-list .issue-item.high[data-v-f4943d26]{border-left:6px solid #ff4d4f}.issues-list .issue-item.medium[data-v-f4943d26]{border-left:6px solid #faad14}.issues-list .issue-item.low[data-v-f4943d26]{border-left:6px solid #52c41a}.issues-list .issue-item.cve[data-v-f4943d26]{border-left:6px solid #722ed1}.issues-list .issue-item.ignore[data-v-f4943d26]{border-left:6px solid #999}.issues-list .issue-item .issue-header[data-v-f4943d26]{display:flex;align-items:center;padding:15px 20px;background-color:#f8f9fa}.issues-list .issue-item .issue-header .issue-number[data-v-f4943d26]{flex:0 0 40px;height:40px;border-radius:50%;background-color:#07f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:15px;font-size:16px}.issues-list .issue-item .issue-header .issue-name[data-v-f4943d26]{flex:1;font-weight:500;font-size:16px}.issues-list .issue-item .issue-header .issue-level[data-v-f4943d26]{padding:4px 12px;border-radius:6px;font-size:14px;margin-right:15px;font-weight:700}.issues-list .issue-item .issue-header .issue-level.high[data-v-f4943d26]{background-color:#ff4d4f;color:#fff}.issues-list .issue-item .issue-header .issue-level.medium[data-v-f4943d26]{background-color:#faad14;color:#fff}.issues-list .issue-item .issue-header .issue-level.low[data-v-f4943d26]{background-color:#52c41a;color:#fff}.issues-list .issue-item .issue-header .issue-level.ignore[data-v-f4943d26]{background-color:#f0f0f0;color:#666}.issues-list .issue-item .issue-header .issue-auto[data-v-f4943d26]{padding:4px 12px;border-radius:6px;font-size:14px;background-color:#f5f5f5;color:#666}.issues-list .issue-item .issue-header .issue-auto.supported[data-v-f4943d26]{background-color:#e6f7ff;color:#07f}.issues-list .issue-item .issue-content[data-v-f4943d26]{padding:20px}.issues-list .issue-item .issue-content .issue-ps[data-v-f4943d26]{margin-bottom:15px;color:#666;font-size:16px;line-height:1.6}.issues-list .issue-item .issue-content .issue-tips[data-v-f4943d26]{background-color:#f8f9fa;padding:15px;border-radius:8px;border-left:4px solid #0077ff}.issues-list .issue-item .issue-content .issue-tips .tips-title[data-v-f4943d26]{font-weight:500;margin-bottom:10px;font-size:16px;color:#333}.issues-list .issue-item .issue-content .issue-tips .tips-content[data-v-f4943d26]{color:#666;white-space:pre-line;line-height:1.6;font-size:15px}\n",document.head.appendChild(s);const f={class:"issues-list"},c=["item"],p={class:"issue-header"},m={class:"issue-number"},g=["innerHTML"],v={class:"issue-level medium"},x={class:"issue-content"},b={class:"issue-ps"},h={class:"issue-tips"},y=["innerHTML"],k={key:0,class:"pagination-note"};e("default",n(i({__name:"MidRiskSection",props:{data:{type:Array,required:!0},pageIndex:{type:Number,required:!0},totalPages:{type:Number,required:!0},reportData:{type:Object,default:()=>({})}},setup(e){const s=e;return(e,i)=>(t(),a("div",f,[(t(!0),a(d,null,u(s.data,((e,s)=>(t(),a("div",{class:"issue-item medium",key:"medium-"+s,item:e},[l("div",p,[l("div",m,o(e.num),1),l("div",{class:"issue-name",innerHTML:e.name},null,8,g),l("div",v,o(e.level),1)]),l("div",x,[l("div",b,o(e.ps),1),l("div",h,[i[0]||(i[0]=l("div",{class:"tips-title"},"Solution:",-1)),l("div",{class:"tips-content",innerHTML:e.tips.replace(/\n/g,"<br>")},null,8,y)])])],8,c)))),128)),s.totalPages>1?(t(),a("div",k," Total "+o(s.totalPages)+" pages, current page "+o(s.pageIndex+1)+". ",1)):r("",!0)]))}}),[["__scopeId","data-v-f4943d26"]]))}}}));
|
||||
@@ -0,0 +1 @@
|
||||
import{k as s,U as e,V as a,F as i,O as t,W as l,a3 as n,al as r}from"./vue.js?v=1753954525509";import{e as p}from"./page_layout.js?v=1753954525509";import"./__commonjsHelpers__.js?v=1753954525509";import"./naive.js?v=1753954525509";import"./common.js?v=1753954525509";import"./public.js?v=1753954525509";const u={class:"issues-list"},o=["item"],d={class:"issue-header"},m={class:"issue-number"},c=["innerHTML"],v={class:"issue-level medium"},g={class:"issue-content"},_={class:"issue-ps"},j={class:"issue-tips"},y=["innerHTML"],b={key:0,class:"pagination-note"},f=p(s({__name:"MidRiskSection",props:{data:{type:Array,required:!0},pageIndex:{type:Number,required:!0},totalPages:{type:Number,required:!0},reportData:{type:Object,default:()=>({})}},setup(s){const p=s;return(s,f)=>(e(),a("div",u,[(e(!0),a(i,null,t(p.data,((s,i)=>(e(),a("div",{class:"issue-item medium",key:"medium-"+i,item:s},[l("div",d,[l("div",m,n(s.num),1),l("div",{class:"issue-name",innerHTML:s.name},null,8,c),l("div",v,n(s.level),1)]),l("div",g,[l("div",_,n(s.ps),1),l("div",j,[f[0]||(f[0]=l("div",{class:"tips-title"},"Solution:",-1)),l("div",{class:"tips-content",innerHTML:s.tips.replace(/\n/g,"<br>")},null,8,y)])])],8,o)))),128)),p.totalPages>1?(e(),a("div",b," Total "+n(p.totalPages)+" pages, current page "+n(p.pageIndex+1)+". ",1)):r("",!0)]))}}),[["__scopeId","data-v-f4943d26"]]);export{f as default};
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user