小程序初始提交
This commit is contained in:
15
cool-unix/pages/set/notice.uvue
Normal file
15
cool-unix/pages/set/notice.uvue
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user