更换分享图片和文案
This commit is contained in:
parent
cb6c257e9e
commit
4de6776eb3
Binary file not shown.
Before Width: | Height: | Size: 537 KiB After Width: | Height: | Size: 372 KiB |
@ -207,8 +207,8 @@ const navList = reactive([
|
|||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
id: 6,
|
id: 6,
|
||||||
name: "EVENT",
|
name: "TOUENAMENT",
|
||||||
path: "/cecActivity",
|
path: "/activity",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 7,
|
id: 7,
|
||||||
|
@ -96,7 +96,7 @@ const routes = [
|
|||||||
// },
|
// },
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
path: "/cecActivity",
|
path: "/activity",
|
||||||
name: "CecActivityView",
|
name: "CecActivityView",
|
||||||
component: RankingView,
|
component: RankingView,
|
||||||
meta: {
|
meta: {
|
||||||
|
@ -128,7 +128,7 @@
|
|||||||
<div class="right">
|
<div class="right">
|
||||||
<div class="label" v-if="pointsIndex == 0">Points</div>
|
<div class="label" v-if="pointsIndex == 0">Points</div>
|
||||||
<div class="label" v-else>Gems</div>
|
<div class="label" v-else>Gems</div>
|
||||||
<div class="records">{{ item.score }}</div>
|
<div class="records">{{ item.score }} (<span>+0</span>) </div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</div>
|
</div>
|
||||||
@ -284,8 +284,8 @@ const loginDiscord = () => {
|
|||||||
// 发送推文
|
// 发送推文
|
||||||
const toTwitter = () => {
|
const toTwitter = () => {
|
||||||
const url = "https://twitter.com/intent/tweet?text=";
|
const url = "https://twitter.com/intent/tweet?text=";
|
||||||
const hashtags = encodeURIComponent("500,000 $CEC Awaits - Earn Your Share!");
|
const hashtags = encodeURIComponent("Counter Fire Vietnam Tournament: Join the Battle for Glory and Rewards!");
|
||||||
const imageUrl = encodeURIComponent(`https://counterfire.games/cecActivity`);
|
const imageUrl = encodeURIComponent(`https://counterfire.games/activity`);
|
||||||
const params = `${hashtags}&url=${imageUrl}`;
|
const params = `${hashtags}&url=${imageUrl}`;
|
||||||
// const params = `${hashtags}`;
|
// const params = `${hashtags}`;
|
||||||
window.open(`${url}${params}`, "_blank");
|
window.open(`${url}${params}`, "_blank");
|
||||||
@ -311,8 +311,9 @@ onMounted(() => {});
|
|||||||
position: relative;
|
position: relative;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
width: 1497px;
|
width: 100%;
|
||||||
height: 152px;
|
height: 152px;
|
||||||
|
padding-left: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -456,14 +457,14 @@ onMounted(() => {});
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.mint-body {
|
.mint-body {
|
||||||
width: 1497px;
|
width: 1803px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -152px;
|
top: -152px;
|
||||||
.mint-body-left {
|
.mint-body-left {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 140px;
|
top: 160px;
|
||||||
left: 35px;
|
left: 80px;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
.mint-body-left-title {
|
.mint-body-left-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -594,12 +595,12 @@ onMounted(() => {});
|
|||||||
.mint-body-right {
|
.mint-body-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 154px;
|
top: 154px;
|
||||||
right: 0px;
|
right: 30px;
|
||||||
.mint-body-right-top {
|
.mint-body-right-top {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
.right-table {
|
.right-table {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -733,6 +734,9 @@ onMounted(() => {});
|
|||||||
.records {
|
.records {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
span {
|
||||||
|
color: #a8ff00;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user