__init__.py
来自「属性sosuo算法」· Python 代码 · 共 26 行
PY
26 行
from MainFrame import MainFrame, NullDisplayfrom Application import Applicationfrom HTMLDisplay import HTMLDisplay, getDTVAPICookie, getDTVAPIURLfrom VideoDisplay import VideoDisplay, PlaybackControllerfrom UIBackendDelegate import UIBackendDelegateimport UIStringsfrom objc import nilfrom AppKit import NSApplicationimport app###############################################################################def exit(returnCode): NSApplication.sharedApplication().stop_(nil)def quit(): if app.controller.loadedDatabase: app.delegate.ensureDownloadDaemonIsTerminated() else: NSApplication.sharedApplication().delegate().internalShutdown = True NSApplication.sharedApplication().terminate_(nil)###############################################################################
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?