hexo-theme-stellar/layout/_partial/plugins/ai/tianli_gpt.ejs

9 lines
443 B
Plaintext
Raw Normal View History

2024-01-19 01:05:44 +08:00
<% if (page.layout === 'post' || (page.wiki?.length > 0)) { %>
<script>
2023-12-06 13:22:07 +08:00
let tianliGPT_postSelector = '.md-text.content.<%= page.layout === "post" ? "post" : "wiki" %>';
2023-05-09 13:09:05 +08:00
let tianliGPT_key = '<%= theme.plugins.tianli_gpt.api %>';
2023-12-06 13:22:07 +08:00
let tianliGPT_typingAnimate = '<%= theme.plugins.tianli_gpt.typingAnimate %>';
</script>
2023-09-06 10:30:29 +08:00
<script defer src="https://cdn1.tianli0.top/gh/zhheo/Post-Abstract-AI@0.13/tianli_gpt.js"></script>
<% } %>