mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-17 06:00:25 +08:00
9 lines
195 B
JavaScript
9 lines
195 B
JavaScript
Tea.context(function () {
|
|
this.success = NotifyPopup
|
|
this.isCA = this.certConfig.isCA ? 1 : 0
|
|
this.textMode = false
|
|
|
|
this.switchTextMode = function () {
|
|
this.textMode = !this.textMode
|
|
}
|
|
}) |