Update m.mybookmark.cn to m.xusony.com
This commit is contained in:
parent
c3ff388274
commit
018c39516b
|
|
@ -32,7 +32,7 @@
|
|||
- [x] 新增备忘录功能,有时候随手要做点纪录,就方便了。任意界面按快捷键A增加备忘录。双击备忘录可查看详情!亦可分享备忘。
|
||||
- [x] 在设置的全局链接,可设置快捷键,用来在任何页面,快速打开设置的链接。
|
||||
- [x] 增加[Chrome插件](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),可在任意界面快速添加书签至系统。
|
||||
- [x] 适配手机平板,手机端请访问[m.mybookmark.cn](http://m.mybookmark.cn/)。
|
||||
- [x] 适配手机平板,手机端请访问[m.mybookmark.cn](http://m.xusony.com/)。
|
||||
|
||||
|
||||
4 主要用到的软件与模块说明
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
<div class="ui container" style="width:100%;height:10px"></div>
|
||||
<div class="foot" style="margin-bottom:10px;">
|
||||
<div class="ui segment container">
|
||||
我爱佳佳与这个世界 | Copyleft ©All Rights Reserved LCQ | <a href="http://m.mybookmark.cn/">移动设备访问</a> | 联系我(QQ:530485521) | <a href="https://github.com/luchenqun/my-bookmark" target="_blank">网站源码</a> | V1.5.0 | <span>加载失败,请按F5!(●'◡'●)</span><br/>
|
||||
我爱佳佳与这个世界 | Copyleft ©All Rights Reserved LCQ | <a href="http://m.xusony.com/">移动设备访问</a> | 联系我(QQ:530485521) | <a href="https://github.com/luchenqun/my-bookmark" target="_blank">网站源码</a> | V1.5.0 | <span>加载失败,请按F5!(●'◡'●)</span><br/>
|
||||
</div>
|
||||
<!-- 主要用来配合clipboard.min.js复制文本的 -->
|
||||
<div id="clipboard" data-clipboard-text="i love this world and jiajia!" style="opacity:0;cursor:default">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
app.controller('adviceCtr', ['$scope', '$state', '$timeout', 'bookmarkService', 'pubSubService', 'dataService', function($scope, $state, $timeout, bookmarkService, pubSubService, dataService) {
|
||||
console.log("Hello adviceCtr");
|
||||
if(dataService.smallDevice()){
|
||||
$window.location = "http://m.mybookmark.cn/#/tags";
|
||||
$window.location = "http://m.xusony.com/#/tags";
|
||||
return;
|
||||
}
|
||||
var maxSelections = 3;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
app.controller('bookmarksCtr', ['$scope', '$state', '$stateParams', '$filter', '$window', '$timeout', '$document', 'ngDialog', 'bookmarkService', 'pubSubService', 'dataService', function($scope, $state, $stateParams, $filter, $window, $timeout, $document, ngDialog, bookmarkService, pubSubService, dataService) {
|
||||
console.log("Hello bookmarksCtr...", $stateParams);
|
||||
if(dataService.smallDevice()){
|
||||
$window.location = "http://m.mybookmark.cn/#/tags";
|
||||
$window.location = "http://m.xusony.com/#/tags";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
app.controller('homeCtr', ['$scope', '$stateParams', '$filter', '$state', '$window', 'bookmarkService', 'pubSubService', 'dataService', function($scope, $stateParams, $filter, $state, $window, bookmarkService, pubSubService, dataService) {
|
||||
console.log('Hello homeCtr......');
|
||||
if(dataService.smallDevice()){
|
||||
$window.location = "http://m.mybookmark.cn/#/tags";
|
||||
$window.location = "http://m.xusony.com/#/tags";
|
||||
return;
|
||||
}
|
||||
bookmarkService.autoLogin()
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
app.controller('loginCtr', ['$scope', '$filter', '$state', '$cookieStore', '$window', 'bookmarkService', 'pubSubService', 'dataService', function($scope, $filter, $state, $cookieStore, $window, bookmarkService, pubSubService, dataService) {
|
||||
console.log("Hello loginCtr...", $cookieStore.get("username"));
|
||||
if(dataService.smallDevice()){
|
||||
$window.location = "http://m.mybookmark.cn/#/tags";
|
||||
$window.location = "http://m.xusony.com/#/tags";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
app.controller('noteCtr', ['$scope', '$state', '$stateParams', '$filter', '$window', '$timeout', '$document', 'ngDialog', 'bookmarkService', 'pubSubService', 'dataService', function ($scope, $state, $stateParams, $filter, $window, $timeout, $document, ngDialog, bookmarkService, pubSubService, dataService) {
|
||||
console.log("Hello noteCtr...", $stateParams);
|
||||
if(dataService.smallDevice()){
|
||||
$window.location = "http://m.mybookmark.cn/#/tags";
|
||||
$window.location = "http://m.xusony.com/#/tags";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
app.controller('praiseCtr', ['$scope', '$state', '$stateParams', '$filter', '$window', '$timeout', 'ngDialog', 'bookmarkService', 'pubSubService', 'dataService', function($scope, $state, $stateParams, $filter, $window, $timeout, ngDialog, bookmarkService, pubSubService, dataService) {
|
||||
console.log("Hello praiseCtr...", $stateParams);
|
||||
if(dataService.smallDevice()){
|
||||
$window.location = "http://m.mybookmark.cn/#/tags";
|
||||
$window.location = "http://m.xusony.com/#/tags";
|
||||
return;
|
||||
}
|
||||
bookmarkService.autoLogin()
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
app.controller('searchCtr', ['$scope', '$state', '$stateParams', '$filter', '$window', '$timeout', '$document', 'ngDialog', 'bookmarkService', 'pubSubService', 'dataService', function($scope, $state, $stateParams, $filter, $window, $timeout, $document, ngDialog, bookmarkService, pubSubService, dataService) {
|
||||
console.log("Hello searchCtr...", $stateParams);
|
||||
if(dataService.smallDevice()){
|
||||
$window.location = "http://m.mybookmark.cn/#/tags";
|
||||
$window.location = "http://m.xusony.com/#/tags";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
app.controller('settingsCtr', ['$scope', '$stateParams', '$filter', '$state', '$window', '$timeout', 'bookmarkService', 'pubSubService', 'dataService', function($scope, $stateParams, $filter, $state, $window, $timeout, bookmarkService, pubSubService, dataService) {
|
||||
console.log('Hello settingsCtr......', $stateParams);
|
||||
if(dataService.smallDevice()){
|
||||
$window.location = "http://m.mybookmark.cn/#/tags";
|
||||
$window.location = "http://m.xusony.com/#/tags";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
app.controller('tagsCtr', ['$scope', '$filter', '$state', '$window', '$stateParams', '$timeout', '$document', 'ngDialog', 'bookmarkService', 'pubSubService', 'dataService', function ($scope, $filter, $state, $window, $stateParams, $timeout, $document, ngDialog, bookmarkService, pubSubService, dataService) {
|
||||
console.log("Hello tagsCtr...", $stateParams);
|
||||
if(dataService.smallDevice()){
|
||||
$window.location = "http://m.mybookmark.cn/#/tags";
|
||||
$window.location = "http://m.xusony.com/#/tags";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
app.controller('weixinArticleCtr', ['$scope', '$state', '$sce', '$stateParams', '$filter', '$window', '$timeout', '$document', 'ngDialog', 'bookmarkService', 'pubSubService', 'dataService', function($scope, $state, $sce, $stateParams, $filter, $window, $timeout, $document, ngDialog, bookmarkService, pubSubService, dataService) {
|
||||
console.log("Hello weixinArticleCtr...");
|
||||
if(dataService.smallDevice()){
|
||||
$window.location = "http://m.mybookmark.cn/#/tags";
|
||||
$window.location = "http://m.xusony.com/#/tags";
|
||||
return;
|
||||
}
|
||||
var key = curentDate(undefined, "yyyyMMdd");
|
||||
|
|
|
|||
Loading…
Reference in New Issue