Revert "name"

This reverts commit 5a00f8fbff.
This commit is contained in:
Yuping Zuo 2024-10-26 07:00:45 +08:00
parent 7945a6f919
commit 559aabcacc

View File

@ -21,21 +21,6 @@ angular.module('omega').controller 'AboutCtrl', (
$scope.optionsReseting = false $scope.optionsReseting = false
) )
$scope.htmlLicense = """
ZeroOm&#8203ega is
<a href='https://www.gnu.org/philosophy/free-sw.en.html'>free software</a>
licensed under
<a href='https://www.gnu.org/licenses/gpl.html'>GNU General Public License</a>
Version 3 or later.
"""
$scope.htmlCredits = """
Z&#8203eroOmega is made possible by the
<a href='https://github.com/suziwen/ZeroOmega'>Ze&#8203roOmega</a>
open source project and other
<a href='https://github.com/FelisCatus/SwitchyOmega/blob/master/AUTHORS'>
open source software
</a>.
"""
try try
$scope.version = omegaDebug.getProjectVersion() $scope.version = omegaDebug.getProjectVersion()
catch _ catch _