Skip to content

Commit

Permalink
chore: update activity and add '.activity-text'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Messi committed Jan 17, 2025
1 parent 5db86b2 commit f353663
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
28 changes: 14 additions & 14 deletions docs/.vitepress/data/AsideData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ export const Aside_Data: AsideItem[] = [
// info2:
// '年付以上 8折 优惠码 <span style="color: var(--vp-c-brand-3)"> qyt80 </span>'
// },
// {
// link: 'https://fbinv02.fbaff.cc/auth/register?code=RZP3',
// image: 'https://i.theojs.cn/docs/202409111237242.webp',
// activity: 'FlyingBird 双旦活动开启',
// info1:
// '月付 85折 优惠码 <span style="color: var(--vp-c-brand-3)"> 122485 </span>',
// info2:
// '年付 64折 优惠码 <span style="color: var(--vp-c-brand-3)"> 122480 </span>'
// },
{
link: 'https://fbinv02.fbaff.cc/auth/register?code=RZP3',
image: 'https://i.theojs.cn/docs/202409111237242.webp',
activity: 'FlyingBird 新春活动开启',
info1:
'月付 <span class="activity-text"> 85折 </span>优惠码 <span class="activity-text"> cny2585 </span>',
info2:
'年付 <span class="activity-text"> 64折 </span>优惠码 <span class="activity-text"> cny2580 </span>'
},
// {
// link: 'https://feitu.im/index.html?register=2cFF8mg4',
// image: 'https://飞兔.com/img/logo.png',
Expand All @@ -32,11 +32,11 @@ export const Aside_Data: AsideItem[] = [
image: 'https://www.qingyunti.cc/images/qytlogo-144-49.png',
activity: '青云梯'
},
{
link: 'https://fbinv02.fbaff.cc/auth/register?code=RZP3',
image: 'https://i.theojs.cn/docs/202409111237242.webp',
activity: 'FlyingBird'
},
// {
// link: 'https://fbinv02.fbaff.cc/auth/register?code=RZP3',
// image: 'https://i.theojs.cn/docs/202409111237242.webp',
// activity: 'FlyingBird'
// },
{
link: 'https://feitu.im/index.html?register=2cFF8mg4',
image: 'https://飞兔.com/img/logo.png',
Expand Down
14 changes: 7 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ hero:
alt: '@theojs/lumen'

prelink:
content: '<span style="display: inline-flex; align-items: center; color: var(--vp-c-brand-3); font-weight: bold; "><img src="https://www.qingyunti.cc/images/qytlogo-144-49.png" style="height:0.65rem; "/>IPLC纯专线内网传输线路 最高2.5Gbps速率!</span>'
# title: '🎉 活动不停歇,青云梯四周年双旦特惠'
# content: '· 月/季/半年付85折 优惠码<span style="color: var(--vp-c-brand-3); font-weight: bold;"> qyt85 </span></br>· 年付以及年付以上8折 优惠码<span style="color: var(--vp-c-brand-3); font-weight: bold;"> qyt80</span></br>· 年付8折/2年付7折/3年付6折 配合优惠码折上折,最高可达<span style="color: var(--vp-c-brand-3); font-weight: bold;"> 48 </span>'
# date: '2025年1月7日23时59分'
# content: '<span class="activity-text" style="display: inline-flex; align-items: center;"><img src="https://www.qingyunti.cc/images/qytlogo-144-49.png" style="height:0.65rem; "/>IPLC纯专线内网传输线路 最高2.5Gbps速率!</span>'
title: '🎉 FlyingBird 新春活动开启咯!'
content: '· 月/季/半年付<span class="activity-text"> 85折 </span>优惠码<span class="activity-text"> cny2585 </span></br>· 年付<span class="activity-text"> 8折 </span>优惠码<span class="activity-text"> cny2580 </span></br>· 站内折上折,高达 <span class="activity-text" > 64折 </span> ,可重复使用<span class="activity-text"> 5 </span>'
date: '2025年2月16日23时59分'
# dateIcon: 'mdi:calendar-star'
# dateText: '活动截止日期'
link: https://qytcc01.qingyunti.pro/register?aff=jjgD79Jd
dateText: '活动截止日期'
link: https://fbinv02.fbaff.cc/auth/register?code=RZP3

# prelink:
# copy: true
# install: 'pnpm add @theojs/lumen'
# title: '<iconify-icon icon="fa6-solid:bolt" style="margin-right:0.25rem;color:#63E6BE;"></iconify-icon> 快速开始'
# content: '<span style="color: var(--vp-c-brand-3); font-weight: bold;">pnpm add @theojs/lumen</span>'
# content: '<span class="activity-text">pnpm add @theojs/lumen</span>'

actions:
- theme: brand
Expand Down
6 changes: 6 additions & 0 deletions src/theme/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@
--vp-c-bg-alt: rgba(13, 18, 27, 1);
--vp-c-bg-elv: var(--vp-c-bg-soft);
}

/* style the activity information */
.activity-text {
color: var(--vp-c-brand-3);
font-weight: bold;
}

0 comments on commit f353663

Please sign in to comment.