We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a672cb2 + 59b135b commit cc2705cCopy full SHA for cc2705c
1 file changed
docs/theme/hexo-theme-solitude.md
@@ -0,0 +1,29 @@
1
+## hexo-theme-solitude
2
+
3
+详细配置信息前往 [Solitude 文档](https://solitude-docs.efu.me/third_party/tianliai) 查看。
4
5
+```yaml
6
+# 文章摘要AI
7
+# post abstract AI
8
+post_ai:
9
+ enable: false
10
+ # 右侧显示的模型名称
11
+ # Model name displayed on the right
12
+ modelName: GPT 4
13
+ # key
14
+ # 具体获取方法见文档
15
+ # Specific acquisition method, see the document
16
+ key:
17
+ # 自介
18
+ # talk
19
+ talk: # 我是 Efu 开发的摘要生成助理EfuGPT,EfuGPT在静态部署时进行摘要的撰写,并且在访客访问时通过EfuCorrection转译后的文本摘要实现工具。我在这里只负责已经生成的摘要显示,你无法与我直接沟通,但我可以回答一些预设的问题。
20
+ # 随机文章按钮
21
+ # Random post button
22
+ randomPost: false
23
+ # 举报链接,不填不显示
24
+ # Report link, do not fill in and do not display
25
+ report: https://efu.me/
26
+ # 底部提示
27
+ # Bottom tip
28
+ tips: # 此内容根据文章生成,并经过人工审核,仅用于文章内容的解释与总结
29
+```
0 commit comments