From 94e84770773eb1bff3292f1dfa9c0cc4cc418676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Fri, 3 Mar 2023 18:45:16 +0800 Subject: [PATCH] chore: create and modify footer author comment --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- Gruntfile.coffee | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d92350a..2e22810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,4 +62,4 @@ jobs: path: dist/ retention-days: 3 -# Authored by KuoHuanHuan. +# Authored by @kuohuanhuan. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 891c368..1112175 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,4 +52,4 @@ jobs: dist/* build.zip -# Authored by KuoHuanHuan. +# Authored by @kuohuanhuan. diff --git a/Gruntfile.coffee b/Gruntfile.coffee index f464f3c..0716b65 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -54,3 +54,5 @@ module.exports = (grunt) -> 'sass' 'postcss' ] + +# Authored by @kuohuanhuan.