Parcourir la Source

删除 指纹/手势 界面

Mac 6 ans auparavant
Parent
commit
43efbaaa2e

+ 0 - 1
show-server/src/main/resources/server-page.xml

@ -35,7 +35,6 @@
35 35
    <action name="LocalStorage" template="template/webapp/plugins/localStorage.html"></action>
36 36
    <action name="WDFImageCache" template="template/webapp/plugins/WDFImageCache.html"></action>
37 37
    <action name="ImageSave" template="template/webapp/plugins/image.html"></action>
38
    <action name="FingerprintGesture" template="template/webapp/plugins/fingerprintGesture.html"></action>
39 38
    
40 39
    <!-- JS组件 -->
41 40
    <action name="Carousel" template="template/webapp/jsComponent/carousel.html"></action>

+ 0 - 21
show-server/src/main/webapp/template/webapp/plugins/fingerprintGesture.html

@ -1,21 +0,0 @@
1
<!DOCTYPE HTML>
2
<html>
3
<head>
4
<title>指纹/手势</title> {%>template/common/Head.html%}
5
<!-- <script type="text/javascript" src="biz/js/plugins/photo.js"></script> -->
6
</head>
7
<body class="pages-plugin-phone">
8
9
	<div class="ipu-flex-row ipu-flex-vertical">
10
		<div class="ipu-flex-col">
11
			<header class="ipu-toolbar">
12
				<h1 class="ipu-toolbar-title">指纹/手势</h1>
13
				<a class="ipu-fn-left page-back" href="javascript:;"> <i
14
					class="ipu-icon mdi mdi-chevron-left"></i>
15
				</a>
16
			</header>
17
		</div>
18
	</div>
19
20
</body>
21
</html>

+ 0 - 5
show-server/src/main/webapp/template/webapp/plugins/index-list.html

@ -125,10 +125,5 @@
125 125
	        <p>保存图片</p>
126 126
	    </li>
127 127
	    
128
	    <li data-action="FingerprintGesture">
129
	        <div class="ipu-icon mdi mdi-image-area-close"></div>
130
	        <p>指纹/手势</p>
131
	    </li>
132
	    
133 128
	</ul>
134 129
</div>