mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
add fix chat
This commit is contained in:
@@ -11,7 +11,16 @@
|
|||||||
<div class="main__content">
|
<div class="main__content">
|
||||||
<h3>онлайн-казино</h3>
|
<h3>онлайн-казино</h3>
|
||||||
<h1>lucky diamond</h1>
|
<h1>lucky diamond</h1>
|
||||||
<h4>minecraft casino - <span :class="{ 'animate__text--main__block': !AnimationOff, 'default__text--main__block': AnimationOff }">spm</span></h4>
|
<h4>
|
||||||
|
minecraft casino -
|
||||||
|
<span
|
||||||
|
:class="{
|
||||||
|
'animate__text--main__block': !AnimationOff,
|
||||||
|
'default__text--main__block': AnimationOff,
|
||||||
|
}"
|
||||||
|
>spm</span
|
||||||
|
>
|
||||||
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
@@ -23,16 +32,18 @@
|
|||||||
<div class="gamemode__content--card">
|
<div class="gamemode__content--card">
|
||||||
<div class="gamemode__main bg-card">
|
<div class="gamemode__main bg-card">
|
||||||
<ul>
|
<ul>
|
||||||
<li
|
<li v-for="mode in mainGameMode" :key="mode.id">
|
||||||
v-for="mode in mainGameMode"
|
|
||||||
:key="mode.id"
|
|
||||||
>
|
|
||||||
<div class="line__content">
|
<div class="line__content">
|
||||||
<h3 class="title-firstline">{{ mode.title }}</h3>
|
<h3 class="title-firstline">{{ mode.title }}</h3>
|
||||||
<div class="line__footer">
|
<div class="line__footer">
|
||||||
<img src="../assets/icons-gamemodes/bomb-icon.svg">
|
<img src="../assets/icons-gamemodes/bomb-icon.svg" />
|
||||||
<div class="line__btn--main">
|
<div class="line__btn--main">
|
||||||
<a href="#" @click="$router.push({ name: 'saper' })" class="line__btn">play <span class="line__btn--elm">></span></a>
|
<a
|
||||||
|
href="#"
|
||||||
|
@click="$router.push({ name: 'saper' })"
|
||||||
|
class="line__btn"
|
||||||
|
>play <span class="line__btn--elm">></span></a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -51,11 +62,16 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title-firstline">{{ mode.title }}</h1>
|
<h1 class="title-firstline">{{ mode.title }}</h1>
|
||||||
<!-- <a href="#" class="line__btn">play <span class="line__btn--elm">></span></a> -->
|
<!-- <a href="#" class="line__btn">play <span class="line__btn--elm">></span></a> -->
|
||||||
<a href="#" @click="$router.push({ name: 'jackpot' })" class="line__btn">play <span class="line__btn--elm">></span></a>
|
<a
|
||||||
|
href="#"
|
||||||
|
@click="$router.push({ name: 'jackpot' })"
|
||||||
|
class="line__btn"
|
||||||
|
>play <span class="line__btn--elm">></span></a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="line__img">
|
<div class="line__img">
|
||||||
<img src="@/assets/icons-gamemodes/case-icon.png">
|
<img src="@/assets/icons-gamemodes/case-icon.png" />
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -63,33 +79,34 @@
|
|||||||
<div class="gamemode__twolines">
|
<div class="gamemode__twolines">
|
||||||
<div class="gamemode__twoline--first__element bg-card">
|
<div class="gamemode__twoline--first__element bg-card">
|
||||||
<ul>
|
<ul>
|
||||||
<li
|
<li v-for="mode in twolinefirstelementGameMode" :key="mode">
|
||||||
v-for="mode in twolinefirstelementGameMode"
|
|
||||||
:key="mode"
|
|
||||||
>
|
|
||||||
<div :class="'linecontent-' + mode.id">
|
<div :class="'linecontent-' + mode.id">
|
||||||
<h3 class="title-twoline">{{ mode.title }}</h3>
|
<h3 class="title-twoline">{{ mode.title }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a href="#" class="line__btn">play <span class="line__btn--elm ">></span></a>
|
<a href="#" class="line__btn"
|
||||||
<img src="@/assets/icons-gamemodes/slots-icon.png">
|
>play <span class="line__btn--elm">></span></a
|
||||||
|
>
|
||||||
|
<img src="@/assets/icons-gamemodes/slots-icon.png" />
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="gamemode__twoline--two__element bg-card">
|
<div class="gamemode__twoline--two__element bg-card">
|
||||||
<ul>
|
<ul>
|
||||||
<li
|
<li v-for="mode in twolinetwoelementGameMode" :key="mode.id">
|
||||||
v-for="mode in twolinetwoelementGameMode"
|
|
||||||
:key="mode.id"
|
|
||||||
>
|
|
||||||
<div :class="'linecontent-' + mode.id">
|
<div :class="'linecontent-' + mode.id">
|
||||||
<h3 class="title-twoline">{{ mode.title }}</h3>
|
<h3 class="title-twoline">{{ mode.title }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- <a href="#" class="line__btn">play <span class="line__btn--elm">></span></a> -->
|
<!-- <a href="#" class="line__btn">play <span class="line__btn--elm">></span></a> -->
|
||||||
<a href="#" @click="$router.push({ name: 'crash' })" class="line__btn">play <span class="line__btn--elm">></span></a>
|
<a
|
||||||
<img src="@/assets/icons-gamemodes/crush-icon.svg">
|
href="#"
|
||||||
|
@click="$router.push({ name: 'crash' })"
|
||||||
|
class="line__btn"
|
||||||
|
>play <span class="line__btn--elm">></span></a
|
||||||
|
>
|
||||||
|
<img src="@/assets/icons-gamemodes/crush-icon.svg" />
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -105,18 +122,24 @@
|
|||||||
import HeaderComponent from "@/components/HeaderComponent.vue";
|
import HeaderComponent from "@/components/HeaderComponent.vue";
|
||||||
import AsideBarComponent from "@/components/AsidebarComponent.vue";
|
import AsideBarComponent from "@/components/AsidebarComponent.vue";
|
||||||
import HomemobilePage from "@/pages/adaptive-pages/HomemobilePage.vue";
|
import HomemobilePage from "@/pages/adaptive-pages/HomemobilePage.vue";
|
||||||
|
import ChatComponent from "@/components/ChatComponent.vue";
|
||||||
import GameModes from "@/mocks/GameModes";
|
import GameModes from "@/mocks/GameModes";
|
||||||
import '@/assets/css/PagesStyles/home.css'
|
import "@/assets/css/PagesStyles/home.css";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'HomePage',
|
name: "HomePage",
|
||||||
components: { AsideBarComponent, HeaderComponent, HomemobilePage },
|
components: {
|
||||||
|
AsideBarComponent,
|
||||||
|
HeaderComponent,
|
||||||
|
ChatComponent,
|
||||||
|
HomemobilePage,
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
GameModes,
|
GameModes,
|
||||||
AnimationOff: false,
|
AnimationOff: false,
|
||||||
mobile: false,
|
mobile: false,
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// claimSettings(value) {
|
// claimSettings(value) {
|
||||||
@@ -129,30 +152,29 @@ export default {
|
|||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.checkWindowSize()
|
this.checkWindowSize();
|
||||||
|
|
||||||
this.AddWindowListener()
|
this.AddWindowListener();
|
||||||
},
|
},
|
||||||
beforeUnmount() {
|
beforeUnmount() {
|
||||||
this.RemoveWindowListener()
|
this.RemoveWindowListener();
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
mainGameMode() {
|
mainGameMode() {
|
||||||
return this.GameModes.filter(mode => [1].includes(mode.id))
|
return this.GameModes.filter((mode) => [1].includes(mode.id));
|
||||||
},
|
},
|
||||||
firstlineGameMode() {
|
firstlineGameMode() {
|
||||||
return this.GameModes.filter(mode => [2].includes(mode.id))
|
return this.GameModes.filter((mode) => [2].includes(mode.id));
|
||||||
},
|
},
|
||||||
twolinefirstelementGameMode() {
|
twolinefirstelementGameMode() {
|
||||||
return this.GameModes.filter(mode => [3].includes(mode.id))
|
return this.GameModes.filter((mode) => [3].includes(mode.id));
|
||||||
},
|
},
|
||||||
twolinetwoelementGameMode() {
|
twolinetwoelementGameMode() {
|
||||||
return this.GameModes.filter(mode => [4].includes(mode.id))
|
return this.GameModes.filter((mode) => [4].includes(mode.id));
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@@ -6,7 +6,6 @@ import SapergamePage from "@/pages/games-pages/SapergamePage.vue";
|
|||||||
import SettingsPage from "@/pages/SettingsPage.vue";
|
import SettingsPage from "@/pages/SettingsPage.vue";
|
||||||
import CrashGamePage from "@/pages/games-pages/CrashgamePage.vue";
|
import CrashGamePage from "@/pages/games-pages/CrashgamePage.vue";
|
||||||
import JackpotPage from "@/pages/games-pages/JackpotPage.vue";
|
import JackpotPage from "@/pages/games-pages/JackpotPage.vue";
|
||||||
import SettingsPage from "@/pages/SettingsPage.vue"
|
|
||||||
import AboutPage from "@/pages/AboutPage.vue"
|
import AboutPage from "@/pages/AboutPage.vue"
|
||||||
|
|
||||||
export default createRouter({
|
export default createRouter({
|
||||||
|
|||||||
Reference in New Issue
Block a user