干掉从来怎么用过的卡片模式

This commit is contained in:
luchenqun 2018-07-19 21:12:26 +08:00
parent d080e4d3a7
commit 45cc726e2e
2 changed files with 6 additions and 4 deletions

5
app.js
View File

@ -79,8 +79,9 @@ app.use(function (err, req, res, next) {
// error: {}
// });
});
api.checkSnapFaviconState();
api.getSnapByTimer();
// 卡片这模式就没怎么用过,干掉了。
// api.checkSnapFaviconState();
// api.getSnapByTimer();
api.getFaviconByTimer();
api.getHotBookmarksByTimer();

View File

@ -19,12 +19,13 @@
<label>表格</label>
</div>
</div>
<div class="field item js-field-card" ng-click="updateShowStyle('card')">
<!-- 卡片这个傻逼模式就没用过,干掉 -->
<!-- <div class="field item js-field-card" ng-click="updateShowStyle('card')">
<div class="ui radio checkbox js-radio-card">
<input type="radio" name="show-style">
<label>卡片</label>
</div>
</div>
</div> -->
</div>
</div>
</a>