first commit
1
滴滴淘/h5(1)/public/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
f1534e19-6add-450a-870f-7d2da7e4cf6a
|
||||
1
滴滴淘/h5(1)/public/css/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
34da5be0-e106-45ff-94fc-78ad05676319
|
||||
156
滴滴淘/h5(1)/public/css/font.css
Normal file
1
滴滴淘/h5(1)/public/image/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
a5defd90-da37-45cc-979a-a30b63383bae
|
||||
BIN
滴滴淘/h5(1)/public/image/favicon.ico
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
滴滴淘/h5(1)/public/image/logo.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
滴滴淘/h5(1)/public/image/nan.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
滴滴淘/h5(1)/public/image/nv.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
滴滴淘/h5(1)/public/image/task_info.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
滴滴淘/h5(1)/public/image/task_list_right.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
滴滴淘/h5(1)/public/image/unknown.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
滴滴淘/h5(1)/public/image/user_av.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
滴滴淘/h5(1)/public/image/user_head.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
32
滴滴淘/h5(1)/public/index.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="description" content="买家端 马上赚"/>
|
||||
<meta name="apple-mobile-web-app-title" content="买家端 马上赚">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#ee0a24"/>
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
||||
<meta name="HandheldFriendly" content="true">
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<meta name="x5-orientation" content="portrait">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<!-- <link rel="stylesheet" href="https://cdn.bootcss.com/normalize/8.0.1/normalize.min.css"> -->
|
||||
<!-- <link rel="stylesheet" href="https://at.alicdn.com/t/font_1629634_cc9827trxzn.css"> -->
|
||||
<link rel="stylesheet" href="./css/font.css">
|
||||
<title>买家端 马上赚</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but share doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app">
|
||||
<!--vue-ssr-outlet-->
|
||||
</div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||