更新联系信息
This commit is contained in:
parent
c9ca92485c
commit
fb7dacbf77
|
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
<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 /></div>
|
||||
<div class="ui segment container" style="text-align: center;">我爱佳佳与这个世界 | <a href="http://m.mybookmark.cn/">移动设备访问</a> | 联系我(QQ群:1026967226) | <a href="https://github.com/luchenqun/my-bookmark" target="_blank">网站源码</a> | V2.0.0 | <span>加载失败,请按 Ctrl + Shift + R 强制刷新!(●'◡'●)</span><br /></div>
|
||||
<!-- 主要用来配合clipboard.min.js复制文本的 -->
|
||||
<div id="clipboard" data-clipboard-text="i love this world and jiajia!" style="opacity: 0; cursor: default;">
|
||||
<span>Copy</span>
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$state', '$window', '$statePara
|
|||
}
|
||||
|
||||
$scope.showAddTag = function () {
|
||||
if ($scope.tags.length < 30) {
|
||||
if ($scope.tags.length < 50) {
|
||||
console.log('showAddTag..........')
|
||||
$scope.newTag = "";
|
||||
dialog = ngDialog.open({
|
||||
|
|
@ -271,7 +271,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$state', '$window', '$statePara
|
|||
scope: $scope
|
||||
});
|
||||
} else {
|
||||
toastr.error('标签个数总数不能超过30个!不允许再添加新分类,如有需求,请联系管理员。', "提示");
|
||||
toastr.error('标签个数总数不能超过50个!不允许再添加新分类,如有需求,请联系管理员。', "提示");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<p>12、在设置的全局链接,可设置快捷键,用来在任何页面,快速打开设置的链接。(完成)</p>
|
||||
<p>13、安装<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>
|
||||
<h3 class="ui dividing header">联系方式</h3>
|
||||
<p>QQ:530485521,记得备注加:书签。</p>
|
||||
<p>QQ群:1026967226,记得备注加:书签。</p>
|
||||
<h3 class="ui dividing header">开发备忘(非开发人员请无视)</h3>
|
||||
<p>1、该代码我托管在Github上<a href="https://github.com/luchenqun/my-bookmark" target="_blank">my-bookmark</a>。该地址有文件夹详细说明以及部署步骤。git地址:git@github.com:luchenqun/my-bookmark.git。如果你需要源码,你尽可随意使用此项目无需通知我。</p>
|
||||
<img class="ui centered fluid image" src="./images/screenshot.gif" />
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
<p>12、在设置的全局链接,可设置快捷键,用来在任何页面,快速打开设置的链接。(完成)</p>
|
||||
<p>13、安装<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>
|
||||
<h3 class="ui dividing header">联系方式</h3>
|
||||
<p>QQ:530485521,记得备注加:书签。</p>
|
||||
<p>QQ群:1026967226,记得备注加:书签。</p>
|
||||
<h3 class="ui dividing header">开发备忘(非开发人员请无视)</h3>
|
||||
<p>1、该代码我托管在Github上<a href="https://github.com/luchenqun/my-bookmark" target="_blank">my-bookmark</a>。该地址有文件夹详细说明以及部署步骤。git地址:git@github.com:luchenqun/my-bookmark.git。如果你需要源码,你尽可随意使用此项目无需通知我。</p>
|
||||
<img class="ui centered fluid image" src="./images/screenshot.gif" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue