Skip to content

Commit 0885fd9

Browse files
committed
refactor: Rename client2 to client
1 parent f8f0b84 commit 0885fd9

File tree

197 files changed

+8
-6945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+8
-6945
lines changed

client/App.jsx

Lines changed: 0 additions & 132 deletions
This file was deleted.

client/App.less

Lines changed: 8 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,19 @@
1-
@import "./iconfont.css";
2-
3-
@font-face {
4-
font-family: 'local-file';
5-
src: url('\./assets/fonts/font.woff');
6-
}
7-
8-
* {
9-
user-select: none;
10-
}
11-
12-
html, body, #app, .app {
1+
.app {
132
width: 100%;
143
height: 100%;
154
overflow: hidden;
165
}
176

18-
html {
19-
font-family: 'local-file', 'Arial', 'Verdana', '微软雅黑', '黑体', 'serif';
20-
}
21-
22-
p, h1, h2, h3, h4 {
23-
margin: 0;
24-
}
25-
26-
div {
27-
box-sizing: border-box;
28-
}
29-
30-
button, input, textarea {
31-
outline: none;
32-
}
33-
34-
button {
35-
cursor: pointer;
36-
}
37-
38-
div, p, span {
39-
color: #333;
40-
}
41-
42-
body {overflow-y:hidden;}
43-
body:hover {overflow-y:scroll;}
44-
45-
::-webkit-scrollbar {
46-
display: none;
47-
}
48-
.chat-messageList::-webkit-scrollbar, .dialog .rc-dialog-body::-webkit-scrollbar {
49-
display: block;
50-
width: 6px;
51-
height: 6px;
52-
}
53-
.code-viewer .rc-dialog-body::-webkit-scrollbar {
54-
display: block;
55-
width: 10px;
56-
height: 10px;
57-
}
58-
::-webkit-scrollbar-thumb {
59-
background-color: rgba(0, 0, 0, 0.2);
60-
}
61-
::-webkit-scrollbar-track {
62-
background: rgba(255, 255, 255, 0.1);
63-
}
64-
65-
.online {
66-
background-color: rgba(94, 212, 92, 1);
67-
}
68-
.offline {
69-
background-color: rgba(206, 12, 35, 1);
70-
}
71-
72-
.show {
73-
display: block;
74-
}
75-
.hide {
76-
display: none !important;
77-
}
78-
79-
.app {
80-
& > .blur {
81-
filter: blur(10px);
82-
}
83-
& > .child {
84-
border-radius: 10px;
85-
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);;
86-
}
7+
.blur, .child {
8+
position: absolute;
879
}
8810

89-
.rc-dialog {
90-
width: 450px;
11+
.blur {
12+
filter: blur(10px);
9113
}
9214

93-
.rc-dialog-body {
94-
overflow: hidden;
15+
.child {
9516
display: flex;
96-
max-height: 70vh;
97-
}
98-
99-
.rc-dropdown {
100-
max-width: 100%;
17+
border-radius: 10px;
18+
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
10119
}
102-
103-
@media (orientation : portrait) {
104-
.rc-dialog {
105-
width: 94% !important;
106-
margin: 0 auto;
107-
}
108-
.rc-dialog-body {
109-
padding: 10px 10px;
110-
max-height: 88%;
111-
}
112-
.rc-dialog-content {
113-
max-height: 500px;
114-
}
115-
}
File renamed without changes.

client/assets/.gitkeep

Whitespace-only changes.

client/assets/audios/apple.mp3

-25.6 KB
Binary file not shown.

client/assets/audios/default.mp3

-10.2 KB
Binary file not shown.

client/assets/audios/huaji.mp3

-7.63 KB
Binary file not shown.

client/assets/audios/mobileqq.mp3

-32.3 KB
Binary file not shown.

client/assets/audios/momo.mp3

-32.6 KB
Binary file not shown.

client/assets/audios/pcqq.mp3

-15.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)