Merge pull request #330 from Roozenlz/main

优化部分配置项,无需输入反引号
This commit is contained in:
困困鱼 2023-07-27 09:06:13 +08:00 committed by GitHub
commit 757fa3a70a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<div id="random-post"></div>
<script type="text/javascript">
var fdataUser = {
apiurl: [(${ theme.config.fcircle.apiurl })],
apiurl: "[(${ theme.config.fcircle.apiurl })]",
defaultFish: 500,
hungryFish: 500,
}