diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue
index 908f962..ed31c01 100644
--- a/package1/buyFood/buyFood.vue
+++ b/package1/buyFood/buyFood.vue
@@ -522,7 +522,7 @@
+
+
diff --git a/package1/components/planet/buff-shop.vue b/package1/components/planet/buff-shop.vue
new file mode 100644
index 0000000..e0e7de6
--- /dev/null
+++ b/package1/components/planet/buff-shop.vue
@@ -0,0 +1,185 @@
+
+
+
+
+ ENERGY SHELF
+ BUFF 能量站
+
+ 当前 {{myTicket}} 券
+
+
+
+
+ {{buffEmoji(b.type)}}
+ {{b.name}}
+ {{b.description}}
+
+
+
+
+
+
+
+
+
+
diff --git a/package1/components/planet/hunt-modal.vue b/package1/components/planet/hunt-modal.vue
new file mode 100644
index 0000000..1cb1088
--- /dev/null
+++ b/package1/components/planet/hunt-modal.vue
@@ -0,0 +1,291 @@
+
+
+
+
+
+
+
+
+
+ GO
+
+
+ {{phaseText}}
+
+
+
+
+
+
+
+
+
+ {{resultBadge}}
+ {{resultTitle}}
+ {{result.message}}
+
+ +{{result.totalGain}}
+ 星球券
+
+ 今日剩余追捕 {{result.remainHunt}} 次
+ {{result.result === 'success' ? '收入囊中' : '知道了'}}
+
+
+
+
+
+
+
+
diff --git a/package1/components/planet/planet-box.vue b/package1/components/planet/planet-box.vue
new file mode 100644
index 0000000..62b7060
--- /dev/null
+++ b/package1/components/planet/planet-box.vue
@@ -0,0 +1,179 @@
+
+
+ {{available ? 'TODAY DROP' : 'TOMORROW DROP'}}
+
+
+
+
+ ?
+
+
+
+ 幸运盲盒舱
+ {{available ? '今日补给已抵达,拆开看看有什么' : '今日已拆盒,明天再来补给'}}
+
+
+ {{opening ? '拆盒中' : (available ? '拆盲盒' : '已拆')}}
+
+
+
+
+
+
+
diff --git a/package1/components/planet/planet-header.vue b/package1/components/planet/planet-header.vue
new file mode 100644
index 0000000..05d0b35
--- /dev/null
+++ b/package1/components/planet/planet-header.vue
@@ -0,0 +1,690 @@
+
+
+
+ BANJINLI ORBIT
+ 今天,登陆白嫖星球
+ 攒券、追捕、开盲盒,全校一起瓜分补给池
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 今日补给池
+
+ ¥
+ {{poolText}}
+
+ 星球券越多,瓜分权重越高
+
+
+
+
+
+ IP
+
+
+
+ {{data.joinCount || 0}}
+ 全校登陆
+
+
+ {{rankText}}
+ 财富坐标
+
+ 我的星球券 {{data.myTicketCount || 0}} 张
+
+
+ 第 {{data.periodNo || '--'}} 期
+
+ {{cd.h}}
+ H
+
+
+ {{cd.m}}
+ M
+
+
+ {{cd.s}}
+ S
+
+
+
+
+
+
+
+
diff --git a/package1/components/planet/planet-me.vue b/package1/components/planet/planet-me.vue
new file mode 100644
index 0000000..0ebc9a9
--- /dev/null
+++ b/package1/components/planet/planet-me.vue
@@ -0,0 +1,237 @@
+
+
+ PLANET PASS
+
+
+
+
+ {{data.nickname || '星球居民'}}
+
+ {{data.level || 'C'}} 级探索者
+ 连签 {{data.consecutiveSignDays || 0}} 天
+
+
+
+
+ {{data.myTicketCount || 0}}
+ 星球券
+
+
+
+ {{data.signedToday ? '今日已盖章' : '今日签到盖章'}}
+
+
+
+ 正在生效
+
+ {{buffEmoji(b.type)}}
+
+
+
+ 暂无增益,去能量站补给
+
+
+
+
+
+
+
diff --git a/package1/components/planet/planet-news.vue b/package1/components/planet/planet-news.vue
new file mode 100644
index 0000000..02de7d9
--- /dev/null
+++ b/package1/components/planet/planet-news.vue
@@ -0,0 +1,70 @@
+
+
+ RADIO
+
+
+ {{item.content}}
+
+
+
+
+
+
+
+
diff --git a/package1/components/planet/planet-rank.vue b/package1/components/planet/planet-rank.vue
new file mode 100644
index 0000000..63ded80
--- /dev/null
+++ b/package1/components/planet/planet-rank.vue
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+
+
+ SCHOOL RICH LIST
+ 全校首富雷达
+ 锁定券王,发起追捕,抢回今日补给权
+
+
+ {{remainHunt}}
+ 次追捕
+
+
+
+
+
+
+
+
+
+
+ 暂无上榜居民,攒券登顶成为今日主角
+
+
+
+
+
+
+
diff --git a/package1/components/planet/planet-tasks.vue b/package1/components/planet/planet-tasks.vue
new file mode 100644
index 0000000..c412dda
--- /dev/null
+++ b/package1/components/planet/planet-tasks.vue
@@ -0,0 +1,250 @@
+
+
+
+
+ SUPPLY MAP
+ 星球补给地图
+
+ 完成校园行动,点亮补给点
+
+
+
+
+ {{t.icon}}
+
+ {{t.name}}
+ {{t.description}}
+
+
+ +{{t.rewardTickets}}券
+ {{btnText(t)}}
+
+
+
+
+
+
+
+
+
diff --git a/package1/components/planet/rank-item.vue b/package1/components/planet/rank-item.vue
new file mode 100644
index 0000000..f9e8886
--- /dev/null
+++ b/package1/components/planet/rank-item.vue
@@ -0,0 +1,251 @@
+
+
+
+
+
+ #{{item.rankNo}}
+
+ ME
+
+
+
+
+
+
+ {{item.nickname || '神秘同学'}}
+ {{item.ticketCount}} 张星球券
+
+ {{item.dangerLevelName || '校园玩家'}}
+ 霸榜 {{item.rankKeepDays}} 天
+
+
+ 防护中
+ 榜上有我
+ 发起追捕
+
+
+
+
+
+
+
+
+
diff --git a/package1/planet/drawResult.vue b/package1/planet/drawResult.vue
new file mode 100644
index 0000000..6d56729
--- /dev/null
+++ b/package1/planet/drawResult.vue
@@ -0,0 +1,346 @@
+
+
+
+
+ ‹
+ 开奖结果
+
+
+
+
+
+ 最近开奖
+ 我的中奖
+
+
+
+
+ 第 {{record.periodNo}} 期
+ ¥{{Number(record.poolAmount||0).toFixed(2)}}
+
+ 参与 {{record.joinCount}} 人
+ ·
+ 中奖 {{record.winnerCount}} 人
+
+ 开奖时间 {{record.drawTime}}
+
+ 本商圈暂未开奖,敬请期待 🌌
+
+
+ 中奖名单
+
+ {{w.levelName}}
+ {{w.userName || '神秘居民'}}
+ ¥{{Number(w.amount||0).toFixed(2)}}
+
+
+
+
+
+
+
+
+ {{w.levelName}}
+ 第 {{w.periodNo}} 期
+
+ ¥{{Number(w.amount||0).toFixed(2)}}
+
+ {{w.isReceived===1 ? '已领取' : '领取'}}
+
+
+
+ 还没有中奖记录,继续攒券瓜分奖池
+
+
+
+
+
+
+
+
+
diff --git a/package1/planet/index.vue b/package1/planet/index.vue
new file mode 100644
index 0000000..3de4a2b
--- /dev/null
+++ b/package1/planet/index.vue
@@ -0,0 +1,717 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ‹
+
+ 白嫖星球
+
+ 明细
+ 开奖
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BLIND BOX
+ {{boxResult.data.rewardName}}
+ {{boxResult.data.message}}
+ 收下了
+
+
+
+
+
+
+
+
diff --git a/package1/planet/ticketLog.vue b/package1/planet/ticketLog.vue
new file mode 100644
index 0000000..1d27320
--- /dev/null
+++ b/package1/planet/ticketLog.vue
@@ -0,0 +1,385 @@
+
+
+
+
+ ‹
+ 星球券明细
+
+
+
+
+
+
+ 当前持有星球券
+
+ {{balance}}
+ 张
+
+ 星球券永久有效,囤越多瓜分越多
+
+
+
+
+
+
+
+
+
+
+ {{typeIcon(item.type)}}
+
+ {{item.remark || typeName(item.type)}}
+ {{item.createTime}}
+
+
+
+ {{item.changeCount >= 0 ? '+' : ''}}{{item.changeCount}}
+
+ 余 {{item.balance}}
+
+
+
+
+
+
+
+
+ NO LOG
+ 还没有星球券记录
+ 完成任务、下单、邀请好友都能获得星球券
+
+
+
+
+
+
+
+
+
+
diff --git a/package1/runErrand/runErrand.vue b/package1/runErrand/runErrand.vue
index 76e7423..973ef5e 100644
--- a/package1/runErrand/runErrand.vue
+++ b/package1/runErrand/runErrand.vue
@@ -374,7 +374,7 @@