mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
support application lock
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user