Update ollamaMain.py

This commit is contained in:
宗宸·谢尔比 2025-02-11 14:27:37 +08:00 committed by GitHub
parent da3559fb9f
commit 3b06dcbbd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,7 @@ class WebshellWorker(QThread):
class CyberScanner(QtWidgets.QMainWindow):
def __init__(self):
super().__init__()
self.setWindowTitle("AI安全审计系统 BY:公众号_知攻善防实验室 ChinaRan404 ")
self.setWindowTitle("AI安全审计系统 BY:公众号_知攻善防实验室 ChinaRan404&森然 ")
self.setGeometry(100, 100, 1280, 720)
self.setup_ui()
self.files_content = {}