Commit 53f9b93e authored by Liang Ding's avatar Liang Ding

Fix #12481

parent 4d00935e
......@@ -16,8 +16,7 @@ var soloKanbanniang = {
_initTips: function() {
$.ajax({
cache: true,
url: latkeConfig.staticServePath +
'/plugins/kanbanniang/assert/tips.json',
url: 'https://static-solo.b3log.org/plugins/kanbanniang/assert/tips.json',
dataType: 'json',
success: function(result) {
$.each(result.mouseover, function(index, tips) {
......
......@@ -2,7 +2,7 @@
"version":"1.0.0",
"model":"model.moc",
"textures":[
"textures/${name}"
"https://static-solo.b3log.org/plugins/kanbanniang/assert/textures/${name}"
],
"layout":{
"center_x":0.0,
......
......@@ -17,9 +17,9 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<link type="text/css" rel="stylesheet" href="${staticServePath}/plugins/kanbanniang/assert/index.css"/>
<script src="${staticServePath}/plugins/kanbanniang/assert/live2d.js"></script>
<script async src="${staticServePath}/plugins/kanbanniang/assert/index.js"></script>
<link type="text/css" rel="stylesheet" href="https://static-solo.b3log.org/plugins/kanbanniang/assert/index.css"/>
<script src="https://static-solo.b3log.org/plugins/kanbanniang/assert/live2d.js"></script>
<script async src="https://static-solo.b3log.org/plugins/kanbanniang/assert/index.js"></script>
<div class="solo-kanbanniang">
<div class="solo-kanbanniang__tip"></div>
<canvas id="soloKanbanniang" width="280" height="250"></canvas>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment