@gssimio/poc
v0.0.17
Published
gssim poc sample lib
Downloads
2
Readme
@gssim/poc
build
yarn build
design
import * as "@gssimio/genshin"
genshin.get_status({
charactor: {
level: 40
},
wepon: {
name: "soward"
level: 24
},
artifact: {
"flowerOfLife": {
level: 4,
// TODO
mainOption: {},
textOption: {},
subOption: [{}]
},
"plumeOfDeath": {
level: 4
},
"sandsOfEon": {
level: 4
},
"gobletOfEonothem": {
level: 4
}
}
})