Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meme_image
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘续中
meme_image
Commits
2a3cfc26
Commit
2a3cfc26
authored
Jun 13, 2024
by
web
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up aonweb
parent
c9e09136
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
13 deletions
+6
-13
package-lock.json
package-lock.json
+4
-4
package.json
package.json
+1
-1
User.vue
src/views/User.vue
+1
-8
No files found.
package-lock.json
View file @
2a3cfc26
...
...
@@ -8,7 +8,7 @@
"name"
:
"AONET"
,
"version"
:
"0.0.0"
,
"dependencies"
:
{
"aonweb"
:
"^0.0.
1
"
,
"aonweb"
:
"^0.0.
2
"
,
"aos"
:
"^2.3.4"
,
"axios"
:
"^1.6.8"
,
"element-plus"
:
"^2.7.5"
,
...
...
@@ -1850,9 +1850,9 @@
}
},
"node_modules/aonweb"
:
{
"version"
:
"0.0.
1
"
,
"resolved"
:
"https://registry.npmjs.org/aonweb/-/aonweb-0.0.
1
.tgz"
,
"integrity"
:
"sha512-
ayOYw2PgbnDcXmiLUpB7+fIe/N1h7wTs1sxJbgUyULHLNjSeAnINrs7BglplwG7nXjCzJMDLr4n2rAuGgAbmkA
=="
,
"version"
:
"0.0.
2
"
,
"resolved"
:
"https://registry.npmjs.org/aonweb/-/aonweb-0.0.
2
.tgz"
,
"integrity"
:
"sha512-
JF1nzI79nTrESfWkorD6PPUuYNwW0YJ2qSsFMTRdT/13CABvhrlnkeP3y6KKyXhRP+gel/HilPDEsaAVdl5vXQ
=="
,
"dependencies"
:
{
"@fingerprintjs/fingerprintjs"
:
"^4.4.0"
,
"uuid"
:
"^9.0.1"
,
...
...
package.json
View file @
2a3cfc26
...
...
@@ -11,7 +11,7 @@
"type-check"
:
"vue-tsc --build --force"
},
"dependencies"
:
{
"
aonweb
"
:
"
^0.0.
1
"
,
"
aonweb
"
:
"
^0.0.
2
"
,
"
aos
"
:
"
^2.3.4
"
,
"
axios
"
:
"
^1.6.8
"
,
"
element-plus
"
:
"
^2.7.5
"
,
...
...
src/views/User.vue
View file @
2a3cfc26
...
...
@@ -73,16 +73,9 @@ function goToComplete() {
// https://app.aonet.ai/api
// https://app.aonet.ai/kvapi
async
function
getAccount
()
{
const
options
=
new
Options
({
type
:
Options
.
LoginTypes
.
TYPE_FP
,
server
:
'
https://app.aonet.ai
'
,
storeage_url
:
'
https://app.aonet.ai
'
});
console
.
log
(
options
)
//User 的使用方法
let
user
=
new
User
(
options
)
let
user
=
new
User
()
let
addr
=
await
user
.
login
()
console
.
log
(
"
getWeb3 account
"
,
addr
)
account
.
value
=
addr
[
0
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment