Files
jindengchen-ai-report/cool-unix/pages/set/notice.uvue

16 lines
265 B
Plaintext
Raw Normal View History

2025-11-13 10:36:23 +08:00
<template>
<cl-page>
<view class="p-3">
<cl-list>
<cl-list-item :label="t('开启通知')">
<cl-switch></cl-switch>
</cl-list-item>
</cl-list>
</view>
</cl-page>
</template>
<script setup lang="ts">
import { t } from "@/locale";
</script>