From 018c39516bb0e252a7bd96bc9e24dced5cc3ecfa Mon Sep 17 00:00:00 2001 From: HelloWorld Date: Mon, 10 Feb 2020 16:16:59 +0800 Subject: [PATCH] Update m.mybookmark.cn to m.xusony.com --- README.md | 2 +- public/index.html | 2 +- public/scripts/controllers/advice-controller.js | 2 +- public/scripts/controllers/bookmarks-controller.js | 2 +- public/scripts/controllers/home-controller.js | 2 +- public/scripts/controllers/login-controller.js | 2 +- public/scripts/controllers/note-controller.js | 2 +- public/scripts/controllers/praise-controller.js | 2 +- public/scripts/controllers/search-controller.js | 2 +- public/scripts/controllers/settings-controller.js | 2 +- public/scripts/controllers/tags-controller.js | 2 +- public/scripts/controllers/weixin-article-controller.js | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 40381dc..3e459b7 100644 --- a/README.md +++ b/README.md @@ -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 主要用到的软件与模块说明 diff --git a/public/index.html b/public/index.html index 2aeb871..7878f74 100644 --- a/public/index.html +++ b/public/index.html @@ -51,7 +51,7 @@
- 我爱佳佳与这个世界  |  Copyleft ©All Rights Reserved LCQ  |  移动设备访问  |  联系我(QQ:530485521)  |  网站源码  |  V1.5.0  |  加载失败,请按F5!(●'◡'●)
+ 我爱佳佳与这个世界  |  Copyleft ©All Rights Reserved LCQ  |  移动设备访问  |  联系我(QQ:530485521)  |  网站源码  |  V1.5.0  |  加载失败,请按F5!(●'◡'●)
diff --git a/public/scripts/controllers/advice-controller.js b/public/scripts/controllers/advice-controller.js index c3b62e3..f9a76bf 100644 --- a/public/scripts/controllers/advice-controller.js +++ b/public/scripts/controllers/advice-controller.js @@ -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; diff --git a/public/scripts/controllers/bookmarks-controller.js b/public/scripts/controllers/bookmarks-controller.js index 455e1b7..0126080 100644 --- a/public/scripts/controllers/bookmarks-controller.js +++ b/public/scripts/controllers/bookmarks-controller.js @@ -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; } diff --git a/public/scripts/controllers/home-controller.js b/public/scripts/controllers/home-controller.js index 077bdef..5a5ee99 100644 --- a/public/scripts/controllers/home-controller.js +++ b/public/scripts/controllers/home-controller.js @@ -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() diff --git a/public/scripts/controllers/login-controller.js b/public/scripts/controllers/login-controller.js index 812a0c0..82f8cdc 100644 --- a/public/scripts/controllers/login-controller.js +++ b/public/scripts/controllers/login-controller.js @@ -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; } diff --git a/public/scripts/controllers/note-controller.js b/public/scripts/controllers/note-controller.js index f07f8bf..c518281 100644 --- a/public/scripts/controllers/note-controller.js +++ b/public/scripts/controllers/note-controller.js @@ -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; } diff --git a/public/scripts/controllers/praise-controller.js b/public/scripts/controllers/praise-controller.js index fe68b1c..d596d74 100644 --- a/public/scripts/controllers/praise-controller.js +++ b/public/scripts/controllers/praise-controller.js @@ -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() diff --git a/public/scripts/controllers/search-controller.js b/public/scripts/controllers/search-controller.js index 1d64c3d..72bd50f 100644 --- a/public/scripts/controllers/search-controller.js +++ b/public/scripts/controllers/search-controller.js @@ -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; } diff --git a/public/scripts/controllers/settings-controller.js b/public/scripts/controllers/settings-controller.js index 5df4523..7f2b722 100644 --- a/public/scripts/controllers/settings-controller.js +++ b/public/scripts/controllers/settings-controller.js @@ -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; } diff --git a/public/scripts/controllers/tags-controller.js b/public/scripts/controllers/tags-controller.js index 037635b..7ff4ec9 100644 --- a/public/scripts/controllers/tags-controller.js +++ b/public/scripts/controllers/tags-controller.js @@ -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; } diff --git a/public/scripts/controllers/weixin-article-controller.js b/public/scripts/controllers/weixin-article-controller.js index 857ece0..f726384 100644 --- a/public/scripts/controllers/weixin-article-controller.js +++ b/public/scripts/controllers/weixin-article-controller.js @@ -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");