Compare commits
No commits in common. "87e7307d0d1d769e557365f29f793c67b19d08f2" and "9ad38a43b53910e5ffd0afc433bd7cddc8d71b0e" have entirely different histories.
87e7307d0d
...
9ad38a43b5
@ -1092,9 +1092,9 @@
|
|||||||
"_dstBlendFactor": 4,
|
"_dstBlendFactor": 4,
|
||||||
"_color": {
|
"_color": {
|
||||||
"__type__": "cc.Color",
|
"__type__": "cc.Color",
|
||||||
"r": 221,
|
"r": 90,
|
||||||
"g": 162,
|
"g": 6,
|
||||||
"b": 154,
|
"b": 7,
|
||||||
"a": 255
|
"a": 255
|
||||||
},
|
},
|
||||||
"_string": "4",
|
"_string": "4",
|
||||||
|
|||||||
@ -4,7 +4,6 @@ import { Palette } from './Palette';
|
|||||||
import { SlotRankingDataManager } from './SlotRankingDataManager';
|
import { SlotRankingDataManager } from './SlotRankingDataManager';
|
||||||
import { callGameApiForRank } from 'db://assets/Loading/scripts/comm';
|
import { callGameApiForRank } from 'db://assets/Loading/scripts/comm';
|
||||||
import { AudioManager } from 'db://assets/Loading/scripts/manager/AudioManager';
|
import { AudioManager } from 'db://assets/Loading/scripts/manager/AudioManager';
|
||||||
import { I18nManager } from 'db://assets/Loading/scripts/manager/I18nManager';
|
|
||||||
|
|
||||||
const { ccclass, property } = _decorator;
|
const { ccclass, property } = _decorator;
|
||||||
|
|
||||||
@ -209,19 +208,19 @@ export class RewardList extends Component {
|
|||||||
|
|
||||||
if (this.rewardsData.DayRanks && this.rewardsData.DayRanks.length > 0) {
|
if (this.rewardsData.DayRanks && this.rewardsData.DayRanks.length > 0) {
|
||||||
for (let item of this.rewardsData.DayRanks) {
|
for (let item of this.rewardsData.DayRanks) {
|
||||||
this.selfRewardsList.push({ ...item, TypeLabel: I18nManager.instance.t('Daily Ranking') });
|
this.selfRewardsList.push({ ...item, TypeLabel: '日榜' });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.rewardsData.WeekRanks && this.rewardsData.WeekRanks.length > 0) {
|
if (this.rewardsData.WeekRanks && this.rewardsData.WeekRanks.length > 0) {
|
||||||
for (let item of this.rewardsData.WeekRanks) {
|
for (let item of this.rewardsData.WeekRanks) {
|
||||||
this.selfRewardsList.push({ ...item, TypeLabel: I18nManager.instance.t('Weekly Ranking') });
|
this.selfRewardsList.push({ ...item, TypeLabel: '周榜' });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.rewardsData.MonthRanks && this.rewardsData.MonthRanks.length > 0) {
|
if (this.rewardsData.MonthRanks && this.rewardsData.MonthRanks.length > 0) {
|
||||||
for (let item of this.rewardsData.MonthRanks) {
|
for (let item of this.rewardsData.MonthRanks) {
|
||||||
this.selfRewardsList.push({ ...item, TypeLabel: I18nManager.instance.t('Monthly Ranking') });
|
this.selfRewardsList.push({ ...item, TypeLabel: '月榜' });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [],
|
"_components": [],
|
||||||
"_prefab": {
|
"_prefab": {
|
||||||
"__id__": 89
|
"__id__": 88
|
||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@ -54,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
"autoReleaseAssets": false,
|
"autoReleaseAssets": false,
|
||||||
"_globals": {
|
"_globals": {
|
||||||
"__id__": 90
|
"__id__": 89
|
||||||
},
|
},
|
||||||
"_id": "6c29a3fe-b10e-44a5-98e3-55595b231767"
|
"_id": "6c29a3fe-b10e-44a5-98e3-55595b231767"
|
||||||
},
|
},
|
||||||
@ -77,14 +77,17 @@
|
|||||||
"__id__": 8
|
"__id__": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 67
|
"__id__": 66
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 70
|
"__id__": 69
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
|
{
|
||||||
|
"__id__": 84
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"__id__": 85
|
"__id__": 85
|
||||||
},
|
},
|
||||||
@ -93,9 +96,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 87
|
"__id__": 87
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 88
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -341,11 +341,14 @@
|
|||||||
"__id__": 9
|
"__id__": 9
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 60
|
"__id__": 59
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
|
{
|
||||||
|
"__id__": 62
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"__id__": 63
|
"__id__": 63
|
||||||
},
|
},
|
||||||
@ -354,9 +357,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 65
|
"__id__": 65
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 66
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -435,10 +435,10 @@
|
|||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 58
|
"__id__": 57
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 59
|
"__id__": 58
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -1929,14 +1929,14 @@
|
|||||||
],
|
],
|
||||||
"_active": false,
|
"_active": false,
|
||||||
"_components": [
|
"_components": [
|
||||||
|
{
|
||||||
|
"__id__": 53
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"__id__": 54
|
"__id__": 54
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 55
|
"__id__": 55
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 56
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -1985,9 +1985,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 52
|
"__id__": 52
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 53
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -2104,19 +2101,6 @@
|
|||||||
"_shadowBlur": 2,
|
"_shadowBlur": 2,
|
||||||
"_id": "e4kCYXpvhNkZTT/Ku/bpxq"
|
"_id": "e4kCYXpvhNkZTT/Ku/bpxq"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"__type__": "0059a+GnsRMGp0ldUMAWFR3",
|
|
||||||
"_name": "",
|
|
||||||
"_objFlags": 0,
|
|
||||||
"__editorExtras__": {},
|
|
||||||
"node": {
|
|
||||||
"__id__": 50
|
|
||||||
},
|
|
||||||
"_enabled": true,
|
|
||||||
"__prefab": null,
|
|
||||||
"_key": "AID_GET_STARTED",
|
|
||||||
"_id": "d014i3GAVMSbRytRqjWxUE"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
@ -2190,7 +2174,7 @@
|
|||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
"clickEvents": [
|
"clickEvents": [
|
||||||
{
|
{
|
||||||
"__id__": 57
|
"__id__": 56
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_interactable": true,
|
"_interactable": true,
|
||||||
@ -2320,10 +2304,10 @@
|
|||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 61
|
"__id__": 60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 62
|
"__id__": 61
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -2362,7 +2346,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 60
|
"__id__": 59
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2384,7 +2368,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 60
|
"__id__": 59
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2528,10 +2512,10 @@
|
|||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 68
|
"__id__": 67
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 69
|
"__id__": 68
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -2570,7 +2554,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 67
|
"__id__": 66
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2592,7 +2576,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 67
|
"__id__": 66
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2635,22 +2619,22 @@
|
|||||||
},
|
},
|
||||||
"_children": [
|
"_children": [
|
||||||
{
|
{
|
||||||
"__id__": 71
|
"__id__": 70
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 75
|
"__id__": 74
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 80
|
"__id__": 79
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_active": false,
|
"_active": false,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 83
|
"__id__": 82
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 84
|
"__id__": 83
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -2689,19 +2673,19 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 70
|
"__id__": 69
|
||||||
},
|
},
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
|
{
|
||||||
|
"__id__": 71
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"__id__": 72
|
"__id__": 72
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 73
|
"__id__": 73
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 74
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -2740,7 +2724,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 71
|
"__id__": 70
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2762,7 +2746,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 71
|
"__id__": 70
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2774,7 +2758,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 71
|
"__id__": 70
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2813,11 +2797,14 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 70
|
"__id__": 69
|
||||||
},
|
},
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
|
{
|
||||||
|
"__id__": 75
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"__id__": 76
|
"__id__": 76
|
||||||
},
|
},
|
||||||
@ -2826,9 +2813,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 78
|
"__id__": 78
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 79
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -2867,7 +2851,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 75
|
"__id__": 74
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2889,7 +2873,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 75
|
"__id__": 74
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2951,7 +2935,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 75
|
"__id__": 74
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2964,7 +2948,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 75
|
"__id__": 74
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -2994,16 +2978,16 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"_parent": {
|
"_parent": {
|
||||||
"__id__": 70
|
"__id__": 69
|
||||||
},
|
},
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 81
|
"__id__": 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 82
|
"__id__": 81
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -3042,7 +3026,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 80
|
"__id__": 79
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -3064,7 +3048,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 80
|
"__id__": 79
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -3103,7 +3087,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 70
|
"__id__": 69
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -3125,7 +3109,7 @@
|
|||||||
"_objFlags": 0,
|
"_objFlags": 0,
|
||||||
"__editorExtras__": {},
|
"__editorExtras__": {},
|
||||||
"node": {
|
"node": {
|
||||||
"__id__": 70
|
"__id__": 69
|
||||||
},
|
},
|
||||||
"_enabled": true,
|
"_enabled": true,
|
||||||
"__prefab": null,
|
"__prefab": null,
|
||||||
@ -3222,7 +3206,7 @@
|
|||||||
"__id__": 9
|
"__id__": 9
|
||||||
},
|
},
|
||||||
"rb7Logo": {
|
"rb7Logo": {
|
||||||
"__id__": 67
|
"__id__": 66
|
||||||
},
|
},
|
||||||
"languageJson": {
|
"languageJson": {
|
||||||
"__uuid__": "65d2a408-9396-47e4-99de-73423a590b7f",
|
"__uuid__": "65d2a408-9396-47e4-99de-73423a590b7f",
|
||||||
@ -3244,10 +3228,10 @@
|
|||||||
"__id__": 5
|
"__id__": 5
|
||||||
},
|
},
|
||||||
"Logo": {
|
"Logo": {
|
||||||
"__id__": 67
|
"__id__": 66
|
||||||
},
|
},
|
||||||
"rotateNode": {
|
"rotateNode": {
|
||||||
"__id__": 70
|
"__id__": 69
|
||||||
},
|
},
|
||||||
"_id": "d8F/UwpTxNpZhwSJjDvnkk"
|
"_id": "d8F/UwpTxNpZhwSJjDvnkk"
|
||||||
},
|
},
|
||||||
@ -3262,28 +3246,28 @@
|
|||||||
{
|
{
|
||||||
"__type__": "cc.SceneGlobals",
|
"__type__": "cc.SceneGlobals",
|
||||||
"ambient": {
|
"ambient": {
|
||||||
"__id__": 91
|
"__id__": 90
|
||||||
},
|
},
|
||||||
"shadows": {
|
"shadows": {
|
||||||
"__id__": 92
|
"__id__": 91
|
||||||
},
|
},
|
||||||
"_skybox": {
|
"_skybox": {
|
||||||
"__id__": 93
|
"__id__": 92
|
||||||
},
|
},
|
||||||
"fog": {
|
"fog": {
|
||||||
"__id__": 94
|
"__id__": 93
|
||||||
},
|
},
|
||||||
"octree": {
|
"octree": {
|
||||||
"__id__": 95
|
"__id__": 94
|
||||||
},
|
},
|
||||||
"skin": {
|
"skin": {
|
||||||
"__id__": 96
|
"__id__": 95
|
||||||
},
|
},
|
||||||
"lightProbeInfo": {
|
"lightProbeInfo": {
|
||||||
"__id__": 97
|
"__id__": 96
|
||||||
},
|
},
|
||||||
"postSettings": {
|
"postSettings": {
|
||||||
"__id__": 98
|
"__id__": 97
|
||||||
},
|
},
|
||||||
"bakedWithStationaryMainLight": false,
|
"bakedWithStationaryMainLight": false,
|
||||||
"bakedWithHighpLightmap": false
|
"bakedWithHighpLightmap": false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user