diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.env b/.env old mode 100644 new mode 100755 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/next.config.mjs b/next.config.mjs old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml old mode 100644 new mode 100755 diff --git a/postcss.config.mjs b/postcss.config.mjs old mode 100644 new mode 100755 diff --git a/public/favicon.ico b/public/favicon.ico old mode 100644 new mode 100755 diff --git a/public/next.svg b/public/next.svg old mode 100644 new mode 100755 diff --git a/src/api/article.ts b/src/api/article.ts old mode 100644 new mode 100755 diff --git a/src/api/cate.ts b/src/api/cate.ts old mode 100644 new mode 100755 diff --git a/src/api/comment.ts b/src/api/comment.ts old mode 100644 new mode 100755 diff --git a/src/api/email.ts b/src/api/email.ts old mode 100644 new mode 100755 diff --git a/src/api/footprint.ts b/src/api/footprint.ts old mode 100644 new mode 100755 diff --git a/src/api/project.ts b/src/api/project.ts old mode 100644 new mode 100755 diff --git a/src/api/record.ts b/src/api/record.ts old mode 100644 new mode 100755 diff --git a/src/api/swiper.ts b/src/api/swiper.ts old mode 100644 new mode 100755 diff --git a/src/api/tag.ts b/src/api/tag.ts old mode 100644 new mode 100755 diff --git a/src/api/user.ts b/src/api/user.ts old mode 100644 new mode 100755 diff --git a/src/api/wall.ts b/src/api/wall.ts old mode 100644 new mode 100755 diff --git a/src/api/web.ts b/src/api/web.ts old mode 100644 new mode 100755 diff --git a/src/app/api/rss/route.ts b/src/app/api/rss/route.ts old mode 100644 new mode 100755 diff --git a/src/app/article/[id]/page.tsx b/src/app/article/[id]/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/article/components/Comment/components/List/index.scss b/src/app/article/components/Comment/components/List/index.scss old mode 100644 new mode 100755 diff --git a/src/app/article/components/Comment/components/List/index.tsx b/src/app/article/components/Comment/components/List/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/article/components/Comment/index.scss b/src/app/article/components/Comment/index.scss old mode 100644 new mode 100755 diff --git a/src/app/article/components/Comment/index.tsx b/src/app/article/components/Comment/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/article/components/Copyright/index.tsx b/src/app/article/components/Copyright/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/article/components/MD/index.scss b/src/app/article/components/MD/index.scss old mode 100644 new mode 100755 diff --git a/src/app/article/components/MD/index.tsx b/src/app/article/components/MD/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/article/components/Nav/index.scss b/src/app/article/components/Nav/index.scss old mode 100644 new mode 100755 diff --git a/src/app/article/components/Nav/index.tsx b/src/app/article/components/Nav/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/article/components/Tag/index.scss b/src/app/article/components/Tag/index.scss old mode 100644 new mode 100755 diff --git a/src/app/article/components/Tag/index.tsx b/src/app/article/components/Tag/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/article/components/UpAndDown/index.scss b/src/app/article/components/UpAndDown/index.scss old mode 100644 new mode 100755 diff --git a/src/app/article/components/UpAndDown/index.tsx b/src/app/article/components/UpAndDown/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/cate/[id]/page.tsx b/src/app/cate/[id]/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/data/components/Archiving/index.tsx b/src/app/data/components/Archiving/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/data/components/Archiving/svg/archiving.svg b/src/app/data/components/Archiving/svg/archiving.svg old mode 100644 new mode 100755 diff --git a/src/app/data/components/Statis/components/CateStatis/index.tsx b/src/app/data/components/Statis/components/CateStatis/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/data/components/Statis/components/CateStatis/svg/cate.svg b/src/app/data/components/Statis/components/CateStatis/svg/cate.svg old mode 100644 new mode 100755 diff --git a/src/app/data/components/Statis/components/TagStatus/index.tsx b/src/app/data/components/Statis/components/TagStatus/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/data/components/Statis/components/TagStatus/svg/tag.svg b/src/app/data/components/Statis/components/TagStatus/svg/tag.svg old mode 100644 new mode 100755 diff --git a/src/app/data/components/Statis/index.tsx b/src/app/data/components/Statis/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/data/components/Statis/svg/article.svg b/src/app/data/components/Statis/svg/article.svg old mode 100644 new mode 100755 diff --git a/src/app/data/components/Statis/svg/cate.svg b/src/app/data/components/Statis/svg/cate.svg old mode 100644 new mode 100755 diff --git a/src/app/data/components/Statis/svg/comment.svg b/src/app/data/components/Statis/svg/comment.svg old mode 100644 new mode 100755 diff --git a/src/app/data/components/Statis/svg/friend.svg b/src/app/data/components/Statis/svg/friend.svg old mode 100644 new mode 100755 diff --git a/src/app/data/components/Statis/svg/statis.svg b/src/app/data/components/Statis/svg/statis.svg old mode 100644 new mode 100755 diff --git a/src/app/data/page.tsx b/src/app/data/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/equipment/page.tsx b/src/app/equipment/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/error.tsx b/src/app/error.tsx old mode 100644 new mode 100755 diff --git a/src/app/favicon.ico b/src/app/favicon.ico old mode 100644 new mode 100755 diff --git a/src/app/footprint/page.scss b/src/app/footprint/page.scss old mode 100644 new mode 100755 diff --git a/src/app/footprint/page.tsx b/src/app/footprint/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/friend/components/ApplyForAdd/index.tsx b/src/app/friend/components/ApplyForAdd/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/friend/page.tsx b/src/app/friend/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/layout.tsx b/src/app/layout.tsx old mode 100644 new mode 100755 index 6bcd063..aa6dcad --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -55,7 +55,7 @@ export default async function RootLayout({ children }: Readonly<{ children: Reac {/* 监听路由变化 */} - + {/* 🎉 礼花效果 */} {/* */} diff --git a/src/app/loading.tsx b/src/app/loading.tsx old mode 100644 new mode 100755 diff --git a/src/app/my/component/Calendar/index.scss b/src/app/my/component/Calendar/index.scss old mode 100644 new mode 100755 diff --git a/src/app/my/component/Calendar/index.tsx b/src/app/my/component/Calendar/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/my/component/Character/index.tsx b/src/app/my/component/Character/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/my/component/CurriculumVitae/index.tsx b/src/app/my/component/CurriculumVitae/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/my/component/Goals/index.tsx b/src/app/my/component/Goals/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/my/component/Info/index.tsx b/src/app/my/component/Info/index.tsx old mode 100644 new mode 100755 index 7942dec..a4a6b9c --- a/src/app/my/component/Info/index.tsx +++ b/src/app/my/component/Info/index.tsx @@ -15,7 +15,7 @@ export default ({ data }: { data: Info }) => { <>
-
+
I am {data?.name}
{data?.profession}
{data?.introduction}
diff --git a/src/app/my/component/InfoTwo/index.scss b/src/app/my/component/InfoTwo/index.scss old mode 100644 new mode 100755 diff --git a/src/app/my/component/InfoTwo/index.tsx b/src/app/my/component/InfoTwo/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/my/component/Map/index.tsx b/src/app/my/component/Map/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/my/component/Project/index.tsx b/src/app/my/component/Project/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/my/component/Technology/index.tsx b/src/app/my/component/Technology/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/my/page.tsx b/src/app/my/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx old mode 100644 new mode 100755 diff --git a/src/app/page.tsx b/src/app/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/record/components/Comment/index.tsx b/src/app/record/components/Comment/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/record/components/ImageList/index.tsx b/src/app/record/components/ImageList/index.tsx old mode 100644 new mode 100755 diff --git a/src/app/record/page.tsx b/src/app/record/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/tag/[id]/page.tsx b/src/app/tag/[id]/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/tags/components/TagCloudBackground.tsx b/src/app/tags/components/TagCloudBackground.tsx old mode 100644 new mode 100755 diff --git a/src/app/tags/components/TagItemCard.tsx b/src/app/tags/components/TagItemCard.tsx old mode 100644 new mode 100755 diff --git a/src/app/tags/page.tsx b/src/app/tags/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/wall/[cate]/page.tsx b/src/app/wall/[cate]/page.tsx old mode 100644 new mode 100755 diff --git a/src/app/wall/components/AddWallInfo/index.tsx b/src/app/wall/components/AddWallInfo/index.tsx old mode 100644 new mode 100755 diff --git a/src/assets/font/LXGWWenKai-Regular.ttf b/src/assets/font/LXGWWenKai-Regular.ttf old mode 100644 new mode 100755 diff --git a/src/assets/image/404.png b/src/assets/image/404.png old mode 100644 new mode 100755 diff --git a/src/assets/image/INFJ.png b/src/assets/image/INFJ.png old mode 100644 new mode 100755 diff --git a/src/assets/image/avatar.jpg b/src/assets/image/avatar.jpg old mode 100644 new mode 100755 diff --git a/src/assets/image/avatar_bg.jpg b/src/assets/image/avatar_bg.jpg old mode 100644 new mode 100755 diff --git a/src/assets/image/bg.png b/src/assets/image/bg.png old mode 100644 new mode 100755 diff --git a/src/assets/image/dark_logo.png b/src/assets/image/dark_logo.png old mode 100644 new mode 100755 diff --git a/src/assets/image/default_avatar.png b/src/assets/image/default_avatar.png old mode 100644 new mode 100755 diff --git a/src/assets/image/light_logo.png b/src/assets/image/light_logo.png old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/404.svg b/src/assets/svg/other/404.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/active.svg b/src/assets/svg/other/active.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/article.svg b/src/assets/svg/other/article.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/comments.svg b/src/assets/svg/other/comments.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/custom.svg b/src/assets/svg/other/custom.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/directory.svg b/src/assets/svg/other/directory.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/emote.svg b/src/assets/svg/other/emote.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/empty.svg b/src/assets/svg/other/empty.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/fire.svg b/src/assets/svg/other/fire.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/loading.svg b/src/assets/svg/other/loading.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/null.svg b/src/assets/svg/other/null.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/read.svg b/src/assets/svg/other/read.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/stats.svg b/src/assets/svg/other/stats.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/tag.svg b/src/assets/svg/other/tag.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/top.svg b/src/assets/svg/other/top.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/other/void.svg b/src/assets/svg/other/void.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/Angular.svg b/src/assets/svg/skill/Angular.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/Bootstrap.svg b/src/assets/svg/skill/Bootstrap.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/CSS.svg b/src/assets/svg/skill/CSS.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/Element.svg b/src/assets/svg/skill/Element.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/Flask.svg b/src/assets/svg/skill/Flask.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/Git.svg b/src/assets/svg/skill/Git.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/HTML.svg b/src/assets/svg/skill/HTML.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/JavaScript.svg b/src/assets/svg/skill/JavaScript.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/MongoDB.svg b/src/assets/svg/skill/MongoDB.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/MySQL.svg b/src/assets/svg/skill/MySQL.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/Nodejs.svg b/src/assets/svg/skill/Nodejs.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/Python.svg b/src/assets/svg/skill/Python.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/React.svg b/src/assets/svg/skill/React.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/Vite.svg b/src/assets/svg/skill/Vite.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/Vue.svg b/src/assets/svg/skill/Vue.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/Webpack.svg b/src/assets/svg/skill/Webpack.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/skill/jQuery.svg b/src/assets/svg/skill/jQuery.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/socializing/CSDN.svg b/src/assets/svg/socializing/CSDN.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/socializing/Douyin.svg b/src/assets/svg/socializing/Douyin.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/socializing/GitHub.svg b/src/assets/svg/socializing/GitHub.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/socializing/Gitee.svg b/src/assets/svg/socializing/Gitee.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/socializing/Juejin.svg b/src/assets/svg/socializing/Juejin.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/socializing/QQ.svg b/src/assets/svg/socializing/QQ.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/socializing/Weixin.svg b/src/assets/svg/socializing/Weixin.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/technology.svg b/src/assets/svg/technology.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/technology/qd_advanced.svg b/src/assets/svg/technology/qd_advanced.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/technology/qd_basics.svg b/src/assets/svg/technology/qd_basics.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/technology/qd_tool.svg b/src/assets/svg/technology/qd_tool.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/technology/rear_end.svg b/src/assets/svg/technology/rear_end.svg old mode 100644 new mode 100755 diff --git a/src/assets/svg/technology/tool.svg b/src/assets/svg/technology/tool.svg old mode 100644 new mode 100755 diff --git a/src/components/ArticleLayout/Card/index.tsx b/src/components/ArticleLayout/Card/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/ArticleLayout/Classics/index.tsx b/src/components/ArticleLayout/Classics/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/ArticleLayout/Waterfall/index.scss b/src/components/ArticleLayout/Waterfall/index.scss old mode 100644 new mode 100755 diff --git a/src/components/ArticleLayout/Waterfall/index.tsx b/src/components/ArticleLayout/Waterfall/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/ArticleLayout/components/Dynamic/index.tsx b/src/components/ArticleLayout/components/Dynamic/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/ArticleLayout/index.tsx b/src/components/ArticleLayout/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/ArticleLayout/svg/dynamic.svg b/src/components/ArticleLayout/svg/dynamic.svg old mode 100644 new mode 100755 diff --git a/src/components/BaiduStatis/index.tsx b/src/components/BaiduStatis/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Confetti/index.tsx b/src/components/Confetti/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Container/index.scss b/src/components/Container/index.scss old mode 100644 new mode 100755 diff --git a/src/components/Container/index.tsx b/src/components/Container/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Empty/index.tsx b/src/components/Empty/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Encrypt/index.tsx b/src/components/Encrypt/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Footer/components/Tooltip.tsx b/src/components/Footer/components/Tooltip.tsx old mode 100644 new mode 100755 diff --git a/src/components/Footer/images/animals.webp b/src/components/Footer/images/animals.webp old mode 100644 new mode 100755 diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Header/component/SidebarNav/index.tsx b/src/components/Header/component/SidebarNav/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/HeroUIProvider/index.tsx b/src/components/HeroUIProvider/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Lantern/index.scss b/src/components/Lantern/index.scss old mode 100644 new mode 100755 diff --git a/src/components/Lantern/index.tsx b/src/components/Lantern/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Loading/index.scss b/src/components/Loading/index.scss old mode 100644 new mode 100755 diff --git a/src/components/Loading/index.tsx b/src/components/Loading/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/NProgress/index.tsx b/src/components/NProgress/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Pagination/index.tsx b/src/components/Pagination/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/RandomAvatar/index.tsx b/src/components/RandomAvatar/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Ripple/index.scss b/src/components/Ripple/index.scss old mode 100644 new mode 100755 diff --git a/src/components/Ripple/index.tsx b/src/components/Ripple/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/RouteChangeHandler/index.tsx b/src/components/RouteChangeHandler/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Search/index.tsx b/src/components/Search/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Show/index.tsx b/src/components/Show/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Sidebar/Author/index.tsx b/src/components/Sidebar/Author/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Sidebar/Comment/index.scss b/src/components/Sidebar/Comment/index.scss old mode 100644 new mode 100755 diff --git a/src/components/Sidebar/Comment/index.tsx b/src/components/Sidebar/Comment/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Sidebar/HotArticle/index.scss b/src/components/Sidebar/HotArticle/index.scss old mode 100644 new mode 100755 diff --git a/src/components/Sidebar/HotArticle/index.tsx b/src/components/Sidebar/HotArticle/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Sidebar/RandomArticle/index.scss b/src/components/Sidebar/RandomArticle/index.scss old mode 100644 new mode 100755 diff --git a/src/components/Sidebar/RandomArticle/index.tsx b/src/components/Sidebar/RandomArticle/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Skeleton/index.scss b/src/components/Skeleton/index.scss old mode 100644 new mode 100755 diff --git a/src/components/Skeleton/index.tsx b/src/components/Skeleton/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Slide/index.tsx b/src/components/Slide/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Starry/index.scss b/src/components/Starry/index.scss old mode 100644 new mode 100755 diff --git a/src/components/Starry/index.tsx b/src/components/Starry/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Swiper/index.tsx b/src/components/Swiper/index.tsx old mode 100644 new mode 100755 index 1479b94..26a8303 --- a/src/components/Swiper/index.tsx +++ b/src/components/Swiper/index.tsx @@ -6,6 +6,7 @@ import { BiChevronRight } from "react-icons/bi"; import { BiChevronLeft } from "react-icons/bi"; import { Swiper as SwiperType } from "@/types/app/swiper"; import { getSwiperListAPI } from "@/api/swiper"; + export default ({ data, className }: { data: SwiperType[], className?: string }) => { const [current, setCurrent] = useState(0); const [isHovered, setIsHovered] = useState(false); diff --git a/src/components/Tools/components/Rss/index.tsx b/src/components/Tools/components/Rss/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Tools/image/moon.svg b/src/components/Tools/image/moon.svg old mode 100644 new mode 100755 diff --git a/src/components/Tools/image/returnTop.svg b/src/components/Tools/image/returnTop.svg old mode 100644 new mode 100755 diff --git a/src/components/Tools/image/rss.svg b/src/components/Tools/image/rss.svg old mode 100644 new mode 100755 diff --git a/src/components/Tools/image/search.svg b/src/components/Tools/image/search.svg old mode 100644 new mode 100755 diff --git a/src/components/Tools/image/sun.svg b/src/components/Tools/image/sun.svg old mode 100644 new mode 100755 diff --git a/src/components/Tools/index.tsx b/src/components/Tools/index.tsx old mode 100644 new mode 100755 diff --git a/src/components/Typed/index.tsx b/src/components/Typed/index.tsx old mode 100644 new mode 100755 diff --git a/src/hooks/useDebounce.tsx b/src/hooks/useDebounce.tsx old mode 100644 new mode 100755 diff --git a/src/lib/utils.ts b/src/lib/utils.ts old mode 100644 new mode 100755 diff --git a/src/stores/index.ts b/src/stores/index.ts old mode 100644 new mode 100755 diff --git a/src/stores/modules/config.ts b/src/stores/modules/config.ts old mode 100644 new mode 100755 diff --git a/src/styles/fun.scss b/src/styles/fun.scss old mode 100644 new mode 100755 diff --git a/src/styles/index.scss b/src/styles/index.scss old mode 100644 new mode 100755 index 515d0fc..99e17c3 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -51,25 +51,24 @@ body { } @keyframes miniShape { - 0%, 100% { border-radius: 42% 58% 70% 30%/45% 45% 55% 55%; - transform: translate3d(0, 0, 0) rotateZ(.01deg); + transform: translate3d(0, 0, 0) rotateZ(0.01deg); } 34% { border-radius: 70% 30% 46% 54%/30% 29% 71% 70%; - transform: translate3d(0, 5px, 0) rotateZ(.01deg); + transform: translate3d(0, 5px, 0) rotateZ(0.01deg); } 50% { - transform: translate3d(0, 0, 0) rotateZ(.01deg); + transform: translate3d(0, 0, 0) rotateZ(0.01deg); } 67% { border-radius: 100% 60% 60% 100%/100% 100% 60% 60%; - transform: translate3d(0, -3px, 0) rotateZ(.01deg); + transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } } @@ -131,4 +130,12 @@ body { // .bg_gradient { // background-image: linear-gradient(to right, #fff1eb 0%, #d0edfb 100%); // background-image: linear-gradient(180deg, #edf6ff 0%, rgb(255, 255, 255) 100%); -// } \ No newline at end of file +// } + +#root { + transition-duration: 0s !important; + + * { + transition-duration: 0s !important; + } +} diff --git a/src/styles/tailwind.scss b/src/styles/tailwind.scss old mode 100644 new mode 100755 diff --git a/src/styles/var.scss b/src/styles/var.scss old mode 100644 new mode 100755 diff --git a/src/types/app/article.d.ts b/src/types/app/article.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/cate.d.ts b/src/types/app/cate.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/chat.d.ts b/src/types/app/chat.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/comment.d.ts b/src/types/app/comment.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/email.d.ts b/src/types/app/email.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/footprint.d.ts b/src/types/app/footprint.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/my.d.ts b/src/types/app/my.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/project.d.ts b/src/types/app/project.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/record.d.ts b/src/types/app/record.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/swiper.d.ts b/src/types/app/swiper.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/tag.d.ts b/src/types/app/tag.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/user.d.ts b/src/types/app/user.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/wall.d.ts b/src/types/app/wall.d.ts old mode 100644 new mode 100755 diff --git a/src/types/app/web.d.ts b/src/types/app/web.d.ts old mode 100644 new mode 100755 diff --git a/src/types/response.d.ts b/src/types/response.d.ts old mode 100644 new mode 100755 diff --git a/src/utils/await-io.ts b/src/utils/await-io.ts old mode 100644 new mode 100755 diff --git a/src/utils/dayFormat.ts b/src/utils/dayFormat.ts old mode 100644 new mode 100755 diff --git a/src/utils/index.ts b/src/utils/index.ts old mode 100644 new mode 100755 diff --git a/src/utils/request.ts b/src/utils/request.ts old mode 100644 new mode 100755 diff --git a/tailwind.config.ts b/tailwind.config.ts old mode 100644 new mode 100755 diff --git a/tsconfig.json b/tsconfig.json old mode 100644 new mode 100755