Browse Source

12.16

master
lichong 5 days ago
parent
commit
cef1ea4eea
  1. 2
      src/renderer/src/App.vue

2
src/renderer/src/App.vue

@ -30,7 +30,7 @@ export default {
methods: {
},
async mounted() {
let fiveDay = dayjs('2024-12-17T00:00:00').valueOf()
let fiveDay = dayjs('2024-12-23T00:00:00').valueOf()
if (!this.isVip) {
if (dayjs().valueOf() > fiveDay) {
this.isVip = false

Loading…
Cancel
Save