From 0cc761345dfd0d8acf6afd82881be815dce7f163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:04:15 +0000 Subject: build(deps): update pillow requirement from <10 to <11 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/1.0...10.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_mkdocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_mkdocs.txt b/requirements_mkdocs.txt index ed207870..f7849262 100644 --- a/requirements_mkdocs.txt +++ b/requirements_mkdocs.txt @@ -4,7 +4,7 @@ mkdocs-git-revision-date-localized-plugin>=1.0 mkdocs-git-authors-plugin mkdocs-material-extensions>=1.1 neoteroi-mkdocs -pillow<10 +pillow<11 cairosvg>=2.5 mkdocs-git-committers-plugin-2>=1.1.1 lxml -- cgit v1.2.3-70-g09d2 From b601fa4a2cd9187119c1c08d1bd1e577e73aeac5 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:15:45 +0800 Subject: Create CNAME --- docs/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 00000000..d49d2631 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +grps.retrofor.space -- cgit v1.2.3-70-g09d2 From c4880a66797bfe9fc298053d4ecac6ef76f69b4b Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:31:58 +0800 Subject: Update requirements_mkdocs.txt --- requirements_mkdocs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_mkdocs.txt b/requirements_mkdocs.txt index f7849262..d074e98d 100644 --- a/requirements_mkdocs.txt +++ b/requirements_mkdocs.txt @@ -1,3 +1,4 @@ +mkdocs mkdocs-material mkdocs-blog-plugin mkdocs-git-revision-date-localized-plugin>=1.0 -- cgit v1.2.3-70-g09d2 From 4c9948c2da391f3b513c77931816755ee1f2d9f0 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:33:40 +0800 Subject: Delete requirements.txt --- requirements.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 5aad892a..00000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -Flask==2.3.2 -- cgit v1.2.3-70-g09d2 From 75ad12bfc8bfa4a093bcdb4cd33f391568669136 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:33:59 +0800 Subject: Rename requirements_mkdocs.txt to requirements.txt --- requirements.txt | 14 ++++++++++++++ requirements_mkdocs.txt | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 requirements.txt delete mode 100644 requirements_mkdocs.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..d074e98d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +mkdocs +mkdocs-material +mkdocs-blog-plugin +mkdocs-git-revision-date-localized-plugin>=1.0 +mkdocs-git-authors-plugin +mkdocs-material-extensions>=1.1 +neoteroi-mkdocs +pillow<11 +cairosvg>=2.5 +mkdocs-git-committers-plugin-2>=1.1.1 +lxml +mkdocs-minify-plugin>=0.3 +mkdocs-rss-plugin>=1.1 +mkdocs-redirects>=1.0 diff --git a/requirements_mkdocs.txt b/requirements_mkdocs.txt deleted file mode 100644 index d074e98d..00000000 --- a/requirements_mkdocs.txt +++ /dev/null @@ -1,14 +0,0 @@ -mkdocs -mkdocs-material -mkdocs-blog-plugin -mkdocs-git-revision-date-localized-plugin>=1.0 -mkdocs-git-authors-plugin -mkdocs-material-extensions>=1.1 -neoteroi-mkdocs -pillow<11 -cairosvg>=2.5 -mkdocs-git-committers-plugin-2>=1.1.1 -lxml -mkdocs-minify-plugin>=0.3 -mkdocs-rss-plugin>=1.1 -mkdocs-redirects>=1.0 -- cgit v1.2.3-70-g09d2 From 990d02279bebb9fac9daca11ce9b0439fae26626 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:34:33 +0800 Subject: Create runtime.txt --- runtime.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 runtime.txt diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 00000000..fb6460c6 --- /dev/null +++ b/runtime.txt @@ -0,0 +1,3 @@ +# runtime.txt +# don't specify a patch version, such as 3.7.6 +3.7 -- cgit v1.2.3-70-g09d2 From fcf183a9c65df1b4aa6d9e973c5639465fcff45b Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:34:59 +0800 Subject: Create netlify.toml --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..37b79714 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +# netlify.toml +[build] + command = "mkdocs build" + publish = "site" -- cgit v1.2.3-70-g09d2 From cd7d5ebdf96f7060a04b8656b864d4ffe1dd3c10 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:36:41 +0800 Subject: Delete runtime.txt --- runtime.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 runtime.txt diff --git a/runtime.txt b/runtime.txt deleted file mode 100644 index fb6460c6..00000000 --- a/runtime.txt +++ /dev/null @@ -1,3 +0,0 @@ -# runtime.txt -# don't specify a patch version, such as 3.7.6 -3.7 -- cgit v1.2.3-70-g09d2 From 9d436f38ab6ede5f4b5725f417290e7bade7897b Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:37:47 +0800 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94d86dd2..79812039 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ [![.github/workflows/python-publish.yml](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/python-publish.yml/badge.svg)](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/python-publish.yml) [![CodeQL](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/codeql.yml/badge.svg)](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/codeql.yml) + [![Netlify Status](https://api.netlify.com/api/v1/badges/edd25fa6-88b4-428f-b763-cb039bb08ef7/deploy-status)](https://app.netlify.com/sites/darling-genie-202d84/deploys)

-- cgit v1.2.3-70-g09d2 From aa5204f88588d65a2d424484697b4650592b6de4 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:41:11 +0800 Subject: Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 46082ee8..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -grps.retrofor.space \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 9a1cafff68ebe47ae98dd16623e30194baddf3f8 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:41:25 +0800 Subject: Delete CNAME --- docs/CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index d49d2631..00000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -grps.retrofor.space -- cgit v1.2.3-70-g09d2 From a3f508fd043275b25af93c5cb62383f49eff09f8 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:45:33 +0800 Subject: Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79812039..8803ca6f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![.github/workflows/python-publish.yml](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/python-publish.yml/badge.svg)](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/python-publish.yml) [![CodeQL](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/codeql.yml/badge.svg)](https://github.com/HydroRoll-Team/HydroRollCore/actions/workflows/codeql.yml) - [![Netlify Status](https://api.netlify.com/api/v1/badges/edd25fa6-88b4-428f-b763-cb039bb08ef7/deploy-status)](https://app.netlify.com/sites/darling-genie-202d84/deploys) + [![Netlify Status](https://api.netlify.com/api/v1/badges/edd25fa6-88b4-428f-b763-cb039bb08ef7/deploy-status)](https://app.netlify.com/sites/grps-v1/deploys)

@@ -49,6 +49,11 @@ class Myrule(Rules): 3. 合理修改你的 `config.toml` 配置文件,完成注册! +### 🎍Sites +https://grps.retrofor.space _(recommend)_ +https://grps-v1.netlify.app +https://hydroroll-team.github.io/HydroRollCore/ + ## 📄 License [MIT](https://github.com/HydroRoll-Team/HydroRollCore/blob/master/LICENSE) © 2023-PRESENT [简律纯](https://github.com/HsiangNianian) -- cgit v1.2.3-70-g09d2 From bbff12b8d31b2b6d9611bb1a4426af49865718e4 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:46:30 +0800 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8803ca6f..c893457c 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ class Myrule(Rules): 3. 合理修改你的 `config.toml` 配置文件,完成注册! ### 🎍Sites -https://grps.retrofor.space _(recommend)_ -https://grps-v1.netlify.app -https://hydroroll-team.github.io/HydroRollCore/ +https://grps.retrofor.space _(recommend)_ +https://grps-v1.netlify.app +https://hydroroll-team.github.io/HydroRollCore/ ## 📄 License -- cgit v1.2.3-70-g09d2 From 8970181a0d15461e811e1a4aacf6aefe118333b8 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 2 Aug 2023 14:47:25 +0800 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c893457c..f5538c25 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ class Myrule(Rules): ### 🎍Sites https://grps.retrofor.space _(recommend)_ https://grps-v1.netlify.app -https://hydroroll-team.github.io/HydroRollCore/ +~~https://hydroroll-team.github.io/HydroRollCore/~~ ## 📄 License -- cgit v1.2.3-70-g09d2 From 364eaa43b77b04e029358da1c9539337b9725786 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 12 Aug 2023 00:24:01 +0800 Subject: Create maintain-one-comment.yml --- .github/workflows/maintain-one-comment.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/maintain-one-comment.yml diff --git a/.github/workflows/maintain-one-comment.yml b/.github/workflows/maintain-one-comment.yml new file mode 100644 index 00000000..beed0cee --- /dev/null +++ b/.github/workflows/maintain-one-comment.yml @@ -0,0 +1,22 @@ +name: Maintain One Comment + +on: + issues: + types: [opened, edited] + issue_comment: + types: [created, edited] + pull_request: + types: [assigned, opened, synchronize, edited] + +jobs: + comment: + runs-on: ubuntu-latest + steps: + - name: maintain-comment + uses: actions-cool/maintain-one-comment@v3 + with: + token: ${{ secrets.GITHUB_TOKEN }} + body: | + Hi 😀 + emojis: '+1, laugh' + body-include: '' -- cgit v1.2.3-70-g09d2