更新多个文件的权限设置,将文件模式从100644更改为100755,以确保可执行权限。

This commit is contained in:
神秘人
2025-04-16 18:42:20 +08:00
parent 8b36c008d2
commit 2fc9f2005c
224 changed files with 16 additions and 8 deletions

0
.dockerignore Normal file → Executable file
View File

0
.env Normal file → Executable file
View File

0
.github/workflows/npm-publish.yml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
Dockerfile Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
next.config.mjs Normal file → Executable file
View File

0
package-lock.json generated Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
pnpm-lock.yaml generated Normal file → Executable file
View File

0
postcss.config.mjs Normal file → Executable file
View File

0
public/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

0
public/next.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
src/api/article.ts Normal file → Executable file
View File

0
src/api/cate.ts Normal file → Executable file
View File

0
src/api/comment.ts Normal file → Executable file
View File

0
src/api/email.ts Normal file → Executable file
View File

0
src/api/footprint.ts Normal file → Executable file
View File

0
src/api/project.ts Normal file → Executable file
View File

0
src/api/record.ts Normal file → Executable file
View File

0
src/api/swiper.ts Normal file → Executable file
View File

0
src/api/tag.ts Normal file → Executable file
View File

0
src/api/user.ts Normal file → Executable file
View File

0
src/api/wall.ts Normal file → Executable file
View File

0
src/api/web.ts Normal file → Executable file
View File

0
src/app/api/rss/route.ts Normal file → Executable file
View File

0
src/app/article/[id]/page.tsx Normal file → Executable file
View File

View File

View File

0
src/app/article/components/Comment/index.scss Normal file → Executable file
View File

0
src/app/article/components/Comment/index.tsx Normal file → Executable file
View File

0
src/app/article/components/Copyright/index.tsx Normal file → Executable file
View File

0
src/app/article/components/MD/index.scss Normal file → Executable file
View File

0
src/app/article/components/MD/index.tsx Normal file → Executable file
View File

0
src/app/article/components/Nav/index.scss Normal file → Executable file
View File

0
src/app/article/components/Nav/index.tsx Normal file → Executable file
View File

0
src/app/article/components/Tag/index.scss Normal file → Executable file
View File

0
src/app/article/components/Tag/index.tsx Normal file → Executable file
View File

0
src/app/article/components/UpAndDown/index.scss Normal file → Executable file
View File

0
src/app/article/components/UpAndDown/index.tsx Normal file → Executable file
View File

0
src/app/cate/[id]/page.tsx Normal file → Executable file
View File

0
src/app/data/components/Archiving/index.tsx Normal file → Executable file
View File

0
src/app/data/components/Archiving/svg/archiving.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

0
src/app/data/components/Statis/index.tsx Normal file → Executable file
View File

0
src/app/data/components/Statis/svg/article.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

0
src/app/data/components/Statis/svg/cate.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

0
src/app/data/components/Statis/svg/comment.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

0
src/app/data/components/Statis/svg/friend.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

0
src/app/data/components/Statis/svg/statis.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 868 B

After

Width:  |  Height:  |  Size: 868 B

0
src/app/data/page.tsx Normal file → Executable file
View File

0
src/app/equipment/page.tsx Normal file → Executable file
View File

0
src/app/error.tsx Normal file → Executable file
View File

0
src/app/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

0
src/app/footprint/page.scss Normal file → Executable file
View File

0
src/app/footprint/page.tsx Normal file → Executable file
View File

0
src/app/friend/components/ApplyForAdd/index.tsx Normal file → Executable file
View File

0
src/app/friend/page.tsx Normal file → Executable file
View File

2
src/app/layout.tsx Normal file → Executable file
View File

@@ -55,7 +55,7 @@ export default async function RootLayout({ children }: Readonly<{ children: Reac
{/* 监听路由变化 */}
<RouteChangeHandler />
<body className={`dark:!bg-black-a transition-colors`}>
<body id='root' className={`dark:!bg-black-a transition-colors`}>
{/* 🎉 礼花效果 */}
{/* <Confetti /> */}

0
src/app/loading.tsx Normal file → Executable file
View File

0
src/app/my/component/Calendar/index.scss Normal file → Executable file
View File

0
src/app/my/component/Calendar/index.tsx Normal file → Executable file
View File

0
src/app/my/component/Character/index.tsx Normal file → Executable file
View File

0
src/app/my/component/CurriculumVitae/index.tsx Normal file → Executable file
View File

0
src/app/my/component/Goals/index.tsx Normal file → Executable file
View File

2
src/app/my/component/Info/index.tsx Normal file → Executable file
View File

@@ -15,7 +15,7 @@ export default ({ data }: { data: Info }) => {
<>
<div data-aos="zoom-in" className="mt-8 sm:mt-16 transition-colors">
<div className="flex flex-col-reverse sm:flex-row justify-between items-center">
<div className="w-full text-center sm:text-start sm:w-6/12 mt-6 sm:mt-0 text-[#353a40] dark:text-[#fff] transition-all duration-800">
<div className="w-full text-center sm:text-start sm:w-6/12 mt-6 sm:mt-0 text-[#353a40] dark:text-[#fff] transition-all duration">
<div className="text-xl lg:text-4xl my-0 lg:my-5 text-[#738bff]">I am <span className="name">{data?.name}</span></div>
<div className="text-xl lg:text-4xl my-2 sm:my-4 lg:my-5">{data?.profession}</div>
<div className="text-sm text-[#666] dark:text-[#8c9ab1] leading-6 lg:leading-8">{data?.introduction}</div>

0
src/app/my/component/InfoTwo/index.scss Normal file → Executable file
View File

0
src/app/my/component/InfoTwo/index.tsx Normal file → Executable file
View File

0
src/app/my/component/Map/index.tsx Normal file → Executable file
View File

0
src/app/my/component/Project/index.tsx Normal file → Executable file
View File

0
src/app/my/component/Technology/index.tsx Normal file → Executable file
View File

0
src/app/my/page.tsx Normal file → Executable file
View File

0
src/app/not-found.tsx Normal file → Executable file
View File

0
src/app/page.tsx Normal file → Executable file
View File

0
src/app/record/components/Comment/index.tsx Normal file → Executable file
View File

0
src/app/record/components/ImageList/index.tsx Normal file → Executable file
View File

0
src/app/record/page.tsx Normal file → Executable file
View File

0
src/app/tag/[id]/page.tsx Normal file → Executable file
View File

0
src/app/tags/components/TagCloudBackground.tsx Normal file → Executable file
View File

0
src/app/tags/components/TagItemCard.tsx Normal file → Executable file
View File

0
src/app/tags/page.tsx Normal file → Executable file
View File

0
src/app/wall/[cate]/page.tsx Normal file → Executable file
View File

0
src/app/wall/components/AddWallInfo/index.tsx Normal file → Executable file
View File

0
src/assets/font/LXGWWenKai-Regular.ttf Normal file → Executable file
View File

0
src/assets/image/404.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 240 KiB

After

Width:  |  Height:  |  Size: 240 KiB

0
src/assets/image/INFJ.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

0
src/assets/image/avatar.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

0
src/assets/image/avatar_bg.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

0
src/assets/image/bg.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

0
src/assets/image/dark_logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

0
src/assets/image/default_avatar.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

0
src/assets/image/light_logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

0
src/assets/svg/other/404.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

0
src/assets/svg/other/active.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
src/assets/svg/other/article.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
src/assets/svg/other/comments.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Some files were not shown because too many files have changed in this diff Show More