From 30fc2305531369b6578f248262adec7ce22b2e8d Mon Sep 17 00:00:00 2001 From: xuan <3142316616@qq.com> Date: Mon, 25 Nov 2024 03:51:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=94=99=E4=B9=B1=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E6=8E=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.browserslistrc => .browserslistrc | 0 新建文件夹/.eslintrc.js => .eslintrc.js | 0 新建文件夹/.gitignore => .gitignore | 0 新建文件夹/README.md => README.md | 0 .../babel.config.js => babel.config.js | 0 .../jsconfig.json => jsconfig.json | 0 node_modules/.cache/eslint/7dc60d80.json | 1 - .../package-lock.json => package-lock.json | 0 新建文件夹/package.json => package.json | 0 .../public => public}/favicon.ico | Bin .../public => public}/icon/UserIcon.png | Bin {新建文件夹/public => public}/index.html | 0 {新建文件夹/src => src}/App.vue | 0 .../src => src}/assets/css/chat/honneyBtn.css | 0 src/assets/css/community/community.css | 80 ------------------ .../src => src}/assets/css/login/login.css | 0 .../src => src}/assets/pictures/Logo.png | Bin .../assets/pictures/background.png | Bin .../src => src}/assets/pictures/backtree.png | Bin .../assets/pictures/chat/Calendar.png | Bin .../assets/pictures/chat/GuanZhu.png | Bin .../assets/pictures/chat/HeiMinDan.png | Bin .../assets/pictures/chat/Location.png | Bin .../assets/pictures/chat/SendBtn.png | Bin .../assets/pictures/chat/portrait.png | Bin .../assets/pictures/chat/search.png | Bin .../src => src}/assets/pictures/chat/tree.png | Bin .../assets/pictures/communityback.png | Bin .../src => src}/assets/pictures/touxiang.png | Bin .../src => src}/assets/pictures/tu.png | Bin .../src => src}/assets/pictures/welcome.png | Bin .../src => src}/assets/pictures/yanzheng.png | Bin .../src => src}/components/CommentInput.vue | 0 .../src => src}/components/PostCard.vue | 0 .../src => src}/components/background.vue | 0 .../src => src}/components/header.vue | 0 {新建文件夹/src => src}/main.js | 0 {新建文件夹/src => src}/router/index.js | 0 {新建文件夹/src => src}/token/auth.js | 0 .../src => src}/utils/axiosConfig.js | 0 {新建文件夹/src => src}/views/Main.vue | 0 .../src => src}/views/chat/HonneyBtn.vue | 0 .../src => src}/views/chat/chat.vue | 0 .../src => src}/views/community/trends.vue | 0 .../src => src}/views/login/login.vue | 0 .../src => src}/views/recommend/index.vue | 0 .../src => src}/views/space/space.vue | 0 .../vue.config.js => vue.config.js | 0 48 files changed, 81 deletions(-) rename 新建文件夹/.browserslistrc => .browserslistrc (100%) rename 新建文件夹/.eslintrc.js => .eslintrc.js (100%) rename 新建文件夹/.gitignore => .gitignore (100%) rename 新建文件夹/README.md => README.md (100%) rename 新建文件夹/babel.config.js => babel.config.js (100%) rename 新建文件夹/jsconfig.json => jsconfig.json (100%) delete mode 100644 node_modules/.cache/eslint/7dc60d80.json rename 新建文件夹/package-lock.json => package-lock.json (100%) rename 新建文件夹/package.json => package.json (100%) rename {新建文件夹/public => public}/favicon.ico (100%) rename {新建文件夹/public => public}/icon/UserIcon.png (100%) rename {新建文件夹/public => public}/index.html (100%) rename {新建文件夹/src => src}/App.vue (100%) rename {新建文件夹/src => src}/assets/css/chat/honneyBtn.css (100%) delete mode 100644 src/assets/css/community/community.css rename {新建文件夹/src => src}/assets/css/login/login.css (100%) rename {新建文件夹/src => src}/assets/pictures/Logo.png (100%) rename {新建文件夹/src => src}/assets/pictures/background.png (100%) rename {新建文件夹/src => src}/assets/pictures/backtree.png (100%) rename {新建文件夹/src => src}/assets/pictures/chat/Calendar.png (100%) rename {新建文件夹/src => src}/assets/pictures/chat/GuanZhu.png (100%) rename {新建文件夹/src => src}/assets/pictures/chat/HeiMinDan.png (100%) rename {新建文件夹/src => src}/assets/pictures/chat/Location.png (100%) rename {新建文件夹/src => src}/assets/pictures/chat/SendBtn.png (100%) rename {新建文件夹/src => src}/assets/pictures/chat/portrait.png (100%) rename {新建文件夹/src => src}/assets/pictures/chat/search.png (100%) rename {新建文件夹/src => src}/assets/pictures/chat/tree.png (100%) rename {新建文件夹/src => src}/assets/pictures/communityback.png (100%) rename {新建文件夹/src => src}/assets/pictures/touxiang.png (100%) rename {新建文件夹/src => src}/assets/pictures/tu.png (100%) rename {新建文件夹/src => src}/assets/pictures/welcome.png (100%) rename {新建文件夹/src => src}/assets/pictures/yanzheng.png (100%) rename {新建文件夹/src => src}/components/CommentInput.vue (100%) rename {新建文件夹/src => src}/components/PostCard.vue (100%) rename {新建文件夹/src => src}/components/background.vue (100%) rename {新建文件夹/src => src}/components/header.vue (100%) rename {新建文件夹/src => src}/main.js (100%) rename {新建文件夹/src => src}/router/index.js (100%) rename {新建文件夹/src => src}/token/auth.js (100%) rename {新建文件夹/src => src}/utils/axiosConfig.js (100%) rename {新建文件夹/src => src}/views/Main.vue (100%) rename {新建文件夹/src => src}/views/chat/HonneyBtn.vue (100%) rename {新建文件夹/src => src}/views/chat/chat.vue (100%) rename {新建文件夹/src => src}/views/community/trends.vue (100%) rename {新建文件夹/src => src}/views/login/login.vue (100%) rename {新建文件夹/src => src}/views/recommend/index.vue (100%) rename {新建文件夹/src => src}/views/space/space.vue (100%) rename 新建文件夹/vue.config.js => vue.config.js (100%) diff --git a/新建文件夹/.browserslistrc b/.browserslistrc similarity index 100% rename from 新建文件夹/.browserslistrc rename to .browserslistrc diff --git a/新建文件夹/.eslintrc.js b/.eslintrc.js similarity index 100% rename from 新建文件夹/.eslintrc.js rename to .eslintrc.js diff --git a/新建文件夹/.gitignore b/.gitignore similarity index 100% rename from 新建文件夹/.gitignore rename to .gitignore diff --git a/新建文件夹/README.md b/README.md similarity index 100% rename from 新建文件夹/README.md rename to README.md diff --git a/新建文件夹/babel.config.js b/babel.config.js similarity index 100% rename from 新建文件夹/babel.config.js rename to babel.config.js diff --git a/新建文件夹/jsconfig.json b/jsconfig.json similarity index 100% rename from 新建文件夹/jsconfig.json rename to jsconfig.json diff --git a/node_modules/.cache/eslint/7dc60d80.json b/node_modules/.cache/eslint/7dc60d80.json deleted file mode 100644 index 743a29b2..00000000 --- a/node_modules/.cache/eslint/7dc60d80.json +++ /dev/null @@ -1 +0,0 @@ -[{"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\main.js":"1","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\App.vue":"2","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\router\\index.js":"3","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\Main.vue":"4","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\components\\header.vue":"5","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\components\\background.vue":"6","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\recommend\\index.vue":"7","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\chat\\chat.vue":"8","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\community\\trends.vue":"9","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\space\\space.vue":"10","D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\login\\login.vue":"11"},{"size":261,"mtime":1731506523733,"results":"12","hashOfConfig":"13"},{"size":97,"mtime":1731506523731,"results":"14","hashOfConfig":"13"},{"size":1052,"mtime":1731513557777,"results":"15","hashOfConfig":"13"},{"size":359,"mtime":1731741182777,"results":"16","hashOfConfig":"13"},{"size":2643,"mtime":1731566073424,"results":"17","hashOfConfig":"13"},{"size":919,"mtime":1731566064122,"results":"18","hashOfConfig":"13"},{"size":161,"mtime":1731508571798,"results":"19","hashOfConfig":"13"},{"size":156,"mtime":1731511731213,"results":"20","hashOfConfig":"13"},{"size":155,"mtime":1731512433247,"results":"21","hashOfConfig":"13"},{"size":157,"mtime":1731512507547,"results":"22","hashOfConfig":"13"},{"size":14422,"mtime":1731741182778,"results":"23","hashOfConfig":"13"},{"filePath":"24","messages":"25","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},"10795if",{"filePath":"27","messages":"28","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"30","messages":"31","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"32","messages":"33","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"34","messages":"35","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"36","messages":"37","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"40","messages":"41","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"42","messages":"43","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"44","messages":"45","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"46","messages":"47","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\main.js",[],[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\App.vue",[],[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\router\\index.js",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\Main.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\components\\header.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\components\\background.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\recommend\\index.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\chat\\chat.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\community\\trends.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\space\\space.vue",[],"D:\\我的桌面\\恋爱森林\\dazuoye\\src\\views\\login\\login.vue",[]] diff --git a/新建文件夹/package-lock.json b/package-lock.json similarity index 100% rename from 新建文件夹/package-lock.json rename to package-lock.json diff --git a/新建文件夹/package.json b/package.json similarity index 100% rename from 新建文件夹/package.json rename to package.json diff --git a/新建文件夹/public/favicon.ico b/public/favicon.ico similarity index 100% rename from 新建文件夹/public/favicon.ico rename to public/favicon.ico diff --git a/新建文件夹/public/icon/UserIcon.png b/public/icon/UserIcon.png similarity index 100% rename from 新建文件夹/public/icon/UserIcon.png rename to public/icon/UserIcon.png diff --git a/新建文件夹/public/index.html b/public/index.html similarity index 100% rename from 新建文件夹/public/index.html rename to public/index.html diff --git a/新建文件夹/src/App.vue b/src/App.vue similarity index 100% rename from 新建文件夹/src/App.vue rename to src/App.vue diff --git a/新建文件夹/src/assets/css/chat/honneyBtn.css b/src/assets/css/chat/honneyBtn.css similarity index 100% rename from 新建文件夹/src/assets/css/chat/honneyBtn.css rename to src/assets/css/chat/honneyBtn.css diff --git a/src/assets/css/community/community.css b/src/assets/css/community/community.css deleted file mode 100644 index c0ef566d..00000000 --- a/src/assets/css/community/community.css +++ /dev/null @@ -1,80 +0,0 @@ - -.base -{ - height: 100vh; - background-image: url("../../pictures/communityback.png"); - background-size: 90%; - background-attachment: fixed; /* 背景固定 */ - background-position: -600px; /* 向左移动背景图像 50px */ - background-position: center; /* 可以选择让背景居中 */ - z-index: -1; -} -.touxiang -{ - position: absolute; - top:50%; - left:5%; - border-radius: 10px; - width: 50px; - height:50px; - transform: translateY(-50%) -} -.leftinfo -{ - background-color: rgba(255,255,255,0.8); - width: 15%; - position: fixed; - left:0%; - border: 3px solid orchid; - height:100%; - -} -.rightheat -{ - - background-color: rgba(255,255,255,0.8); - position: fixed; - right:0%; - width: 15%; - border: 3px solid orchid; - height:100%; - -} -.familytitle -{ - position: absolute; - top:8%; - left:35%; - font-size: 14px; - font-weight: bold; - -} -.familycontent -{ - position: absolute; - bottom:12%; - left:35%; - font-size: 13px; - -} -.Hotsearchnum{ - border-radius: 50%; - width: 25px; - height: 25px; - display: flex; - justify-content: center; - align-items: center; - } -.middle -{ - position: absolute; - left:50%; - transform: translateX(-50%); - width: 65%; - border: 3px solid orchid; - height:100%; - z-index:1; -} -.post-list { - - } diff --git a/新建文件夹/src/assets/css/login/login.css b/src/assets/css/login/login.css similarity index 100% rename from 新建文件夹/src/assets/css/login/login.css rename to src/assets/css/login/login.css diff --git a/新建文件夹/src/assets/pictures/Logo.png b/src/assets/pictures/Logo.png similarity index 100% rename from 新建文件夹/src/assets/pictures/Logo.png rename to src/assets/pictures/Logo.png diff --git a/新建文件夹/src/assets/pictures/background.png b/src/assets/pictures/background.png similarity index 100% rename from 新建文件夹/src/assets/pictures/background.png rename to src/assets/pictures/background.png diff --git a/新建文件夹/src/assets/pictures/backtree.png b/src/assets/pictures/backtree.png similarity index 100% rename from 新建文件夹/src/assets/pictures/backtree.png rename to src/assets/pictures/backtree.png diff --git a/新建文件夹/src/assets/pictures/chat/Calendar.png b/src/assets/pictures/chat/Calendar.png similarity index 100% rename from 新建文件夹/src/assets/pictures/chat/Calendar.png rename to src/assets/pictures/chat/Calendar.png diff --git a/新建文件夹/src/assets/pictures/chat/GuanZhu.png b/src/assets/pictures/chat/GuanZhu.png similarity index 100% rename from 新建文件夹/src/assets/pictures/chat/GuanZhu.png rename to src/assets/pictures/chat/GuanZhu.png diff --git a/新建文件夹/src/assets/pictures/chat/HeiMinDan.png b/src/assets/pictures/chat/HeiMinDan.png similarity index 100% rename from 新建文件夹/src/assets/pictures/chat/HeiMinDan.png rename to src/assets/pictures/chat/HeiMinDan.png diff --git a/新建文件夹/src/assets/pictures/chat/Location.png b/src/assets/pictures/chat/Location.png similarity index 100% rename from 新建文件夹/src/assets/pictures/chat/Location.png rename to src/assets/pictures/chat/Location.png diff --git a/新建文件夹/src/assets/pictures/chat/SendBtn.png b/src/assets/pictures/chat/SendBtn.png similarity index 100% rename from 新建文件夹/src/assets/pictures/chat/SendBtn.png rename to src/assets/pictures/chat/SendBtn.png diff --git a/新建文件夹/src/assets/pictures/chat/portrait.png b/src/assets/pictures/chat/portrait.png similarity index 100% rename from 新建文件夹/src/assets/pictures/chat/portrait.png rename to src/assets/pictures/chat/portrait.png diff --git a/新建文件夹/src/assets/pictures/chat/search.png b/src/assets/pictures/chat/search.png similarity index 100% rename from 新建文件夹/src/assets/pictures/chat/search.png rename to src/assets/pictures/chat/search.png diff --git a/新建文件夹/src/assets/pictures/chat/tree.png b/src/assets/pictures/chat/tree.png similarity index 100% rename from 新建文件夹/src/assets/pictures/chat/tree.png rename to src/assets/pictures/chat/tree.png diff --git a/新建文件夹/src/assets/pictures/communityback.png b/src/assets/pictures/communityback.png similarity index 100% rename from 新建文件夹/src/assets/pictures/communityback.png rename to src/assets/pictures/communityback.png diff --git a/新建文件夹/src/assets/pictures/touxiang.png b/src/assets/pictures/touxiang.png similarity index 100% rename from 新建文件夹/src/assets/pictures/touxiang.png rename to src/assets/pictures/touxiang.png diff --git a/新建文件夹/src/assets/pictures/tu.png b/src/assets/pictures/tu.png similarity index 100% rename from 新建文件夹/src/assets/pictures/tu.png rename to src/assets/pictures/tu.png diff --git a/新建文件夹/src/assets/pictures/welcome.png b/src/assets/pictures/welcome.png similarity index 100% rename from 新建文件夹/src/assets/pictures/welcome.png rename to src/assets/pictures/welcome.png diff --git a/新建文件夹/src/assets/pictures/yanzheng.png b/src/assets/pictures/yanzheng.png similarity index 100% rename from 新建文件夹/src/assets/pictures/yanzheng.png rename to src/assets/pictures/yanzheng.png diff --git a/新建文件夹/src/components/CommentInput.vue b/src/components/CommentInput.vue similarity index 100% rename from 新建文件夹/src/components/CommentInput.vue rename to src/components/CommentInput.vue diff --git a/新建文件夹/src/components/PostCard.vue b/src/components/PostCard.vue similarity index 100% rename from 新建文件夹/src/components/PostCard.vue rename to src/components/PostCard.vue diff --git a/新建文件夹/src/components/background.vue b/src/components/background.vue similarity index 100% rename from 新建文件夹/src/components/background.vue rename to src/components/background.vue diff --git a/新建文件夹/src/components/header.vue b/src/components/header.vue similarity index 100% rename from 新建文件夹/src/components/header.vue rename to src/components/header.vue diff --git a/新建文件夹/src/main.js b/src/main.js similarity index 100% rename from 新建文件夹/src/main.js rename to src/main.js diff --git a/新建文件夹/src/router/index.js b/src/router/index.js similarity index 100% rename from 新建文件夹/src/router/index.js rename to src/router/index.js diff --git a/新建文件夹/src/token/auth.js b/src/token/auth.js similarity index 100% rename from 新建文件夹/src/token/auth.js rename to src/token/auth.js diff --git a/新建文件夹/src/utils/axiosConfig.js b/src/utils/axiosConfig.js similarity index 100% rename from 新建文件夹/src/utils/axiosConfig.js rename to src/utils/axiosConfig.js diff --git a/新建文件夹/src/views/Main.vue b/src/views/Main.vue similarity index 100% rename from 新建文件夹/src/views/Main.vue rename to src/views/Main.vue diff --git a/新建文件夹/src/views/chat/HonneyBtn.vue b/src/views/chat/HonneyBtn.vue similarity index 100% rename from 新建文件夹/src/views/chat/HonneyBtn.vue rename to src/views/chat/HonneyBtn.vue diff --git a/新建文件夹/src/views/chat/chat.vue b/src/views/chat/chat.vue similarity index 100% rename from 新建文件夹/src/views/chat/chat.vue rename to src/views/chat/chat.vue diff --git a/新建文件夹/src/views/community/trends.vue b/src/views/community/trends.vue similarity index 100% rename from 新建文件夹/src/views/community/trends.vue rename to src/views/community/trends.vue diff --git a/新建文件夹/src/views/login/login.vue b/src/views/login/login.vue similarity index 100% rename from 新建文件夹/src/views/login/login.vue rename to src/views/login/login.vue diff --git a/新建文件夹/src/views/recommend/index.vue b/src/views/recommend/index.vue similarity index 100% rename from 新建文件夹/src/views/recommend/index.vue rename to src/views/recommend/index.vue diff --git a/新建文件夹/src/views/space/space.vue b/src/views/space/space.vue similarity index 100% rename from 新建文件夹/src/views/space/space.vue rename to src/views/space/space.vue diff --git a/新建文件夹/vue.config.js b/vue.config.js similarity index 100% rename from 新建文件夹/vue.config.js rename to vue.config.js