Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
fa708f7e
Commit
fa708f7e
authored
Jan 23, 2017
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
更新文件头版权日期
又过了一年,希望大家在新的一年里收获更多! 有空多来社区逛逛
https://hacpai.com
😅
parent
611861c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
src/main/webapp/js/admin/latkeAdmin.js
src/main/webapp/js/admin/latkeAdmin.js
+17
-17
No files found.
src/main/webapp/js/admin/latkeAdmin.js
View file @
fa708f7e
...
...
@@ -264,7 +264,7 @@ $.extend(Admin.prototype, {
});
var
admin
=
new
Admin
();
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -363,7 +363,7 @@ admin.editors.articleEditor = {};
admin
.
editors
.
abstractEditor
=
{};
admin
.
editors
.
pageEditor
=
{};
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -488,7 +488,7 @@ admin.editors.tinyMCE = {
}
};
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -901,7 +901,7 @@ admin.editors.CodeMirror = {
$
(
'
.editor-toolbar
'
).
remove
();
}
};
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -1698,7 +1698,7 @@ function getUUID() {
}
;
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -1828,7 +1828,7 @@ admin.comment = {
}
};
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -1977,7 +1977,7 @@ admin.register["article-list"] = {
"
init
"
:
admin
.
articleList
.
init
,
"
refresh
"
:
admin
.
articleList
.
getList
}
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -2090,7 +2090,7 @@ admin.register["draft-list"] = {
"
init
"
:
admin
.
draftList
.
init
,
"
refresh
"
:
admin
.
draftList
.
getList
};
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -2537,7 +2537,7 @@ admin.register["page-list"] = {
"
refresh
"
:
admin
.
pageList
.
getList
}
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -2682,7 +2682,7 @@ admin.register.others = {
}
};
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -3032,7 +3032,7 @@ admin.register["link-list"] = {
"
init
"
:
admin
.
linkList
.
init
,
"
refresh
"
:
admin
.
linkList
.
getList
}
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -3333,7 +3333,7 @@ admin.register["preference"] = {
}
};
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -3509,7 +3509,7 @@ admin.register["plugin-list"] = {
}
};
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -3870,7 +3870,7 @@ admin.register["user-list"] = {
"
init
"
:
admin
.
userList
.
init
,
"
refresh
"
:
admin
.
userList
.
getList
}
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -4020,7 +4020,7 @@ admin.register["comment-list"] = {
"
init
"
:
admin
.
commentList
.
init
,
"
refresh
"
:
admin
.
commentList
.
getList
}
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -4154,7 +4154,7 @@ admin.plugin = {
}
};
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -4192,7 +4192,7 @@ admin.register.main = {
}
};
/*
* Copyright (c) 2010-201
6
, b3log.org & hacpai.com
* Copyright (c) 2010-201
7
, b3log.org & hacpai.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment