diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78074786953..b8258c63845 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - run: npm install - run: npm run build + - run: cp -rp icons ./dist - name: Generate Contributors Images uses: jaywcjlove/github-action-contributors@main diff --git a/.refsrc.json b/.refsrc.json index 914ea3f6d0e..e8ad3361e81 100644 --- a/.refsrc.json +++ b/.refsrc.json @@ -13,6 +13,15 @@ "github": { "url": "https://github.com/jaywcjlove/reference" }, + "meta": [ + { "name": "author", "content": "jaywcjlove" }, + { "name": "license", "content": "MIT" }, + { "name": "funding", "content": "https://jaywcjlove.github.io/#/sponsor" }, + { "rel": "apple-touch-icon", "href": "{{RELATIVE_PATH}}icons/touch-icon-iphone.png" }, + { "rel": "apple-touch-icon", "sizes": "152x152", "href": "{{RELATIVE_PATH}}icons/touch-icon-ipad.png" }, + { "rel": "apple-touch-icon", "sizes": "180x180", "href": "{{RELATIVE_PATH}}icons/touch-icon-iphone-retina.png" }, + { "rel": "apple-touch-icon", "sizes": "167x167", "href": "{{RELATIVE_PATH}}icons/touch-icon-ipad-retina.png" } + ], "giscus": { "src": "https://giscus.app/client.js", "data-repo": "jaywcjlove/reference", diff --git a/icons/touch-icon-ipad-retina.png b/icons/touch-icon-ipad-retina.png new file mode 100644 index 00000000000..24346715202 Binary files /dev/null and b/icons/touch-icon-ipad-retina.png differ diff --git a/icons/touch-icon-ipad.png b/icons/touch-icon-ipad.png new file mode 100644 index 00000000000..9f9c4f55583 Binary files /dev/null and b/icons/touch-icon-ipad.png differ diff --git a/icons/touch-icon-iphone-retina.png b/icons/touch-icon-iphone-retina.png new file mode 100644 index 00000000000..1bfd076e259 Binary files /dev/null and b/icons/touch-icon-iphone-retina.png differ diff --git a/package.json b/package.json index 6476fe626fa..fb01bfd601a 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.6.0", + "refs-cli": "^1.7.4", "markdownlint": "^0.33.0", "markdownlint-cli": "^0.39.0" },