优化部分配置项,无需输入反引号

This commit is contained in:
roozen 2023-07-27 00:53:23 +08:00
parent 4044ea363a
commit 48061790d5
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,
}