From 145aa54a4ec3778028da1a54474d3e9c50d8aad8 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 15 Oct 2024 04:04:01 +0800 Subject: [PATCH] website: modify favicon. #840 --- .refsrc.json | 1 + icons/favicon.svg | 5 +++++ package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 icons/favicon.svg diff --git a/.refsrc.json b/.refsrc.json index e8ad3361e81..8b6a5746646 100644 --- a/.refsrc.json +++ b/.refsrc.json @@ -13,6 +13,7 @@ "github": { "url": "https://github.com/jaywcjlove/reference" }, + "favicon": "{{RELATIVE_PATH}}icons/favicon.svg", "meta": [ { "name": "author", "content": "jaywcjlove" }, { "name": "license", "content": "MIT" }, diff --git a/icons/favicon.svg b/icons/favicon.svg new file mode 100644 index 00000000000..7daf6fdd91d --- /dev/null +++ b/icons/favicon.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/package.json b/package.json index fb01bfd601a..21c9fee8120 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "husky": "^9.0.0", "lint-staged": "^15.0.0", "prettier": "^3.0.0", - "refs-cli": "^1.7.4", + "refs-cli": "^1.8.0", "markdownlint": "^0.33.0", "markdownlint-cli": "^0.39.0" },