This commit is contained in:
proxy.zeroomega 2024-08-25 21:56:08 +08:00
parent 0264e08605
commit 5a00f8fbff

View File

@ -21,6 +21,21 @@ angular.module('omega').controller 'AboutCtrl', (
$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
$scope.version = omegaDebug.getProjectVersion()
catch _