fix(comment vssue): Add parameters 'autoCreateIssue', it's default false

This commit is contained in:
mapleafgo 2021-07-07 17:35:24 +08:00
parent b02e4fa9cc
commit af02f4682d
2 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ params:
repo:
clientId:
clientSecret:
autoCreateIssue: false
# Waline client configuration see: https://waline.js.org/en/reference/client.html
waline:

View File

@ -14,7 +14,7 @@
props: {
title: "{{ $.Title }}",
options: {
autoCreateIssue: true,
autoCreateIssue: {{ default false .autoCreateIssue }},
owner: "{{ .owner }}",
repo: "{{ .repo }}",
clientId: "{{ .clientId }}",