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

10 lines
516 B
Plaintext

<% if (page.layout === 'post' || (page.wiki?.length > 0)) { %>
<script>
let tianliGPT_postSelector = '.md-text.content.<%= page.layout === "post" ? "post" : "wiki" %>';
let tianliGPT_key = '<%= theme.plugins.tianli_gpt.api %>';
let tianliGPT_typingAnimate = '<%= theme.plugins.tianli_gpt.typingAnimate %>';
let tianliGPT_wordLimit = <%= theme.plugins.tianli_gpt.limit %>;
</script>
<script defer src="https://cdn1.tianli0.top/gh/zhheo/Post-Abstract-AI@0.15.2/tianli_gpt.min.js"></script>
<% } %>