flat: 语音合成、语音识别
This commit is contained in:
@@ -62,7 +62,6 @@ const pages = reactive({
|
||||
const hasZphDateArray = ref([]);
|
||||
|
||||
onLoad((options) => {
|
||||
updateDateArray();
|
||||
if (options.date) {
|
||||
current.value = {
|
||||
date: options?.date || null,
|
||||
|
||||
@@ -95,7 +95,7 @@ const change = (e) => {
|
||||
position: absolute;
|
||||
left: 24rpx;
|
||||
right: 24rpx;
|
||||
bottom: 30rpx;
|
||||
bottom: calc( var(--window-bottom));
|
||||
color: #fff;
|
||||
.title{
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user