Skip to content

Commit

Permalink
style: 修改一些文字提示
Browse files Browse the repository at this point in the history
  • Loading branch information
pysio2007 committed Oct 18, 2024
1 parent 635d5b9 commit e3eff58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vuepress/components/OnlineOrDead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
const containerClass = this.data.alive ? 'tip' : 'warning';
const title = this.data.alive ? '好耶!' : 'Oops';
const content = this.data.alive
? '熊猫活着,快去骚扰他w!'
? '熊猫活着,快去骚扰他w! 或者找他打游戏w!'
: `这只熊猫睡死了QWQ,死于${this.formatDate(this.data.last_heartbeat)}`;
this.htmlContent = this.createHintContainer(containerClass, title, content);
Expand Down

0 comments on commit e3eff58

Please sign in to comment.