mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-09-17 20:41:37 +00:00
Update index.html
This commit is contained in:
parent
324d72666c
commit
01f4a51dcb
@ -398,11 +398,11 @@
|
||||
const row = document.createElement('tr');
|
||||
|
||||
// 根据结果类型设置行样式
|
||||
if (item.result === true) {
|
||||
if (item.result === 'true') {
|
||||
row.className = 'vulnerable-row';
|
||||
} else if (item.result === 'unknown') {
|
||||
row.className = 'unknown-row';
|
||||
} else if (item.result === false) {
|
||||
} else if (item.result === 'false') {
|
||||
row.className = 'safe-row';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user