mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
server checks if current device is mobile device, and let browser navigate to specific pages
This commit is contained in:
@@ -69,6 +69,12 @@ const licenses = [
|
||||
url: 'https://github.com/mattn/go-sqlite3',
|
||||
licenseUrl: 'https://github.com/mattn/go-sqlite3/blob/master/LICENSE'
|
||||
},
|
||||
{
|
||||
name: 'UserAgent',
|
||||
copyright: 'Copyright (c) 2012-2020 Miquel Sabaté Solà',
|
||||
url: 'https://github.com/mssola/user_agent',
|
||||
licenseUrl: 'https://github.com/mssola/user_agent/blob/master/LICENSE'
|
||||
},
|
||||
{
|
||||
name: 'Go Cryptography',
|
||||
copyright: 'Copyright (c) 2009 The Go Authors. All rights reserved.',
|
||||
|
||||
Reference in New Issue
Block a user