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
86133ec2
Commit
86133ec2
authored
Apr 03, 2020
by
Liyuan Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
fix #93
parent
41e7a9d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
src/main/resources/js/common.js
src/main/resources/js/common.js
+4
-4
src/main/resources/plugins/kanbanniang/plugin.ftl
src/main/resources/plugins/kanbanniang/plugin.ftl
+3
-3
No files found.
src/main/resources/js/common.js
View file @
86133ec2
...
...
@@ -121,7 +121,7 @@ window.Util = {
Util
.
uvstat
.
renderCmtStat
(
window
.
utilOptions
&&
window
.
utilOptions
.
cmtCountCB
)
// 看板娘背景
soloKanbanniang
&&
soloKanbanniang
.
bg
OnLoad
&&
soloKanbanniang
.
bg
Change
()
soloKanbanniang
&&
soloKanbanniang
.
bgChange
()
cb
&&
cb
()
},
})
...
...
@@ -313,15 +313,15 @@ window.Util = {
success
:
()
=>
{
Util
.
init
(
window
.
utilOptions
)
if
(
cb
)
{
cb
()
;
cb
()
}
},
})
}
}
,
};
(()
=>
{
if
(
typeof
Vditor
===
'
undefined
'
)
{
Util
.
loadVditor
()
;
Util
.
loadVditor
()
}
})()
src/main/resources/plugins/kanbanniang/plugin.ftl
View file @
86133ec2
...
...
@@ -17,9 +17,9 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/kanbanniang@0.2.
6
/index.css"/>
<script async src="https://cdn.jsdelivr.net/npm/kanbanniang@0.2.
6
/index.js"></script>
<div class="solo-kanbanniang
solo-kanbanniang-bg solo-kanbanniang-bg--onload solo-kanbanniang-bg--onchat solo-kanbanniang-bg--onchange
">
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/kanbanniang@0.2.
7
/index.css"/>
<script async src="https://cdn.jsdelivr.net/npm/kanbanniang@0.2.
7
/index.js"></script>
<div class="solo-kanbanniang">
<div class="solo-kanbanniang__tip"></div>
<canvas id="soloKanbanniang" width="280" height="250"></canvas>
<div class="solo-kanbanniang__tool">
...
...
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