重新编排.gitignnore规则
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"git.ignoreLimitWarning": true
|
||||
}
|
||||
0
Backend/.env
Executable file → Normal file
@@ -1,14 +0,0 @@
|
||||
# 环境标识
|
||||
NODE_ENV=development
|
||||
VUE_APP_PREVIEW=false
|
||||
# 应用名称
|
||||
VUE_APP_WEBSITE_NAME=艺施管理系统
|
||||
|
||||
# API基础URL
|
||||
VUE_APP_API_BASE_URL=http://yishi.com
|
||||
|
||||
# 前端网站
|
||||
VUE_APP_WWW_BASE_URL=http://yishi.com
|
||||
|
||||
# WebSocket URL
|
||||
VUE_APP_WEB_SOCKET_URL=wss://api.yishi.com/ws
|
||||
1
Backend/.gitignore
vendored
Executable file → Normal file
@@ -5,6 +5,7 @@ node_modules
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.development
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
|
||||
0
Backend/LICENSE
Executable file → Normal file
0
Backend/README.md
Executable file → Normal file
0
Backend/babel.config.js
Executable file → Normal file
0
Backend/jsconfig.json
Executable file → Normal file
0
Backend/package.json
Executable file → Normal file
0
Backend/public/favicon.ico
Executable file → Normal file
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
0
Backend/public/index.html
Executable file → Normal file
0
Backend/src/$ws.js
Executable file → Normal file
0
Backend/src/App.vue
Executable file → Normal file
0
Backend/src/api/article.js
Executable file → Normal file
0
Backend/src/api/emoticon.js
Executable file → Normal file
0
Backend/src/api/role.js
Executable file → Normal file
0
Backend/src/api/user.js
Executable file → Normal file
0
Backend/src/assets/css/global.less
Executable file → Normal file
0
Backend/src/assets/css/markdown.css
Executable file → Normal file
0
Backend/src/assets/css/page/contacts.less
Executable file → Normal file
0
Backend/src/assets/css/page/login-auth.less
Executable file → Normal file
0
Backend/src/assets/css/page/note-page.less
Executable file → Normal file
0
Backend/src/assets/css/reset.css
Executable file → Normal file
0
Backend/src/assets/css/talk/talk-records.less
Executable file → Normal file
0
Backend/src/assets/css/variable.less
Executable file → Normal file
0
Backend/src/assets/image/1701.mp3
Executable file → Normal file
0
Backend/src/assets/image/59y888piCn92.mp3
Executable file → Normal file
0
Backend/src/assets/image/RaJik9TWDi.png
Executable file → Normal file
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
0
Backend/src/assets/image/aliyun-abs.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
0
Backend/src/assets/image/background/001.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 830 KiB After Width: | Height: | Size: 830 KiB |
0
Backend/src/assets/image/background/002.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
0
Backend/src/assets/image/background/003.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 789 KiB After Width: | Height: | Size: 789 KiB |
0
Backend/src/assets/image/background/004.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
0
Backend/src/assets/image/background/005.png
Executable file → Normal file
|
Before Width: | Height: | Size: 671 KiB After Width: | Height: | Size: 671 KiB |
0
Backend/src/assets/image/chat-search-no-message.png
Executable file → Normal file
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
0
Backend/src/assets/image/chat.png
Executable file → Normal file
|
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
0
Backend/src/assets/image/default-user-banner.png
Executable file → Normal file
|
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 192 KiB |
0
Backend/src/assets/image/detault-avatar.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
0
Backend/src/assets/image/gitee-avatar.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
0
Backend/src/assets/image/github-avatar.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
Backend/src/assets/image/icon_face.png
Executable file → Normal file
|
Before Width: | Height: | Size: 758 B After Width: | Height: | Size: 758 B |
0
Backend/src/assets/image/icon_heart.png
Executable file → Normal file
|
Before Width: | Height: | Size: 882 B After Width: | Height: | Size: 882 B |
0
Backend/src/assets/image/no-oncall.6b776fcf.png
Executable file → Normal file
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
0
Backend/src/assets/image/obj_w5zD.mp3
Executable file → Normal file
0
Backend/src/components/editor/MeEditor.vue
Executable file → Normal file
0
Backend/src/components/editor/MeEditorEmoticon.vue
Executable file → Normal file
0
Backend/src/components/editor/MeEditorFileManage.vue
Executable file → Normal file
0
Backend/src/components/editor/MeEditorImageView.vue
Executable file → Normal file
0
Backend/src/components/editor/MeEditorRecorder.vue
Executable file → Normal file
0
Backend/src/components/editor/MeEditorSystemEmoticon.vue
Executable file → Normal file
0
Backend/src/components/global/Empty.vue
Executable file → Normal file
0
Backend/src/components/global/Loading.vue
Executable file → Normal file
0
Backend/src/components/group/GroupLaunch.vue
Executable file → Normal file
0
Backend/src/components/group/GroupManage.vue
Executable file → Normal file
0
Backend/src/components/group/GroupNotice.vue
Executable file → Normal file
0
Backend/src/components/group/GroupPanel.vue
Executable file → Normal file
0
Backend/src/components/layout/AbsModule.vue
Executable file → Normal file
0
Backend/src/components/layout/AvatarCropper.vue
Executable file → Normal file
0
Backend/src/components/layout/RewardModule.vue
Executable file → Normal file
0
Backend/src/components/layout/SkinModule.vue
Executable file → Normal file
0
Backend/src/components/layout/WelcomeModule.vue
Executable file → Normal file
0
Backend/src/components/note/NoteAnnexBox.vue
Executable file → Normal file
0
Backend/src/components/note/NoteAnnexRecycle.vue
Executable file → Normal file
0
Backend/src/components/note/NoteTagBox.vue
Executable file → Normal file
0
Backend/src/components/svg-icon/index.vue
Executable file → Normal file
0
Backend/src/components/user/UserBusinessCard.vue
Executable file → Normal file
0
Backend/src/components/user/UserCard.vue
Executable file → Normal file
0
Backend/src/components/user/UserEditEmail.vue
Executable file → Normal file
0
Backend/src/components/user/UserEditMobile.vue
Executable file → Normal file
0
Backend/src/components/user/UserEditPassword.vue
Executable file → Normal file
0
Backend/src/components/user/UserSearch.vue
Executable file → Normal file
0
Backend/src/config/config.js
Executable file → Normal file
0
Backend/src/core/directives.js
Executable file → Normal file
0
Backend/src/core/filter.js
Executable file → Normal file
0
Backend/src/core/global-component.js
Executable file → Normal file
0
Backend/src/core/icons.js
Executable file → Normal file
0
Backend/src/core/lazy-use.js
Executable file → Normal file
0
Backend/src/directive/PreCode.js
Executable file → Normal file
0
Backend/src/icons/avatar-default.png
Executable file → Normal file
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
0
Backend/src/icons/avatar-room.png
Executable file → Normal file
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
0
Backend/src/icons/check.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
Backend/src/icons/image-default.png
Executable file → Normal file
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
0
Backend/src/icons/index.js
Executable file → Normal file
0
Backend/src/icons/link.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
0
Backend/src/icons/logo.png
Executable file → Normal file
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
Backend/src/icons/main-client-down.png
Executable file → Normal file
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
0
Backend/src/icons/main-client-total.png
Executable file → Normal file
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
0
Backend/src/icons/main-client-up.png
Executable file → Normal file
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
0
Backend/src/icons/main-room-total.png
Executable file → Normal file
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
0
Backend/src/icons/main-room-up.png
Executable file → Normal file
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
0
Backend/src/icons/map.png
Executable file → Normal file
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
0
Backend/src/icons/play.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
Backend/src/icons/svg/mention-down.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 613 B |
0
Backend/src/icons/svg/not-data.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 659 B |
0
Backend/src/icons/svg/not-fount.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
0
Backend/src/icons/svg/note-book.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
Backend/src/icons/svg/note.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
0
Backend/src/icons/svg/zhuangfa.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 846 B After Width: | Height: | Size: 846 B |
0
Backend/src/icons/user-avatar.png
Executable file → Normal file
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |