support application lock

This commit is contained in:
MaysWind
2020-11-21 02:31:37 +08:00
parent d59ff3180d
commit 7290835bb8
15 changed files with 374 additions and 22 deletions
+12
View File
@@ -117,6 +117,12 @@ const licenses = [
url: 'https://github.com/Inndy/vue-clipboard2',
licenseUrl: 'https://github.com/Inndy/vue-clipboard2/blob/master/LICENSE'
},
{
name: 'vue-pincode-input',
copyright: 'Copyright (c) 2019 Maxim Noverin',
url: 'https://github.com/Seokky/vue-pincode-input',
licenseUrl: 'https://github.com/Seokky/vue-pincode-input/blob/master/LICENSE'
},
{
name: 'core-js',
copyright: 'Copyright (c) 2014-2020 Denis Pushkarev',
@@ -153,6 +159,12 @@ const licenses = [
url: 'https://momentjs.com',
licenseUrl: 'https://github.com/moment/moment/blob/develop/LICENSE'
},
{
name: 'crypto-js',
copyright: 'Copyright (c) 2009-2013 Jeff Mott, Copyright (c) 2013-2016 Evan Vosberg',
url: 'https://github.com/brix/crypto-js',
licenseUrl: 'https://github.com/brix/crypto-js/blob/develop/LICENSE'
},
{
name: 'js-cookie',
copyright: 'Copyright (c) 2018 Copyright 2018 Klaus Hartl, Fagner Brack, GitHub Contributors',