@everymatrix/casino-game-page 0.0.348 → 0.0.351
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-game-page",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.351",
|
4
4
|
"main": "dist/casino-game-page.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"publishConfig": {
|
37
37
|
"access": "public"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "16d8fe8c258e64a83421f55963fbc29d71bc2b3b"
|
40
40
|
}
|
@@ -562,7 +562,7 @@
|
|
562
562
|
<p class="SearchLoading" part="SearchLoading">500 Error - Internal Server Error.</p>
|
563
563
|
{:else}
|
564
564
|
<div class="GamePageBackground" style="background: {!isModal? `url(${game.backgroundImageUrl})`: ''}; background-size: cover">
|
565
|
-
<div class="CasinoGamePageContainer" part="CasinoGamePageContainer" bind:this={customStylingContainer} style="background: rgba(0, 0, 0, 0)">
|
565
|
+
<div class="CasinoGamePageContainer" part="CasinoGamePageContainer" bind:this={customStylingContainer} style="background: rgba(0, 0, 0, 0.5)">
|
566
566
|
{#if detailsObtained}
|
567
567
|
{#if mobileView}
|
568
568
|
{#if isLoggedIn}
|
package/src/translations.js
CHANGED
@@ -9,6 +9,16 @@ export const GamePageTranslations = {
|
|
9
9
|
breakButton: 'Hold button for 3 seconds to take 24-hours instant lock',
|
10
10
|
}
|
11
11
|
},
|
12
|
+
zh: {
|
13
|
+
gamePage: {
|
14
|
+
signIn: '登錄',
|
15
|
+
register: '登記',
|
16
|
+
deposit: '訂金',
|
17
|
+
playForFun: '玩得開心',
|
18
|
+
playNow: '現在開始',
|
19
|
+
breakButton: '休息 1 天',
|
20
|
+
}
|
21
|
+
},
|
12
22
|
de: {
|
13
23
|
gamePage: {
|
14
24
|
signIn: 'Einloggen',
|