历史记录详情UI修改
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m15s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m15s
This commit is contained in:
parent
26e40d8703
commit
b666f5272c
File diff suppressed because it is too large
Load Diff
BIN
assets/Game/textures/history/img/kuang.png
Normal file
BIN
assets/Game/textures/history/img/kuang.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 KiB |
134
assets/Game/textures/history/img/kuang.png.meta
Normal file
134
assets/Game/textures/history/img/kuang.png.meta
Normal file
@ -0,0 +1,134 @@
|
||||
{
|
||||
"ver": "1.0.27",
|
||||
"importer": "image",
|
||||
"imported": true,
|
||||
"uuid": "d2805e96-d5f9-4df0-a333-aeadd8d66286",
|
||||
"files": [
|
||||
".json",
|
||||
".png"
|
||||
],
|
||||
"subMetas": {
|
||||
"6c48a": {
|
||||
"importer": "texture",
|
||||
"uuid": "d2805e96-d5f9-4df0-a333-aeadd8d66286@6c48a",
|
||||
"displayName": "kuang",
|
||||
"id": "6c48a",
|
||||
"name": "texture",
|
||||
"userData": {
|
||||
"wrapModeS": "clamp-to-edge",
|
||||
"wrapModeT": "clamp-to-edge",
|
||||
"imageUuidOrDatabaseUri": "d2805e96-d5f9-4df0-a333-aeadd8d66286",
|
||||
"isUuid": true,
|
||||
"visible": false,
|
||||
"minfilter": "linear",
|
||||
"magfilter": "linear",
|
||||
"mipfilter": "none",
|
||||
"anisotropy": 0
|
||||
},
|
||||
"ver": "1.0.22",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
},
|
||||
"f9941": {
|
||||
"importer": "sprite-frame",
|
||||
"uuid": "d2805e96-d5f9-4df0-a333-aeadd8d66286@f9941",
|
||||
"displayName": "kuang",
|
||||
"id": "f9941",
|
||||
"name": "spriteFrame",
|
||||
"userData": {
|
||||
"trimType": "auto",
|
||||
"trimThreshold": 1,
|
||||
"rotated": false,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"trimX": 0,
|
||||
"trimY": 0,
|
||||
"width": 390,
|
||||
"height": 360,
|
||||
"rawWidth": 390,
|
||||
"rawHeight": 360,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"pivotX": 0.5,
|
||||
"pivotY": 0.5,
|
||||
"meshType": 0,
|
||||
"vertices": {
|
||||
"rawPosition": [
|
||||
-195,
|
||||
-180,
|
||||
0,
|
||||
195,
|
||||
-180,
|
||||
0,
|
||||
-195,
|
||||
180,
|
||||
0,
|
||||
195,
|
||||
180,
|
||||
0
|
||||
],
|
||||
"indexes": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
2,
|
||||
1,
|
||||
3
|
||||
],
|
||||
"uv": [
|
||||
0,
|
||||
360,
|
||||
390,
|
||||
360,
|
||||
0,
|
||||
0,
|
||||
390,
|
||||
0
|
||||
],
|
||||
"nuv": [
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"minPos": [
|
||||
-195,
|
||||
-180,
|
||||
0
|
||||
],
|
||||
"maxPos": [
|
||||
195,
|
||||
180,
|
||||
0
|
||||
]
|
||||
},
|
||||
"isUuid": true,
|
||||
"imageUuidOrDatabaseUri": "d2805e96-d5f9-4df0-a333-aeadd8d66286@6c48a",
|
||||
"atlasUuid": ""
|
||||
},
|
||||
"ver": "1.0.12",
|
||||
"imported": true,
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {}
|
||||
}
|
||||
},
|
||||
"userData": {
|
||||
"type": "sprite-frame",
|
||||
"hasAlpha": true,
|
||||
"fixAlphaTransparencyArtifacts": false,
|
||||
"redirect": "d2805e96-d5f9-4df0-a333-aeadd8d66286@6c48a"
|
||||
}
|
||||
}
|
||||
@ -7,7 +7,7 @@ import { PREVIEW } from "cc/env"
|
||||
const gameId = "rp_11001";
|
||||
// let apiaddr = "https://rpgames-api.rpfafafahkdev.com";
|
||||
let apiaddr = "";
|
||||
let token = "eyJQIjoxMDA5NDksIkUiOjE3NjY0MjU3NDYsIlMiOjk5NiwiRCI6InJwXzExMDAxIn0.cIYCQnvj1mhDB97LF0_ee5s-w7gkm9pCImTywWsGGAo";
|
||||
let token = "eyJQIjoxMDAwMDEsIkUiOjE3NjY0OTc0NjAsIlMiOjk5NiwiRCI6InJwXzExMDAxIn0.1J21YwU3oPhRzpJoTm5GyBbUAxAOEiV56XaFhxOGcJ8";
|
||||
|
||||
|
||||
let language = "en"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user