forked from binary-husky/gpt_academic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request binary-husky#677 from binary-husky/add-waifu
add waifu option
- Loading branch information
Showing
14 changed files
with
5,236 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
try { | ||
$("<link>").attr({href: "file=docs/waifu_plugin/waifu.css", rel: "stylesheet", type: "text/css"}).appendTo('head'); | ||
$('body').append('<div class="waifu"><div class="waifu-tips"></div><canvas id="live2d" class="live2d"></canvas><div class="waifu-tool"><span class="fui-home"></span> <span class="fui-chat"></span> <span class="fui-eye"></span> <span class="fui-user"></span> <span class="fui-photo"></span> <span class="fui-info-circle"></span> <span class="fui-cross"></span></div></div>'); | ||
$.ajax({url: "file=docs/waifu_plugin/waifu-tips.js", dataType:"script", cache: true, success: function() { | ||
$.ajax({url: "file=docs/waifu_plugin/live2d.js", dataType:"script", cache: true, success: function() { | ||
/* 可直接修改部分参数 */ | ||
live2d_settings['hitokotoAPI'] = "hitokoto.cn"; // 一言 API | ||
live2d_settings['modelId'] = 5; // 默认模型 ID | ||
live2d_settings['modelTexturesId'] = 1; // 默认材质 ID | ||
live2d_settings['modelStorage'] = false; // 不储存模型 ID | ||
live2d_settings['waifuSize'] = '210x187'; | ||
live2d_settings['waifuTipsSize'] = '187x52'; | ||
live2d_settings['canSwitchModel'] = true; | ||
live2d_settings['canSwitchTextures'] = true; | ||
live2d_settings['canSwitchHitokoto'] = false; | ||
live2d_settings['canTakeScreenshot'] = false; | ||
live2d_settings['canTurnToHomePage'] = false; | ||
live2d_settings['canTurnToAboutPage'] = false; | ||
/* 在 initModel 前添加 */ | ||
initModel("file=docs/waifu_plugin/waifu-tips.json"); | ||
}}); | ||
}}); | ||
} catch(err) { console.log("[Error] JQuery is not defined.") } |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.