fix: 增加备注
parent
85c3461d11
commit
80b5f4b589
|
@ -5,6 +5,7 @@
|
|||
<view class="container">
|
||||
<template is="head" data="{{title: 'addPhoneContact'}}"/>
|
||||
|
||||
<view class="tips">目前仅iOS支持,安卓暂时不支持</view>
|
||||
<view class="page-body">
|
||||
<form bindsubmit="submit">
|
||||
<view class="page-section">
|
||||
|
|
|
@ -4,3 +4,9 @@
|
|||
input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tips {
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
<view class="container">
|
||||
<template is="head" data="{{title: 'get/set/ScreenBrightness'}}"/>
|
||||
|
||||
<view class="tips">目前仅iOS支持,安卓暂时不支持</view>
|
||||
<view class="page-body">
|
||||
<view class="page-body-info">
|
||||
<view class="page-body-title">当前屏幕亮度</view>
|
||||
|
|
|
@ -7,3 +7,9 @@
|
|||
.page-section-gap {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.tips {
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
|
@ -5,6 +5,7 @@
|
|||
<view class="container">
|
||||
<template is="head" data="{{title: 'vibrate/Long/Short'}}"/>
|
||||
|
||||
<view class="tips">目前仅iOS支持,安卓暂时不支持</view>
|
||||
<view class="page-body">
|
||||
<view class="page-section">
|
||||
<view class="btn-area">
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
/* pages/API/vibrate/vibrate.wxss */
|
||||
.tips {
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
Loading…
Reference in New Issue