okx-onchain-console 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="public/product-icon.png" width="160" alt="Onchain OS Console product icon" />
|
|
2
|
+
<img src="https://raw.githubusercontent.com/BiscuitCoder/okxai_console/master/public/product-icon.png" width="160" alt="Onchain OS Console product icon" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">Onchain OS Console</h1>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
## Preview / 预览
|
|
10
10
|
|
|
11
|
-

|
|
11
|
+

|
|
12
12
|
|
|
13
13
|
> This project does not read wallet private keys or initiate signatures, payments, or onchain transactions.
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "okx-onchain-console",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Local read-only OnchainOS console for your browser, with optional Chrome extension support",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/BiscuitCoder/okxai_console.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/BiscuitCoder/okxai_console#readme",
|
|
5
10
|
"bin": {
|
|
6
11
|
"okx-onchain-console": "./web.mjs"
|
|
7
12
|
},
|