From 8ee5245b735ef02f9796ee600b0e8cba0f2cc532 Mon Sep 17 00:00:00 2001 From: eryajf Date: Wed, 10 Jan 2024 23:24:32 +0800 Subject: [PATCH] test2 --- .github/workflows/generator.yml | 2 +- README.tpl | 36 +-------------------------------- 2 files changed, 2 insertions(+), 36 deletions(-) diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 7310632..829c663 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -20,4 +20,4 @@ jobs: org: eryajf repo: learn-github sortby: '!zh' - groupby: kind \ No newline at end of file + groupby: kind diff --git a/README.tpl b/README.tpl index 689a572..2964d23 100644 --- a/README.tpl +++ b/README.tpl @@ -9,38 +9,4 @@ {{- range $item := $val}} |{{$item.repo}}|{{$item.desc}}|{{$item.license}}| {{$item.star}} | {{- end}} -{{end}} - ---- - -以下是一些测试内容。 - - -打印目录 - -{{printToc}} - -打印贡献者 - -{{printContributors "eryajf" "learn-github"}} - -打印星标历史记录 - -{{printStarHistory "eryajf" "learn-github"}} - - -打印存储库的访问者计数图表 - -{{printVisitorCount "repo-id"}} - -打印页面启用的所有存储库 - -{{printPages "eryajf"}} - -用户渲染为链接 - -{{gh "eryajf" true}} - -表情 - -{{ghEmoji "eryajf"}} \ No newline at end of file +{{end}} \ No newline at end of file