配合工信部备案

This commit is contained in:
HelloWorld 2020-06-23 08:52:46 +08:00
parent 411cd8b970
commit 34d2696cc3
2 changed files with 6 additions and 4 deletions

View File

@ -24,7 +24,8 @@ app.factory('dataService', [function () {
title: '备忘'
}, {
uiSref: 'hot',
title: '热门'
title: '热门',
show: false
}, {
uiSref: 'settings',
title: '设置'
@ -40,7 +41,8 @@ app.factory('dataService', [function () {
title: '登录'
}, {
uiSref: 'hot',
title: '热门'
title: '热门',
show: false
}],
animationIndex: 0,
animation: function () {

View File

@ -26,7 +26,7 @@
</div>
<div class="field">
<div class="ui submit button" ng-click="login()">登陆</div>
<span>
<span ng-if="false">
<div style="margin-top:8px;float:right;">跳转到<a href="http://m.mybookmark.cn" target="_blank">移动设备</a>。没有账号?<a style="cursor:pointer;" ng-click="showRegister()">注册一个!</a>(体验账号test。密码123456)。
<a href="https://chrome.google.com/webstore/detail/%E4%B9%A6%E7%AD%BE%E5%BF%AB%E9%80%9F%E6%B7%BB%E5%8A%A0/lmmobgephofdffmaednjooplcpbgbjle" target="_blank">Chrome插件</a>安装(需科学上网)</p>
</div>
@ -36,7 +36,7 @@
<img class="ui centered fluid image" src="./images/screenshot.gif">
</form>
<div class="ui modal js-register">
<div class="ui modal js-register" ng-if="false">
<div class="header">
账号注册
</div>