更新联系信息

This commit is contained in:
HelloWorld 2020-04-09 12:39:27 +08:00
parent c9ca92485c
commit 76821bc840
4 changed files with 5 additions and 5 deletions

View File

@ -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">我爱佳佳与这个世界&nbsp;&nbsp;|&nbsp;&nbsp;Copyleft ©All Rights Reserved LCQ&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://m.mybookmark.cn/">移动设备访问</a>&nbsp;&nbsp;|&nbsp;&nbsp;联系我(QQ:530485521)&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://github.com/luchenqun/my-bookmark" target="_blank">网站源码</a>&nbsp;&nbsp;|&nbsp;&nbsp;V1.5.0&nbsp;&nbsp;|&nbsp;&nbsp;<span>加载失败,请按F5(●'◡'●)</span><br /></div>
<div class="ui segment container" style="text-align: center;">我爱佳佳与这个世界&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://m.mybookmark.cn/">移动设备访问</a>&nbsp;&nbsp;|&nbsp;&nbsp;联系我(QQ1026967226)&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://github.com/luchenqun/my-bookmark" target="_blank">网站源码</a>&nbsp;&nbsp;|&nbsp;&nbsp;V2.0.0&nbsp;&nbsp;|&nbsp;&nbsp;<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>

View File

@ -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个不允许再添加新分类如有需求请联系管理员。', "提示");
}
}

View File

@ -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>QQ530485521,记得备注加:书签。</p>
<p>QQ1026967226,记得备注加:书签。</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" />

View File

@ -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>QQ530485521,记得备注加:书签。</p>
<p>QQ1026967226,记得备注加:书签。</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" />