From 1078f9759aed8605e54ad7f53038b5b75c380592 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Sep 2024 14:35:27 +0000 Subject: [PATCH] Pull from main line --- .gitignore | 0 Dockerfile | 0 env.sh | 0 frontend/.eslintrc.cjs | 0 frontend/.gitignore | 0 frontend/.prettierrc.json | 0 frontend/README.md | 0 frontend/index.html | 0 frontend/nginx_docker.conf | 0 frontend/package.json | 0 frontend/public/favicon.ico | Bin frontend/src/App.vue | 0 frontend/src/assets/account.png | Bin frontend/src/assets/base.css | 0 frontend/src/assets/freeleaps.png | Bin .../src/assets/images/default-user-portrait.png | Bin frontend/src/assets/images/home-bg-left.png | Bin frontend/src/assets/images/home-bg-right.png | Bin frontend/src/assets/images/lab-translation.png | Bin frontend/src/assets/images/loading.gif | Bin frontend/src/assets/images/no_content.jpg | Bin frontend/src/assets/images/qr-code.png | Bin frontend/src/assets/images/submited.png | Bin .../src/assets/images/wechat_qr_code_upload.png | Bin frontend/src/assets/lang/us.png | Bin frontend/src/assets/lang/zh.png | Bin frontend/src/assets/logo.png | Bin frontend/src/assets/logo.svg | 0 frontend/src/assets/main.css | 0 frontend/src/assets/message.png | Bin frontend/src/assets/profile.png | Bin frontend/src/assets/styles/_sizing.scss | 0 frontend/src/assets/styles/_utilities.scss | 0 frontend/src/assets/styles/_variables.scss | 0 frontend/src/assets/styles/buttons.scss | 0 frontend/src/assets/styles/components.scss | 0 frontend/src/assets/styles/containers.scss | 0 frontend/src/assets/styles/focused_input.scss | 0 frontend/src/assets/styles/inputs.scss | 0 frontend/src/assets/styles/main.scss | 0 frontend/src/assets/styles/story_board.scss | 0 frontend/src/assets/styles/texts.scss | 0 frontend/src/components/CustomChart.vue | 0 frontend/src/components/CustomPagination.vue | 0 frontend/src/components/EmptyContent.vue | 0 frontend/src/components/FreeleapsEditor.vue | 0 frontend/src/components/InputSelector.vue | 0 frontend/src/components/LaguageSwitch.vue | 0 frontend/src/components/LineChart.vue | 0 frontend/src/components/PDFReader.vue | 0 frontend/src/components/SvgIcon.vue | 0 frontend/src/footers/FooterGuest.vue | 0 frontend/src/footers/FooterUser.vue | 0 frontend/src/headers/HeaderGuest.vue | 0 frontend/src/headers/HeaderUser.vue | 0 frontend/src/icons/back.svg | 0 frontend/src/icons/btn-history.svg | 0 frontend/src/icons/btn-templates.svg | 0 frontend/src/icons/delete.svg | 0 frontend/src/icons/dropdown.svg | 0 frontend/src/icons/fe-alignjustify.svg | 0 frontend/src/icons/fe-back.svg | 0 frontend/src/icons/fe-bold.svg | 0 frontend/src/icons/fe-char.svg | 0 frontend/src/icons/fe-clear.svg | 0 frontend/src/icons/fe-italic.svg | 0 frontend/src/icons/fe-link.svg | 0 frontend/src/icons/fe-orderedlist.svg | 0 frontend/src/icons/fe-paragraph.svg | 0 frontend/src/icons/fe-strike.svg | 0 frontend/src/icons/fe-underline.svg | 0 frontend/src/icons/fe-unorderedlist.svg | 0 frontend/src/icons/msg-enter.svg | 0 frontend/src/icons/post.svg | 0 frontend/src/icons/providers.svg | 0 frontend/src/icons/requests.svg | 0 frontend/src/icons/workspace.svg | 0 frontend/src/lang/en.js | 0 frontend/src/lang/index.js | 0 frontend/src/lang/zh.js | 0 frontend/src/main.js | 0 frontend/src/mixins/errorHandler.js | 0 frontend/src/mixins/index.js | 0 frontend/src/mixins/navigator.js | 0 frontend/src/mixins/userAuth.js | 0 frontend/src/mixins/userIdentity.js | 0 frontend/src/pages/guest/FrontDoor.vue | 0 frontend/src/pages/guest/NewUserSetFlid.vue | 0 frontend/src/pages/guest/NewUserSetPassword.vue | 0 frontend/src/pages/guest/SigninWithEmailAndCode.vue | 0 .../src/pages/guest/SigninWithEmailAndPassword.vue | 0 frontend/src/pages/lab/Home.vue | 0 frontend/src/pages/lab/openai/ImageGeneration.vue | 0 frontend/src/pages/lab/openai/MultiturnChat.vue | 0 frontend/src/pages/lab/openai/TaskCompletion.vue | 0 frontend/src/pages/lab/translation/Home.vue | 0 frontend/src/pages/public/About.vue | 0 frontend/src/pages/public/Blogs.vue | 0 frontend/src/pages/public/Career.vue | 0 frontend/src/pages/public/Contact.vue | 0 frontend/src/pages/public/LinkContentViewer.vue | 0 frontend/src/pages/public/PdfContentViewer.vue | 0 frontend/src/pages/user/account/UserFinance.vue | 0 frontend/src/pages/user/account/UserHistory.vue | 0 frontend/src/pages/user/account/UserProfile.vue | 0 .../src/pages/user/account/UserSubscription.vue | 0 frontend/src/pages/user/messages/Home.vue | 0 frontend/src/pages/user/providers/Home.vue | 0 frontend/src/pages/user/requests/Home.vue | 0 .../src/pages/user/requests/ProposalSubmitted.vue | 0 frontend/src/pages/user/requests/Propose.vue | 0 frontend/src/pages/user/workspace/Home.vue | 0 .../src/pages/user/workspace/projectIssue/Issue.vue | 0 .../pages/user/workspace/proposalManage/Home.vue | 0 .../src/pages/user/workspace/requestIssue/Issue.vue | 0 .../pages/user/workspace/requestIssue/Submitted.vue | 0 .../src/pages/user/workspace/requestManage/Home.vue | 0 .../pages/user/workspace/requestManage/Manage.vue | 0 .../user/workspace/requestManage/ReviewProposal.vue | 0 frontend/src/plugins/index.js | 0 frontend/src/plugins/router/index.js | 0 frontend/src/plugins/router/router.js | 0 frontend/src/plugins/store/basic.js | 0 frontend/src/plugins/store/index.js | 0 frontend/src/plugins/store/userAuth.js | 0 frontend/src/plugins/store/userProfile.js | 0 frontend/src/types/index.js | 0 frontend/src/types/paymentUtils.js | 0 frontend/src/types/personalUser.js | 0 frontend/src/types/projectUtils.js | 0 frontend/src/types/proposalUtils.js | 0 frontend/src/types/requestUtils.js | 0 frontend/src/types/signinAction.js | 0 frontend/src/types/userProfile.js | 0 frontend/src/utils/backend/axios.js | 0 frontend/src/utils/backend/content.js | 0 frontend/src/utils/backend/history.js | 0 frontend/src/utils/backend/index.js | 0 frontend/src/utils/backend/lab.js | 0 frontend/src/utils/backend/messageHub.js | 0 frontend/src/utils/backend/providerHub.js | 0 frontend/src/utils/backend/requestHub.js | 0 frontend/src/utils/backend/userAuth.js | 0 frontend/src/utils/backend/userProfile.js | 0 frontend/src/utils/backend/websocket.js | 0 frontend/src/utils/backend/workspace.js | 0 frontend/src/utils/common/checker.js | 0 frontend/src/utils/common/dateUtils.js | 0 frontend/src/utils/common/index.js | 0 frontend/src/utils/common/oidUtils.js | 0 frontend/src/utils/html/element.js | 0 frontend/src/utils/html/index.js | 0 frontend/src/utils/html/mediaData.js | 0 frontend/src/utils/html/textArea.js | 0 frontend/src/utils/html/tooltip.js | 0 frontend/src/utils/index.js | 0 frontend/src/utils/store/index.js | 0 frontend/src/utils/store/requestHubUtils.js | 0 frontend/src/utils/store/requestIssueUtils.js | 0 frontend/src/utils/store/userProfileUtils.js | 0 frontend/src/utils/store/userUtils.js | 0 frontend/src/utils/validator/applicantValidator.js | 0 frontend/src/utils/validator/authCodeValidator.js | 0 frontend/src/utils/validator/businessProfile.js | 0 .../codingInterviewJobPositionValidator.js | 0 .../codingInterviewNoteToCandidateValidator.js | 0 .../src/utils/validator/codingInterviewValidator.js | 0 .../src/utils/validator/countryNameValidator.js | 0 frontend/src/utils/validator/emailValidator.js | 0 frontend/src/utils/validator/fileLengthValidator.js | 0 frontend/src/utils/validator/filenameValidator.js | 0 frontend/src/utils/validator/imageValidator.js | 0 frontend/src/utils/validator/index.js | 0 frontend/src/utils/validator/jobDescription.js | 0 .../src/utils/validator/jobPositionValidator.js | 0 frontend/src/utils/validator/jobTitleValidator.js | 0 frontend/src/utils/validator/loosedNameValidator.js | 0 frontend/src/utils/validator/mobileValidator.js | 0 frontend/src/utils/validator/nameValidator.js | 0 frontend/src/utils/validator/passwordValidator.js | 0 .../utils/validator/problemDescriptionValidator.js | 0 .../utils/validator/problemInputFormatValidator.js | 0 .../utils/validator/problemOutputFormatValidator.js | 0 .../utils/validator/problemSampleInputValidator.js | 0 .../utils/validator/problemSampleOutputValidator.js | 0 .../src/utils/validator/problemScoringValidator.js | 0 .../utils/validator/problemTestCasesValidator.js | 0 .../src/utils/validator/problemTitleValidator.js | 0 frontend/src/utils/validator/problemValidator.js | 0 .../utils/validator/solutionSubmissionValidator.js | 0 frontend/src/utils/validator/textFileValidator.js | 0 frontend/src/utils/validator/textValidator.js | 0 .../utils/validator/uploadFileLengthValidator.js | 0 frontend/src/utils/validator/usernameValidator.js | 0 frontend/src/utils/validator/validator.js | 0 frontend/src/utils/validator/websiteValidator.js | 0 frontend/vite.config.js | 0 197 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Dockerfile mode change 100644 => 100755 env.sh mode change 100644 => 100755 frontend/.eslintrc.cjs mode change 100644 => 100755 frontend/.gitignore mode change 100644 => 100755 frontend/.prettierrc.json mode change 100644 => 100755 frontend/README.md mode change 100644 => 100755 frontend/index.html mode change 100644 => 100755 frontend/nginx_docker.conf mode change 100644 => 100755 frontend/package.json mode change 100644 => 100755 frontend/public/favicon.ico mode change 100644 => 100755 frontend/src/App.vue mode change 100644 => 100755 frontend/src/assets/account.png mode change 100644 => 100755 frontend/src/assets/base.css mode change 100644 => 100755 frontend/src/assets/freeleaps.png mode change 100644 => 100755 frontend/src/assets/images/default-user-portrait.png mode change 100644 => 100755 frontend/src/assets/images/home-bg-left.png mode change 100644 => 100755 frontend/src/assets/images/home-bg-right.png mode change 100644 => 100755 frontend/src/assets/images/lab-translation.png mode change 100644 => 100755 frontend/src/assets/images/loading.gif mode change 100644 => 100755 frontend/src/assets/images/no_content.jpg mode change 100644 => 100755 frontend/src/assets/images/qr-code.png mode change 100644 => 100755 frontend/src/assets/images/submited.png mode change 100644 => 100755 frontend/src/assets/images/wechat_qr_code_upload.png mode change 100644 => 100755 frontend/src/assets/lang/us.png mode change 100644 => 100755 frontend/src/assets/lang/zh.png mode change 100644 => 100755 frontend/src/assets/logo.png mode change 100644 => 100755 frontend/src/assets/logo.svg mode change 100644 => 100755 frontend/src/assets/main.css mode change 100644 => 100755 frontend/src/assets/message.png mode change 100644 => 100755 frontend/src/assets/profile.png mode change 100644 => 100755 frontend/src/assets/styles/_sizing.scss mode change 100644 => 100755 frontend/src/assets/styles/_utilities.scss mode change 100644 => 100755 frontend/src/assets/styles/_variables.scss mode change 100644 => 100755 frontend/src/assets/styles/buttons.scss mode change 100644 => 100755 frontend/src/assets/styles/components.scss mode change 100644 => 100755 frontend/src/assets/styles/containers.scss mode change 100644 => 100755 frontend/src/assets/styles/focused_input.scss mode change 100644 => 100755 frontend/src/assets/styles/inputs.scss mode change 100644 => 100755 frontend/src/assets/styles/main.scss mode change 100644 => 100755 frontend/src/assets/styles/story_board.scss mode change 100644 => 100755 frontend/src/assets/styles/texts.scss mode change 100644 => 100755 frontend/src/components/CustomChart.vue mode change 100644 => 100755 frontend/src/components/CustomPagination.vue mode change 100644 => 100755 frontend/src/components/EmptyContent.vue mode change 100644 => 100755 frontend/src/components/FreeleapsEditor.vue mode change 100644 => 100755 frontend/src/components/InputSelector.vue mode change 100644 => 100755 frontend/src/components/LaguageSwitch.vue mode change 100644 => 100755 frontend/src/components/LineChart.vue mode change 100644 => 100755 frontend/src/components/PDFReader.vue mode change 100644 => 100755 frontend/src/components/SvgIcon.vue mode change 100644 => 100755 frontend/src/footers/FooterGuest.vue mode change 100644 => 100755 frontend/src/footers/FooterUser.vue mode change 100644 => 100755 frontend/src/headers/HeaderGuest.vue mode change 100644 => 100755 frontend/src/headers/HeaderUser.vue mode change 100644 => 100755 frontend/src/icons/back.svg mode change 100644 => 100755 frontend/src/icons/btn-history.svg mode change 100644 => 100755 frontend/src/icons/btn-templates.svg mode change 100644 => 100755 frontend/src/icons/delete.svg mode change 100644 => 100755 frontend/src/icons/dropdown.svg mode change 100644 => 100755 frontend/src/icons/fe-alignjustify.svg mode change 100644 => 100755 frontend/src/icons/fe-back.svg mode change 100644 => 100755 frontend/src/icons/fe-bold.svg mode change 100644 => 100755 frontend/src/icons/fe-char.svg mode change 100644 => 100755 frontend/src/icons/fe-clear.svg mode change 100644 => 100755 frontend/src/icons/fe-italic.svg mode change 100644 => 100755 frontend/src/icons/fe-link.svg mode change 100644 => 100755 frontend/src/icons/fe-orderedlist.svg mode change 100644 => 100755 frontend/src/icons/fe-paragraph.svg mode change 100644 => 100755 frontend/src/icons/fe-strike.svg mode change 100644 => 100755 frontend/src/icons/fe-underline.svg mode change 100644 => 100755 frontend/src/icons/fe-unorderedlist.svg mode change 100644 => 100755 frontend/src/icons/msg-enter.svg mode change 100644 => 100755 frontend/src/icons/post.svg mode change 100644 => 100755 frontend/src/icons/providers.svg mode change 100644 => 100755 frontend/src/icons/requests.svg mode change 100644 => 100755 frontend/src/icons/workspace.svg mode change 100644 => 100755 frontend/src/lang/en.js mode change 100644 => 100755 frontend/src/lang/index.js mode change 100644 => 100755 frontend/src/lang/zh.js mode change 100644 => 100755 frontend/src/main.js mode change 100644 => 100755 frontend/src/mixins/errorHandler.js mode change 100644 => 100755 frontend/src/mixins/index.js mode change 100644 => 100755 frontend/src/mixins/navigator.js mode change 100644 => 100755 frontend/src/mixins/userAuth.js mode change 100644 => 100755 frontend/src/mixins/userIdentity.js mode change 100644 => 100755 frontend/src/pages/guest/FrontDoor.vue mode change 100644 => 100755 frontend/src/pages/guest/NewUserSetFlid.vue mode change 100644 => 100755 frontend/src/pages/guest/NewUserSetPassword.vue mode change 100644 => 100755 frontend/src/pages/guest/SigninWithEmailAndCode.vue mode change 100644 => 100755 frontend/src/pages/guest/SigninWithEmailAndPassword.vue mode change 100644 => 100755 frontend/src/pages/lab/Home.vue mode change 100644 => 100755 frontend/src/pages/lab/openai/ImageGeneration.vue mode change 100644 => 100755 frontend/src/pages/lab/openai/MultiturnChat.vue mode change 100644 => 100755 frontend/src/pages/lab/openai/TaskCompletion.vue mode change 100644 => 100755 frontend/src/pages/lab/translation/Home.vue mode change 100644 => 100755 frontend/src/pages/public/About.vue mode change 100644 => 100755 frontend/src/pages/public/Blogs.vue mode change 100644 => 100755 frontend/src/pages/public/Career.vue mode change 100644 => 100755 frontend/src/pages/public/Contact.vue mode change 100644 => 100755 frontend/src/pages/public/LinkContentViewer.vue mode change 100644 => 100755 frontend/src/pages/public/PdfContentViewer.vue mode change 100644 => 100755 frontend/src/pages/user/account/UserFinance.vue mode change 100644 => 100755 frontend/src/pages/user/account/UserHistory.vue mode change 100644 => 100755 frontend/src/pages/user/account/UserProfile.vue mode change 100644 => 100755 frontend/src/pages/user/account/UserSubscription.vue mode change 100644 => 100755 frontend/src/pages/user/messages/Home.vue mode change 100644 => 100755 frontend/src/pages/user/providers/Home.vue mode change 100644 => 100755 frontend/src/pages/user/requests/Home.vue mode change 100644 => 100755 frontend/src/pages/user/requests/ProposalSubmitted.vue mode change 100644 => 100755 frontend/src/pages/user/requests/Propose.vue mode change 100644 => 100755 frontend/src/pages/user/workspace/Home.vue mode change 100644 => 100755 frontend/src/pages/user/workspace/projectIssue/Issue.vue mode change 100644 => 100755 frontend/src/pages/user/workspace/proposalManage/Home.vue mode change 100644 => 100755 frontend/src/pages/user/workspace/requestIssue/Issue.vue mode change 100644 => 100755 frontend/src/pages/user/workspace/requestIssue/Submitted.vue mode change 100644 => 100755 frontend/src/pages/user/workspace/requestManage/Home.vue mode change 100644 => 100755 frontend/src/pages/user/workspace/requestManage/Manage.vue mode change 100644 => 100755 frontend/src/pages/user/workspace/requestManage/ReviewProposal.vue mode change 100644 => 100755 frontend/src/plugins/index.js mode change 100644 => 100755 frontend/src/plugins/router/index.js mode change 100644 => 100755 frontend/src/plugins/router/router.js mode change 100644 => 100755 frontend/src/plugins/store/basic.js mode change 100644 => 100755 frontend/src/plugins/store/index.js mode change 100644 => 100755 frontend/src/plugins/store/userAuth.js mode change 100644 => 100755 frontend/src/plugins/store/userProfile.js mode change 100644 => 100755 frontend/src/types/index.js mode change 100644 => 100755 frontend/src/types/paymentUtils.js mode change 100644 => 100755 frontend/src/types/personalUser.js mode change 100644 => 100755 frontend/src/types/projectUtils.js mode change 100644 => 100755 frontend/src/types/proposalUtils.js mode change 100644 => 100755 frontend/src/types/requestUtils.js mode change 100644 => 100755 frontend/src/types/signinAction.js mode change 100644 => 100755 frontend/src/types/userProfile.js mode change 100644 => 100755 frontend/src/utils/backend/axios.js mode change 100644 => 100755 frontend/src/utils/backend/content.js mode change 100644 => 100755 frontend/src/utils/backend/history.js mode change 100644 => 100755 frontend/src/utils/backend/index.js mode change 100644 => 100755 frontend/src/utils/backend/lab.js mode change 100644 => 100755 frontend/src/utils/backend/messageHub.js mode change 100644 => 100755 frontend/src/utils/backend/providerHub.js mode change 100644 => 100755 frontend/src/utils/backend/requestHub.js mode change 100644 => 100755 frontend/src/utils/backend/userAuth.js mode change 100644 => 100755 frontend/src/utils/backend/userProfile.js mode change 100644 => 100755 frontend/src/utils/backend/websocket.js mode change 100644 => 100755 frontend/src/utils/backend/workspace.js mode change 100644 => 100755 frontend/src/utils/common/checker.js mode change 100644 => 100755 frontend/src/utils/common/dateUtils.js mode change 100644 => 100755 frontend/src/utils/common/index.js mode change 100644 => 100755 frontend/src/utils/common/oidUtils.js mode change 100644 => 100755 frontend/src/utils/html/element.js mode change 100644 => 100755 frontend/src/utils/html/index.js mode change 100644 => 100755 frontend/src/utils/html/mediaData.js mode change 100644 => 100755 frontend/src/utils/html/textArea.js mode change 100644 => 100755 frontend/src/utils/html/tooltip.js mode change 100644 => 100755 frontend/src/utils/index.js mode change 100644 => 100755 frontend/src/utils/store/index.js mode change 100644 => 100755 frontend/src/utils/store/requestHubUtils.js mode change 100644 => 100755 frontend/src/utils/store/requestIssueUtils.js mode change 100644 => 100755 frontend/src/utils/store/userProfileUtils.js mode change 100644 => 100755 frontend/src/utils/store/userUtils.js mode change 100644 => 100755 frontend/src/utils/validator/applicantValidator.js mode change 100644 => 100755 frontend/src/utils/validator/authCodeValidator.js mode change 100644 => 100755 frontend/src/utils/validator/businessProfile.js mode change 100644 => 100755 frontend/src/utils/validator/codingInterviewJobPositionValidator.js mode change 100644 => 100755 frontend/src/utils/validator/codingInterviewNoteToCandidateValidator.js mode change 100644 => 100755 frontend/src/utils/validator/codingInterviewValidator.js mode change 100644 => 100755 frontend/src/utils/validator/countryNameValidator.js mode change 100644 => 100755 frontend/src/utils/validator/emailValidator.js mode change 100644 => 100755 frontend/src/utils/validator/fileLengthValidator.js mode change 100644 => 100755 frontend/src/utils/validator/filenameValidator.js mode change 100644 => 100755 frontend/src/utils/validator/imageValidator.js mode change 100644 => 100755 frontend/src/utils/validator/index.js mode change 100644 => 100755 frontend/src/utils/validator/jobDescription.js mode change 100644 => 100755 frontend/src/utils/validator/jobPositionValidator.js mode change 100644 => 100755 frontend/src/utils/validator/jobTitleValidator.js mode change 100644 => 100755 frontend/src/utils/validator/loosedNameValidator.js mode change 100644 => 100755 frontend/src/utils/validator/mobileValidator.js mode change 100644 => 100755 frontend/src/utils/validator/nameValidator.js mode change 100644 => 100755 frontend/src/utils/validator/passwordValidator.js mode change 100644 => 100755 frontend/src/utils/validator/problemDescriptionValidator.js mode change 100644 => 100755 frontend/src/utils/validator/problemInputFormatValidator.js mode change 100644 => 100755 frontend/src/utils/validator/problemOutputFormatValidator.js mode change 100644 => 100755 frontend/src/utils/validator/problemSampleInputValidator.js mode change 100644 => 100755 frontend/src/utils/validator/problemSampleOutputValidator.js mode change 100644 => 100755 frontend/src/utils/validator/problemScoringValidator.js mode change 100644 => 100755 frontend/src/utils/validator/problemTestCasesValidator.js mode change 100644 => 100755 frontend/src/utils/validator/problemTitleValidator.js mode change 100644 => 100755 frontend/src/utils/validator/problemValidator.js mode change 100644 => 100755 frontend/src/utils/validator/solutionSubmissionValidator.js mode change 100644 => 100755 frontend/src/utils/validator/textFileValidator.js mode change 100644 => 100755 frontend/src/utils/validator/textValidator.js mode change 100644 => 100755 frontend/src/utils/validator/uploadFileLengthValidator.js mode change 100644 => 100755 frontend/src/utils/validator/usernameValidator.js mode change 100644 => 100755 frontend/src/utils/validator/validator.js mode change 100644 => 100755 frontend/src/utils/validator/websiteValidator.js mode change 100644 => 100755 frontend/vite.config.js 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/env.sh b/env.sh old mode 100644 new mode 100755 diff --git a/frontend/.eslintrc.cjs b/frontend/.eslintrc.cjs old mode 100644 new mode 100755 diff --git a/frontend/.gitignore b/frontend/.gitignore old mode 100644 new mode 100755 diff --git a/frontend/.prettierrc.json b/frontend/.prettierrc.json old mode 100644 new mode 100755 diff --git a/frontend/README.md b/frontend/README.md old mode 100644 new mode 100755 diff --git a/frontend/index.html b/frontend/index.html old mode 100644 new mode 100755 diff --git a/frontend/nginx_docker.conf b/frontend/nginx_docker.conf old mode 100644 new mode 100755 diff --git a/frontend/package.json b/frontend/package.json old mode 100644 new mode 100755 diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico old mode 100644 new mode 100755 diff --git a/frontend/src/App.vue b/frontend/src/App.vue old mode 100644 new mode 100755 diff --git a/frontend/src/assets/account.png b/frontend/src/assets/account.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/base.css b/frontend/src/assets/base.css old mode 100644 new mode 100755 diff --git a/frontend/src/assets/freeleaps.png b/frontend/src/assets/freeleaps.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/default-user-portrait.png b/frontend/src/assets/images/default-user-portrait.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/home-bg-left.png b/frontend/src/assets/images/home-bg-left.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/home-bg-right.png b/frontend/src/assets/images/home-bg-right.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/lab-translation.png b/frontend/src/assets/images/lab-translation.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/loading.gif b/frontend/src/assets/images/loading.gif old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/no_content.jpg b/frontend/src/assets/images/no_content.jpg old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/qr-code.png b/frontend/src/assets/images/qr-code.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/submited.png b/frontend/src/assets/images/submited.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/images/wechat_qr_code_upload.png b/frontend/src/assets/images/wechat_qr_code_upload.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/lang/us.png b/frontend/src/assets/lang/us.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/lang/zh.png b/frontend/src/assets/lang/zh.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/logo.png b/frontend/src/assets/logo.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/logo.svg b/frontend/src/assets/logo.svg old mode 100644 new mode 100755 diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css old mode 100644 new mode 100755 diff --git a/frontend/src/assets/message.png b/frontend/src/assets/message.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/profile.png b/frontend/src/assets/profile.png old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/_sizing.scss b/frontend/src/assets/styles/_sizing.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/_utilities.scss b/frontend/src/assets/styles/_utilities.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/_variables.scss b/frontend/src/assets/styles/_variables.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/buttons.scss b/frontend/src/assets/styles/buttons.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/components.scss b/frontend/src/assets/styles/components.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/containers.scss b/frontend/src/assets/styles/containers.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/focused_input.scss b/frontend/src/assets/styles/focused_input.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/inputs.scss b/frontend/src/assets/styles/inputs.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/main.scss b/frontend/src/assets/styles/main.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/story_board.scss b/frontend/src/assets/styles/story_board.scss old mode 100644 new mode 100755 diff --git a/frontend/src/assets/styles/texts.scss b/frontend/src/assets/styles/texts.scss old mode 100644 new mode 100755 diff --git a/frontend/src/components/CustomChart.vue b/frontend/src/components/CustomChart.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/CustomPagination.vue b/frontend/src/components/CustomPagination.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/EmptyContent.vue b/frontend/src/components/EmptyContent.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/FreeleapsEditor.vue b/frontend/src/components/FreeleapsEditor.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/InputSelector.vue b/frontend/src/components/InputSelector.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/LaguageSwitch.vue b/frontend/src/components/LaguageSwitch.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/LineChart.vue b/frontend/src/components/LineChart.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/PDFReader.vue b/frontend/src/components/PDFReader.vue old mode 100644 new mode 100755 diff --git a/frontend/src/components/SvgIcon.vue b/frontend/src/components/SvgIcon.vue old mode 100644 new mode 100755 diff --git a/frontend/src/footers/FooterGuest.vue b/frontend/src/footers/FooterGuest.vue old mode 100644 new mode 100755 diff --git a/frontend/src/footers/FooterUser.vue b/frontend/src/footers/FooterUser.vue old mode 100644 new mode 100755 diff --git a/frontend/src/headers/HeaderGuest.vue b/frontend/src/headers/HeaderGuest.vue old mode 100644 new mode 100755 diff --git a/frontend/src/headers/HeaderUser.vue b/frontend/src/headers/HeaderUser.vue old mode 100644 new mode 100755 diff --git a/frontend/src/icons/back.svg b/frontend/src/icons/back.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/btn-history.svg b/frontend/src/icons/btn-history.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/btn-templates.svg b/frontend/src/icons/btn-templates.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/delete.svg b/frontend/src/icons/delete.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/dropdown.svg b/frontend/src/icons/dropdown.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-alignjustify.svg b/frontend/src/icons/fe-alignjustify.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-back.svg b/frontend/src/icons/fe-back.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-bold.svg b/frontend/src/icons/fe-bold.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-char.svg b/frontend/src/icons/fe-char.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-clear.svg b/frontend/src/icons/fe-clear.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-italic.svg b/frontend/src/icons/fe-italic.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-link.svg b/frontend/src/icons/fe-link.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-orderedlist.svg b/frontend/src/icons/fe-orderedlist.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-paragraph.svg b/frontend/src/icons/fe-paragraph.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-strike.svg b/frontend/src/icons/fe-strike.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-underline.svg b/frontend/src/icons/fe-underline.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/fe-unorderedlist.svg b/frontend/src/icons/fe-unorderedlist.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/msg-enter.svg b/frontend/src/icons/msg-enter.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/post.svg b/frontend/src/icons/post.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/providers.svg b/frontend/src/icons/providers.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/requests.svg b/frontend/src/icons/requests.svg old mode 100644 new mode 100755 diff --git a/frontend/src/icons/workspace.svg b/frontend/src/icons/workspace.svg old mode 100644 new mode 100755 diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js old mode 100644 new mode 100755 diff --git a/frontend/src/lang/index.js b/frontend/src/lang/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js old mode 100644 new mode 100755 diff --git a/frontend/src/main.js b/frontend/src/main.js old mode 100644 new mode 100755 diff --git a/frontend/src/mixins/errorHandler.js b/frontend/src/mixins/errorHandler.js old mode 100644 new mode 100755 diff --git a/frontend/src/mixins/index.js b/frontend/src/mixins/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/mixins/navigator.js b/frontend/src/mixins/navigator.js old mode 100644 new mode 100755 diff --git a/frontend/src/mixins/userAuth.js b/frontend/src/mixins/userAuth.js old mode 100644 new mode 100755 diff --git a/frontend/src/mixins/userIdentity.js b/frontend/src/mixins/userIdentity.js old mode 100644 new mode 100755 diff --git a/frontend/src/pages/guest/FrontDoor.vue b/frontend/src/pages/guest/FrontDoor.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/guest/NewUserSetFlid.vue b/frontend/src/pages/guest/NewUserSetFlid.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/guest/NewUserSetPassword.vue b/frontend/src/pages/guest/NewUserSetPassword.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/guest/SigninWithEmailAndCode.vue b/frontend/src/pages/guest/SigninWithEmailAndCode.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/guest/SigninWithEmailAndPassword.vue b/frontend/src/pages/guest/SigninWithEmailAndPassword.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/lab/Home.vue b/frontend/src/pages/lab/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/lab/openai/ImageGeneration.vue b/frontend/src/pages/lab/openai/ImageGeneration.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/lab/openai/MultiturnChat.vue b/frontend/src/pages/lab/openai/MultiturnChat.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/lab/openai/TaskCompletion.vue b/frontend/src/pages/lab/openai/TaskCompletion.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/lab/translation/Home.vue b/frontend/src/pages/lab/translation/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/About.vue b/frontend/src/pages/public/About.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/Blogs.vue b/frontend/src/pages/public/Blogs.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/Career.vue b/frontend/src/pages/public/Career.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/Contact.vue b/frontend/src/pages/public/Contact.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/LinkContentViewer.vue b/frontend/src/pages/public/LinkContentViewer.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/public/PdfContentViewer.vue b/frontend/src/pages/public/PdfContentViewer.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/account/UserFinance.vue b/frontend/src/pages/user/account/UserFinance.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/account/UserHistory.vue b/frontend/src/pages/user/account/UserHistory.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/account/UserProfile.vue b/frontend/src/pages/user/account/UserProfile.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/account/UserSubscription.vue b/frontend/src/pages/user/account/UserSubscription.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/messages/Home.vue b/frontend/src/pages/user/messages/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/providers/Home.vue b/frontend/src/pages/user/providers/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/requests/Home.vue b/frontend/src/pages/user/requests/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/requests/ProposalSubmitted.vue b/frontend/src/pages/user/requests/ProposalSubmitted.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/requests/Propose.vue b/frontend/src/pages/user/requests/Propose.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/Home.vue b/frontend/src/pages/user/workspace/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/projectIssue/Issue.vue b/frontend/src/pages/user/workspace/projectIssue/Issue.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/proposalManage/Home.vue b/frontend/src/pages/user/workspace/proposalManage/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/requestIssue/Issue.vue b/frontend/src/pages/user/workspace/requestIssue/Issue.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/requestIssue/Submitted.vue b/frontend/src/pages/user/workspace/requestIssue/Submitted.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/requestManage/Home.vue b/frontend/src/pages/user/workspace/requestManage/Home.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/requestManage/Manage.vue b/frontend/src/pages/user/workspace/requestManage/Manage.vue old mode 100644 new mode 100755 diff --git a/frontend/src/pages/user/workspace/requestManage/ReviewProposal.vue b/frontend/src/pages/user/workspace/requestManage/ReviewProposal.vue old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/index.js b/frontend/src/plugins/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/router/index.js b/frontend/src/plugins/router/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/router/router.js b/frontend/src/plugins/router/router.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/store/basic.js b/frontend/src/plugins/store/basic.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/store/index.js b/frontend/src/plugins/store/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/store/userAuth.js b/frontend/src/plugins/store/userAuth.js old mode 100644 new mode 100755 diff --git a/frontend/src/plugins/store/userProfile.js b/frontend/src/plugins/store/userProfile.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/index.js b/frontend/src/types/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/paymentUtils.js b/frontend/src/types/paymentUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/personalUser.js b/frontend/src/types/personalUser.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/projectUtils.js b/frontend/src/types/projectUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/proposalUtils.js b/frontend/src/types/proposalUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/requestUtils.js b/frontend/src/types/requestUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/signinAction.js b/frontend/src/types/signinAction.js old mode 100644 new mode 100755 diff --git a/frontend/src/types/userProfile.js b/frontend/src/types/userProfile.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/axios.js b/frontend/src/utils/backend/axios.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/content.js b/frontend/src/utils/backend/content.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/history.js b/frontend/src/utils/backend/history.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/index.js b/frontend/src/utils/backend/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/lab.js b/frontend/src/utils/backend/lab.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/messageHub.js b/frontend/src/utils/backend/messageHub.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/providerHub.js b/frontend/src/utils/backend/providerHub.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/requestHub.js b/frontend/src/utils/backend/requestHub.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/userAuth.js b/frontend/src/utils/backend/userAuth.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/userProfile.js b/frontend/src/utils/backend/userProfile.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/websocket.js b/frontend/src/utils/backend/websocket.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/backend/workspace.js b/frontend/src/utils/backend/workspace.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/common/checker.js b/frontend/src/utils/common/checker.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/common/dateUtils.js b/frontend/src/utils/common/dateUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/common/index.js b/frontend/src/utils/common/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/common/oidUtils.js b/frontend/src/utils/common/oidUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/html/element.js b/frontend/src/utils/html/element.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/html/index.js b/frontend/src/utils/html/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/html/mediaData.js b/frontend/src/utils/html/mediaData.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/html/textArea.js b/frontend/src/utils/html/textArea.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/html/tooltip.js b/frontend/src/utils/html/tooltip.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/index.js b/frontend/src/utils/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/store/index.js b/frontend/src/utils/store/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/store/requestHubUtils.js b/frontend/src/utils/store/requestHubUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/store/requestIssueUtils.js b/frontend/src/utils/store/requestIssueUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/store/userProfileUtils.js b/frontend/src/utils/store/userProfileUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/store/userUtils.js b/frontend/src/utils/store/userUtils.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/applicantValidator.js b/frontend/src/utils/validator/applicantValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/authCodeValidator.js b/frontend/src/utils/validator/authCodeValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/businessProfile.js b/frontend/src/utils/validator/businessProfile.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/codingInterviewJobPositionValidator.js b/frontend/src/utils/validator/codingInterviewJobPositionValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/codingInterviewNoteToCandidateValidator.js b/frontend/src/utils/validator/codingInterviewNoteToCandidateValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/codingInterviewValidator.js b/frontend/src/utils/validator/codingInterviewValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/countryNameValidator.js b/frontend/src/utils/validator/countryNameValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/emailValidator.js b/frontend/src/utils/validator/emailValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/fileLengthValidator.js b/frontend/src/utils/validator/fileLengthValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/filenameValidator.js b/frontend/src/utils/validator/filenameValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/imageValidator.js b/frontend/src/utils/validator/imageValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/index.js b/frontend/src/utils/validator/index.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/jobDescription.js b/frontend/src/utils/validator/jobDescription.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/jobPositionValidator.js b/frontend/src/utils/validator/jobPositionValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/jobTitleValidator.js b/frontend/src/utils/validator/jobTitleValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/loosedNameValidator.js b/frontend/src/utils/validator/loosedNameValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/mobileValidator.js b/frontend/src/utils/validator/mobileValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/nameValidator.js b/frontend/src/utils/validator/nameValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/passwordValidator.js b/frontend/src/utils/validator/passwordValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemDescriptionValidator.js b/frontend/src/utils/validator/problemDescriptionValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemInputFormatValidator.js b/frontend/src/utils/validator/problemInputFormatValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemOutputFormatValidator.js b/frontend/src/utils/validator/problemOutputFormatValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemSampleInputValidator.js b/frontend/src/utils/validator/problemSampleInputValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemSampleOutputValidator.js b/frontend/src/utils/validator/problemSampleOutputValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemScoringValidator.js b/frontend/src/utils/validator/problemScoringValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemTestCasesValidator.js b/frontend/src/utils/validator/problemTestCasesValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemTitleValidator.js b/frontend/src/utils/validator/problemTitleValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/problemValidator.js b/frontend/src/utils/validator/problemValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/solutionSubmissionValidator.js b/frontend/src/utils/validator/solutionSubmissionValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/textFileValidator.js b/frontend/src/utils/validator/textFileValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/textValidator.js b/frontend/src/utils/validator/textValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/uploadFileLengthValidator.js b/frontend/src/utils/validator/uploadFileLengthValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/usernameValidator.js b/frontend/src/utils/validator/usernameValidator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/validator.js b/frontend/src/utils/validator/validator.js old mode 100644 new mode 100755 diff --git a/frontend/src/utils/validator/websiteValidator.js b/frontend/src/utils/validator/websiteValidator.js old mode 100644 new mode 100755 diff --git a/frontend/vite.config.js b/frontend/vite.config.js old mode 100644 new mode 100755