From 0280256a9fa3d609e2e8397a1cd19d97832d11f3 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sat, 25 Nov 2023 17:41:02 +0800 Subject: [PATCH] add "from" section --- .github/ISSUE_TEMPLATE/new.yml | 9 ++++++++- index.php | 9 ++++++++- soul.sql | 3 ++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new.yml b/.github/ISSUE_TEMPLATE/new.yml index 5a402d7..ecbb232 100644 --- a/.github/ISSUE_TEMPLATE/new.yml +++ b/.github/ISSUE_TEMPLATE/new.yml @@ -13,6 +13,13 @@ body: id: author attributes: label: 作者 - description: 这个句子是哪位角色说的 + description: 这个句子是哪位角色说的,例如:"桂乃芬" + validations: + required: true + - type: textarea + id: from + attributes: + label: 出处 + description: 这个句子是哪个游戏哪个任务里的,例如:"崩坏:星穹铁道《狐斋志异》双生" validations: required: true \ No newline at end of file diff --git a/index.php b/index.php index ba55657..d87cb76 100644 --- a/index.php +++ b/index.php @@ -51,7 +51,14 @@ require("track.php"); if ($row["author"] != NULL) { ?>
- — + —— +
+ +
+