Skip to content

Commit e41c39c

Browse files
committed
BF2024 notice
1 parent 913993a commit e41c39c

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

src/.vuepress/components/GAffiliates.vue renamed to src/.vuepress/components/GSiteNotice.vue

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,25 @@ export default {
1717
timeout: false,
1818
position: POSITION.BOTTOM_LEFT,
1919
});
20-
// this.toast(this.getContent());
20+
this.toast(this.getContent());
2121
},
2222
methods: {
2323
getContent() {
2424
return (
2525
<a
26-
href="https://www.gamezop.com/?id=4032"
26+
href="https://youtu.be/KM_10_riX7w"
2727
target="_blank"
28-
style="display: flex; align-items: center; color: #fff; text-align: center;"
28+
style="display: flex; align-items: center; color: #fff; text-align: center; max-width: 420px"
2929
>
30-
<img
30+
{/* <img
3131
src="/assets/gz-icon.gif"
3232
alt="Gamezop"
3333
width="48"
3434
style="margin-right: 8px"
35-
/>
35+
/> */}
3636
<span>
37-
Bored? Check out some fun games!
38-
<i style="margin-top: 4px; display: block; font-size: 0.8em; color: #aaa">
39-
(From our partner <span style="color: #fff">Gamezop</span>)
40-
</i>
37+
🔥 Enjoy Win7 Simu (web version) ad-free for a whole year with this
38+
Black Friday 40% discount code: BF2024
4139
</span>
4240
</a>
4341
);

src/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ module.exports = defineConfig({
3131
},
3232
},
3333

34-
globalUIComponents: ["GSiteSettings", "GAffiliates"],
34+
globalUIComponents: ["GSiteSettings", "GSiteNotice"],
3535
});

0 commit comments

Comments
 (0)