diff --git a/public/images/uwu.png b/public/images/uwu.png index 2a41943530..a09d245ea0 100644 Binary files a/public/images/uwu.png and b/public/images/uwu.png differ diff --git a/src/components/Layout/Page.tsx b/src/components/Layout/Page.tsx index c3aaaf1c2b..1cc703c2f2 100644 --- a/src/components/Layout/Page.tsx +++ b/src/components/Layout/Page.tsx @@ -11,8 +11,6 @@ import {Toc} from './Toc'; import {DocsPageFooter} from 'components/DocsFooter'; import {Seo} from 'components/Seo'; -import ButtonLink from 'components/ButtonLink'; -import {IconNavArrow} from 'components/Icon/IconNavArrow'; import PageHeading from 'components/PageHeading'; import {getRouteMeta} from './getRouteMeta'; import {TocContext} from '../MDX/TocContext'; @@ -105,12 +103,10 @@ export function Page({ let hasColumns = true; let showSidebar = true; let showToc = true; - let showSurvey = true; if (isHomePage || isBlogIndex) { hasColumns = false; showSidebar = false; showToc = false; - showSurvey = false; } else if (section === 'blog') { showToc = false; hasColumns = false; @@ -178,33 +174,7 @@ export function Page({ )}> {!isHomePage && (
- { -
- } - {showSurvey && ( - <> -
-

- 你觉得这些文档怎么样? -

-
- - 参与我们的调查吧! - - -
-
-
- - )} +
)}
-React 文档由 [React 团队](/community/team) 和 [外部贡献者](https://github.com/reactjs/reactjs.org/graphs/contributors) 编写和维护。在本页面上,我们要感谢一些为该网站做出重大贡献的人员。 +React 文档由 [React 团队](/community/team) 和 [外部贡献者](https://github.com/reactjs/react.dev/graphs/contributors) 编写和维护。在本页面上,我们要感谢一些为该网站做出重大贡献的人员。