Skip to content

Commit

Permalink
update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
da-in committed Mar 17, 2024
1 parent 5a3c13d commit 553e6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/_components/Notice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ defineProps({
const titleRef = computed(() => closed ? '운영 종료 안내' : '운영 안내')
const textRef = computed(() => closed ?
['현재 찌오 게임 베타 버전은 종료 되었으며, 정식 버전은 24.03.24(일) 이후 오픈 예정입니다.'] :
['베타 버전은 24.03.17 (일) 19시 까지만 시범 운영 예정이며, 정식 버전은 24.03.24 (일) 이후 오픈 예정입니다.',
['베타 버전은 24.03.18 (월) 19시 까지만 시범 운영 예정이며, 정식 버전은 24.03.24 (일) 이후 오픈 예정입니다.',
'베타 버전이 종료된 이후에는 모든 랭킹이 초기화 됩니다.'])
</script>

0 comments on commit 553e6ca

Please sign in to comment.