Skip to content

Commit 049a7bc

Browse files
author
loatheb
committed
deploy: 6f8276a
0 parents  commit 049a7bc

File tree

1,943 files changed

+4602
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,943 files changed

+4602
-0
lines changed

.nojekyll

Whitespace-only changes.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"applinks": {
3+
"apps": [],
4+
"details": [
5+
{
6+
"appIDs": [
7+
"BVJ3FU5H2K.so.onekey.wallet"
8+
],
9+
"components": [
10+
{
11+
"#": "no_universal_links",
12+
"exclude": true,
13+
"comment": "Matches any URL whose fragment equals no_universal_links and instructs the system not to open it as a universal link"
14+
},
15+
{
16+
"/": "/account/*",
17+
"comment": "Matches any URL whose path starts with /account/"
18+
},
19+
{
20+
"/": "/wc/*",
21+
"comment": "Matches any URL associate with wallet-connect"
22+
}
23+
]
24+
}
25+
]
26+
}
27+
}

.well-known/assetlinks.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"relation": [
4+
"delegate_permission/common.handle_all_urls"
5+
],
6+
"target": {
7+
"namespace": "android_app",
8+
"package_name": "so.onekey.app.wallet",
9+
"sha256_cert_fingerprints": [
10+
"F5:CC:38:B7:06:A5:C1:D6:F0:94:78:5D:FD:F5:8E:09:3C:E3:31:4E:35:A7:F3:5B:2A:79:C1:05:0C:07:E3:84"
11+
]
12+
}
13+
}
14+
]

14173.4c96dc64cd.bundle.js

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
2+
3+
/**
4+
* @license React
5+
* react-dom.production.min.js
6+
*
7+
* Copyright (c) Facebook, Inc. and its affiliates.
8+
*
9+
* This source code is licensed under the MIT license found in the
10+
* LICENSE file in the root directory of this source tree.
11+
*/
12+
13+
/**
14+
* @license React
15+
* react-jsx-runtime.production.min.js
16+
*
17+
* Copyright (c) Facebook, Inc. and its affiliates.
18+
*
19+
* This source code is licensed under the MIT license found in the
20+
* LICENSE file in the root directory of this source tree.
21+
*/
22+
23+
/**
24+
* @license React
25+
* react.production.min.js
26+
*
27+
* Copyright (c) Facebook, Inc. and its affiliates.
28+
*
29+
* This source code is licensed under the MIT license found in the
30+
* LICENSE file in the root directory of this source tree.
31+
*/
32+
33+
/**
34+
* @license React
35+
* scheduler.production.min.js
36+
*
37+
* Copyright (c) Facebook, Inc. and its affiliates.
38+
*
39+
* This source code is licensed under the MIT license found in the
40+
* LICENSE file in the root directory of this source tree.
41+
*/
42+
43+
/** @license React v16.13.1
44+
* react-is.production.min.js
45+
*
46+
* Copyright (c) Facebook, Inc. and its affiliates.
47+
*
48+
* This source code is licensed under the MIT license found in the
49+
* LICENSE file in the root directory of this source tree.
50+
*/

24226.1dc2d3f9ba.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
/*!
2+
3+
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
4+
<http://stuartk.com/jszip>
5+
6+
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
7+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
8+
9+
JSZip uses the library pako released under the MIT license :
10+
https://github.com/nodeca/pako/blob/main/LICENSE
11+
*/
12+
13+
/*!
14+
localForage -- Offline Storage, Improved
15+
Version 1.10.0
16+
https://localforage.github.io/localForage
17+
(c) 2013-2017 Mozilla, Apache License 2.0
18+
*/
19+
20+
/*! (c) Stefan Thomas | https://github.com/bitcoinjs/bitcoinjs-lib
21+
*/
22+
23+
/*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/
24+
*/
25+
26+
/*! (c) Tom Wu, Kenji Urushima | http://www-cs-students.stanford.edu/~tjw/jsbn/
27+
*/
28+
29+
/*! Mike Samuel (c) 2009 | code.google.com/p/json-sans-eval
30+
*/
31+
32+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
33+
34+
/**
35+
* @license
36+
* Lodash <https://lodash.com/>
37+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
38+
* Released under MIT license <https://lodash.com/license>
39+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
40+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
41+
*/
42+
43+
/**
44+
* [js-sha3]{@link https://github.com/emn178/js-sha3}
45+
*
46+
* @version 0.8.0
47+
* @author Chen, Yi-Cyuan [emn178@gmail.com]
48+
* @copyright Chen, Yi-Cyuan 2015-2018
49+
* @license MIT
50+
*/
51+
52+
/** @license React v16.13.1
53+
* react-is.production.min.js
54+
*
55+
* Copyright (c) Facebook, Inc. and its affiliates.
56+
*
57+
* This source code is licensed under the MIT license found in the
58+
* LICENSE file in the root directory of this source tree.
59+
*/
60+
61+
//! goToAndStop must be relative to the start of the current segment

24496.ccbdaab2aa.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*! Hammer.JS - v2.0.17-rc - 2019-12-16
2+
* http://naver.github.io/egjs
3+
*
4+
* Forked By Naver egjs
5+
* Copyright (c) hammerjs
6+
* Licensed under the MIT license */
7+
8+
/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
9+
10+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */

31694.a7ca488bdb.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*! *****************************************************************************
2+
Copyright (c) Microsoft Corporation.
3+
4+
Permission to use, copy, modify, and/or distribute this software for any
5+
purpose with or without fee is hereby granted.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13+
PERFORMANCE OF THIS SOFTWARE.
14+
***************************************************************************** */
15+
16+
/**
17+
* @license
18+
* Lodash <https://lodash.com/>
19+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
20+
* Released under MIT license <https://lodash.com/license>
21+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
22+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
23+
*/

404.html

Lines changed: 130 additions & 0 deletions
Large diffs are not rendered by default.

54912.b211d5ace8.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
8+
9+
/*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) */

69976.5686e66a56.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/*! https://mths.be/punycode v1.4.1 by @mathias */

90602.6c764d62e1.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/*!
2+
* The buffer module from node.js, for the browser.
3+
*
4+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
5+
* @license MIT
6+
*/
7+
8+
/*!
9+
* The buffer module from node.js, for the browser.
10+
*
11+
* @author Feross Aboukhadijeh <https://feross.org>
12+
* @license MIT
13+
*/
14+
15+
/**
16+
* @file {@link http://asmjs.org Asm.js} implementation of the {@link https://en.wikipedia.org/wiki/Advanced_Encryption_Standard Advanced Encryption Standard}.
17+
* @author Artem S Vybornov <vybornov@gmail.com>
18+
* @license MIT
19+
*/
20+
21+
/**
22+
* @license bytebuffer.js (c) 2015 Daniel Wirtz <dcode@dcode.io>
23+
* Backing buffer: ArrayBuffer, Accessor: Uint8Array
24+
* Released under the Apache License, Version 2.0
25+
* see: https://github.com/dcodeIO/bytebuffer.js for details
26+
*/
27+
28+
/**
29+
* @license long.js (c) 2013 Daniel Wirtz <dcode@dcode.io>
30+
* Released under the Apache License, Version 2.0
31+
* see: https://github.com/dcodeIO/long.js for details
32+
*/

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wallet.onekeytest.com

0 commit comments

Comments
 (0)