From e7f403202d035e85bfba27b67581a8b4c72b0d59 Mon Sep 17 00:00:00 2001 From: Eyre_S Date: Wed, 18 Oct 2023 22:52:55 +0800 Subject: [PATCH] fix `@` in username is missing on startup report --- gradle.properties | 2 +- src/main/scala/cc/sukazyo/cono/morny/daemon/MornyReport.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 595b471..b0a587c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ MORNY_ARCHIVE_NAME = morny-coeur MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s -VERSION = 1.2.0 +VERSION = 1.2.1-pre1 USE_DELTA = false VERSION_DELTA = diff --git a/src/main/scala/cc/sukazyo/cono/morny/daemon/MornyReport.scala b/src/main/scala/cc/sukazyo/cono/morny/daemon/MornyReport.scala index 00ff369..d42c345 100644 --- a/src/main/scala/cc/sukazyo/cono/morny/daemon/MornyReport.scala +++ b/src/main/scala/cc/sukazyo/cono/morny/daemon/MornyReport.scala @@ -67,7 +67,7 @@ class MornyReport (using coeur: MornyCoeur) { // language=html s"""â–ŚMorny Logged in |-v $getVersionAllFullTagHTML - |as user ${coeur.username} + |as user @${coeur.username} | |as config fields: |${sectionConfigFields(coeur.config)}"""