Commit 0b51ef74 authored by Liang Ding's avatar Liang Ding

🎨 更新看板娘模型加载地址

parent 768f4146
This diff is collapsed.
This diff is collapsed.
......@@ -67,7 +67,7 @@ var soloKanbanniang = {
});
$('#soloKanbanniangChange').click(function() {
loadlive2d('soloKanbanniang', latkeConfig.staticServePath +
loadlive2d('soloKanbanniang', latkeConfig.servePath +
'/plugins/kanbanniang/assert/model?t=' + (new Date()).getTime(),
soloKanbanniang.showMessage('我的新衣服好看嘛', 3000, true));
});
......@@ -168,6 +168,6 @@ $(document).ready(function() {
soloKanbanniang.init();
loadlive2d('soloKanbanniang', latkeConfig.staticServePath +
loadlive2d('soloKanbanniang', latkeConfig.servePath +
'/plugins/kanbanniang/assert/model?t=' + (new Date()).getTime());
});
\ No newline at end of file
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