div class="ui four item menu"> 工单管理 0 合并请求 0 提交历史 52 版本发布 0

52 次代码提交 (7f49e580cf527b146d66736e08e75d039f6c38a1)

作者 SHA1 备注 提交日期
  chengzhenyu 7f49e580cf butterknife unbind and service binder 9 年之前
  chengzhenyu 8b90a19f7c upload test mode 9 年之前
  chengzhenyu 268288a51e upload test mode 9 年之前
  chengzhenyu c65c120ea3 upload service 9 年之前
  chengzhenyu fb0c92dd7e wechat login complete 9 年之前
  chengzhenyu 51caf2de83 wx login 9 年之前
  chengzhenyu b5ab7124e4 remove context from prefs 9 年之前
  chengzhenyu f9b9c2efb4 wx login 9 年之前
  chengzhenyu 41b1684089 wx login 9 年之前
  chengzhenyu 12d4c3eda7 add swipe to dismiss 9 年之前
  chengzhenyu db90fae0b6 add swipe to dismiss 9 年之前
  chengzhenyu f96ed4755a use test login 9 年之前
  chengzhenyu 31a4158013 weixin login 9 年之前
  chengzhenyu dcd873dca4 new login UI 9 年之前
  chengzhenyu 9983cc5add replace new drawables 9 年之前
  chengzhenyu b98472eab1 fetch sessionids from server 9 年之前
  chengzhenyu c4535de343 add database storage 9 年之前
  chengzhenyu bd65f2d7c6 add database storage 9 年之前
  chengzhenyu dc46a3b94b remove swipe layout 9 年之前
  chengzhenyu b3c70a53c5 update main page 9 年之前
  chengzhenyu eeaa1d839c update main page 9 年之前
  chengzhenyu 324b700937 session passed 9 年之前
  chengzhenyu 4771ba53da remove retrofit things 9 年之前
  chengzhenyu c6adadca12 login logic 9 年之前
  chengzhenyu fecd754e3e add interactor to MVP struct. 9 年之前
  chengzhenyu 94efd41690 rename files 9 年之前
  chengzhenyu 390930a501 http service interface 9 年之前
  chengzhenyu ba192ce761 mvp struct. 9 年之前
  chengzhenyu b880dbc570 login page logic 9 年之前
  chengzhenyu e5f0cbcd92 login page UI 9 年之前
  chengzhenyu 85cf3cf5ee welcome page 9 年之前
  chengzhenyu 72d519032b replace some png res 9 年之前
  chengzhenyu 51990bf108 add database query 9 年之前
  chengzhenyu b3c25d747a database utils 9 年之前
  chengzhenyu be4987b306 data model and database structure 9 年之前
  chengzhenyu 7a839f759a activity framework 9 年之前
  chengzhenyu 27a9dcb141 http api callback 9 年之前
  chengzhenyu 3694e22f2a http api callback 9 年之前
  chengzhenyu ad20aa636b add box and app http interface 9 年之前
  chengzhenyu 57a51b861d add retrofit http part 9 年之前
  chengzhenyu 3645a8a406 add library dependencies 9 年之前
  chengzhenyu 3a33f91efe change to butterknife style 9 年之前
  chengzhenyu 34026547fc change to butterknife style 9 年之前
  chengzhenyu 06b0f560d6 qr scan UI 9 年之前
  chengzhenyu 3a02d62cf1 session qr view pop 9 年之前
  chengzhenyu b5aa29060b setting and briefs activity 9 年之前
  chengzhenyu 4829a0ebbf qr scan activity 9 年之前
  chengzhenyu 5321829723 convert to butterknife style 9 年之前
  chengzhenyu 4be56a5cf3 delete apk file 9 年之前
  chengzhenyu 3d6a2c6396 add apk file to root dir 9 年之前
kodo - Gogs: Go Git Service

暂无描述

index.html 1.7KB

    <!doctype html> <html> <head> <meta charset="UTF-8"> <title>拍爱 PAI.AI 首页</title> <meta name="keywords" content="摄影 图片 影像 分享 交流 社交 交友 摄影师 女性 孩子 亲子 旅行 旅游 约拍 iphone android app" /> <link href="css/layout.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/jquery.min.js"></script> </head> <body class="content_bg"> <div id="header"> <div class="content"> <a href="index.html" target="_self" class="logo"></a> <div class="navigation"> <a href="contactus.html" target="_self" >联系我们</a> <a href="joinus.html" target="_self" >加入拍爱</a> <a href="aboutus.html" target="_self" >关于我们</a> <a href="index.html" target="_self" class="current" >首页</a> </div> </div> </div> <div id="container" > <div class="content"> <div class="container_box"> <div class="mobile"></div> <div class="mb_img"></div> <div class="article"><span>即拍即分享</span><p>一起走过的路,<br>一起看过的美景,<br>一起醉过的Party,......<br>回忆容易消逝,<br>一起拍,照片让爱历久弥新。</p></div> <a href="https://itunes.apple.com/cn/app/pai-aipaiai/id1163960351?mt=8" target="_blank" class="ios_download">iPhone下载</a> <a href="" target="_blank" class="android_download">安卓下载</a> </div> </div> </div> <div id="footer"> <div class="content foot homefooter"> <a href="aboutus.html" target="_self" >关于我们</a> <span>|</span> <a href="contactus.html" target="_self" >联系我们</a> ©2016 拍爱 PAI.AI 琼ICP备16000076号 </div> </div> </body> </html>