diff --git a/package-lock.json b/package-lock.json index 0627df6..e4b4e02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,7 @@ "lib-flexible": "^0.3.2", "next": "14.1.3", "react": "^18", - "react-dom": "^18", - "weixin-js-sdk": "^1.6.5" + "react-dom": "^18" }, "devDependencies": { "@commitlint/cli": "^19.1.0", @@ -8627,11 +8626,6 @@ } } }, - "node_modules/weixin-js-sdk": { - "version": "1.6.5", - "resolved": "https://registry.npmmirror.com/weixin-js-sdk/-/weixin-js-sdk-1.6.5.tgz", - "integrity": "sha512-Gph1WAWB2YN/lMOFB/ymb+hbU/wYazzJgu6PMMktCy9cSCeW5wA6Zwt0dpahJbJ+RJEwtTv2x9iIu0U4enuVSQ==" - }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index ed46175..c3c8016 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "lib-flexible": "^0.3.2", "next": "14.1.3", "react": "^18", - "react-dom": "^18", - "weixin-js-sdk": "^1.6.5" + "react-dom": "^18" }, "devDependencies": { "@commitlint/cli": "^19.1.0", diff --git a/public/img/share.png b/public/img/share.png new file mode 100644 index 0000000..a87c44e Binary files /dev/null and b/public/img/share.png differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9010caf..612632b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -34,6 +34,8 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac `})();`, }} /> + {/* eslint-disable-next-line @next/next/no-sync-scripts */} +