mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
name
This commit is contained in:
parent
0264e08605
commit
5a00f8fbff
@ -21,6 +21,21 @@ angular.module('omega').controller 'AboutCtrl', (
|
|||||||
$scope.optionsReseting = false
|
$scope.optionsReseting = false
|
||||||
)
|
)
|
||||||
|
|
||||||
|
$scope.htmlLicense = """
|
||||||
|
ZeroOm​ega 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​eroOmega is made possible by the
|
||||||
|
<a href='https://github.com/suziwen/ZeroOmega'>Ze​roOmega</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 _
|
||||||
|
Loading…
Reference in New Issue
Block a user