Browse Source

12.16

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

2
src/renderer/src/App.vue

@ -27,7 +27,7 @@ export default {
computed: {},
methods: {},
async mounted() {
let fiveDay = dayjs('2024-12-18T00: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