♻️ update emoji function
11
components.d.ts
vendored
@@ -15,6 +15,7 @@ declare module 'vue' {
|
|||||||
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
|
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
|
||||||
ADivider: typeof import('ant-design-vue/es')['Divider']
|
ADivider: typeof import('ant-design-vue/es')['Divider']
|
||||||
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
|
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
|
||||||
|
AEmpty: typeof import('ant-design-vue/es')['Empty']
|
||||||
AFlex: typeof import('ant-design-vue/es')['Flex']
|
AFlex: typeof import('ant-design-vue/es')['Flex']
|
||||||
AForm: typeof import('ant-design-vue/es')['Form']
|
AForm: typeof import('ant-design-vue/es')['Form']
|
||||||
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
||||||
@@ -40,8 +41,8 @@ declare module 'vue' {
|
|||||||
Card3D: typeof import('./src/components/Card3D/Card3D.vue')['default']
|
Card3D: typeof import('./src/components/Card3D/Card3D.vue')['default']
|
||||||
CloseCircleOutlined: typeof import('@ant-design/icons-vue')['CloseCircleOutlined']
|
CloseCircleOutlined: typeof import('@ant-design/icons-vue')['CloseCircleOutlined']
|
||||||
Clouds: typeof import('./src/components/Clouds/Clouds.vue')['default']
|
Clouds: typeof import('./src/components/Clouds/Clouds.vue')['default']
|
||||||
CommentInput: typeof import('./src/components/CommentReply/Components/CommentInput/CommentInput.vue')['default']
|
CommentInput: typeof import('./src/components/CommentReply/src/CommentInput/CommentInput.vue')['default']
|
||||||
CommentList: typeof import('./src/components/CommentReply/Components/CommentList/CommentList.vue')['default']
|
CommentList: typeof import('./src/components/CommentReply/src/CommentList/CommentList.vue')['default']
|
||||||
CommentReply: typeof import('./src/components/CommentReply/index.vue')['default']
|
CommentReply: typeof import('./src/components/CommentReply/index.vue')['default']
|
||||||
CopyOutlined: typeof import('@ant-design/icons-vue')['CopyOutlined']
|
CopyOutlined: typeof import('@ant-design/icons-vue')['CopyOutlined']
|
||||||
DeleteOutlined: typeof import('@ant-design/icons-vue')['DeleteOutlined']
|
DeleteOutlined: typeof import('@ant-design/icons-vue')['DeleteOutlined']
|
||||||
@@ -59,9 +60,9 @@ declare module 'vue' {
|
|||||||
QqOutlined: typeof import('@ant-design/icons-vue')['QqOutlined']
|
QqOutlined: typeof import('@ant-design/icons-vue')['QqOutlined']
|
||||||
QRLogin: typeof import('./src/views/QRLogin/QRLogin.vue')['default']
|
QRLogin: typeof import('./src/views/QRLogin/QRLogin.vue')['default']
|
||||||
QRLoginFooter: typeof import('./src/views/QRLogin/QRLoginFooter.vue')['default']
|
QRLoginFooter: typeof import('./src/views/QRLogin/QRLoginFooter.vue')['default']
|
||||||
ReplyInput: typeof import('./src/components/CommentReply/Components/ReplyInput/ReplyInput.vue')['default']
|
ReplyInput: typeof import('./src/components/CommentReply/src/ReplyInput/ReplyInput.vue')['default']
|
||||||
ReplyList: typeof import('./src/components/CommentReply/Components/ReplyList/ReplyList.vue')['default']
|
ReplyList: typeof import('./src/components/CommentReply/src/ReplyList/ReplyList.vue')['default']
|
||||||
ReplyReply: typeof import('./src/components/CommentReply/Components/ReplyReplyInput/ReplyReply.vue')['default']
|
ReplyReply: typeof import('./src/components/CommentReply/src/ReplyReplyInput/ReplyReply.vue')['default']
|
||||||
RouterLink: typeof import('vue-router')['RouterLink']
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||||||
RouterView: typeof import('vue-router')['RouterView']
|
RouterView: typeof import('vue-router')['RouterView']
|
||||||
SafetyOutlined: typeof import('@ant-design/icons-vue')['SafetyOutlined']
|
SafetyOutlined: typeof import('@ant-design/icons-vue')['SafetyOutlined']
|
||||||
|
@@ -36,6 +36,7 @@
|
|||||||
"vite-plugin-html": "^3.2.2",
|
"vite-plugin-html": "^3.2.2",
|
||||||
"vite-plugin-node-polyfills": "^0.22.0",
|
"vite-plugin-node-polyfills": "^0.22.0",
|
||||||
"vue": "^3.5.9",
|
"vue": "^3.5.9",
|
||||||
|
"vue-dompurify-html": "^5.1.0",
|
||||||
"vue-i18n": "^9.14.1",
|
"vue-i18n": "^9.14.1",
|
||||||
"vue-router": "^4.4.5",
|
"vue-router": "^4.4.5",
|
||||||
"ws": "^8.18.0",
|
"ws": "^8.18.0",
|
||||||
|
@@ -1,21 +1,5 @@
|
|||||||
import {service} from "@/utils/alova/service.ts";
|
import {service} from "@/utils/alova/service.ts";
|
||||||
|
|
||||||
/**
|
|
||||||
* 获取用户设备信息
|
|
||||||
*/
|
|
||||||
export const getUserDevice = (userId: string) => {
|
|
||||||
return service.Get('/api/oauth/get_device',
|
|
||||||
{
|
|
||||||
params: {
|
|
||||||
user_id: userId,
|
|
||||||
},
|
|
||||||
meta: {
|
|
||||||
ignoreToken: true,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 生成客户端id
|
* 生成客户端id
|
||||||
*/
|
*/
|
||||||
|
@@ -111,14 +111,30 @@ export const resetPasswordApi = (param: ResetPassword) => {
|
|||||||
* @param user_id
|
* @param user_id
|
||||||
*/
|
*/
|
||||||
export const getUserPermissions = (user_id: string) => {
|
export const getUserPermissions = (user_id: string) => {
|
||||||
return service.Post('/api/auth/permission/get_user_permissions', {
|
return service.Post('/api/auth/permission/get_user_permissions', {
|
||||||
user_id: user_id
|
user_id: user_id
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
meta: {
|
meta: {
|
||||||
ignoreToken: false,
|
ignoreToken: false,
|
||||||
}
|
|
||||||
}
|
}
|
||||||
);
|
}
|
||||||
}
|
);
|
||||||
;
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取用户设备信息
|
||||||
|
*/
|
||||||
|
export const getUserDevice = (userId: string) => {
|
||||||
|
return service.Get('/api/user/get_device',
|
||||||
|
{
|
||||||
|
params: {
|
||||||
|
user_id: userId,
|
||||||
|
},
|
||||||
|
meta: {
|
||||||
|
ignoreToken: true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
};
|
||||||
|
BIN
src/assets/emoji/qq/gif/1.gif
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
src/assets/emoji/qq/gif/10.gif
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
src/assets/emoji/qq/gif/100.gif
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
src/assets/emoji/qq/gif/101.gif
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
src/assets/emoji/qq/gif/102.gif
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
src/assets/emoji/qq/gif/103.gif
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
src/assets/emoji/qq/gif/104.gif
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
src/assets/emoji/qq/gif/105.gif
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
src/assets/emoji/qq/gif/106.gif
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
src/assets/emoji/qq/gif/107.gif
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
src/assets/emoji/qq/gif/108.gif
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
src/assets/emoji/qq/gif/109.gif
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
src/assets/emoji/qq/gif/11.gif
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/assets/emoji/qq/gif/110.gif
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
src/assets/emoji/qq/gif/111.gif
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
src/assets/emoji/qq/gif/112.gif
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
src/assets/emoji/qq/gif/113.gif
Normal file
After Width: | Height: | Size: 146 KiB |
BIN
src/assets/emoji/qq/gif/114.gif
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
src/assets/emoji/qq/gif/115.gif
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
src/assets/emoji/qq/gif/116.gif
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
src/assets/emoji/qq/gif/117.gif
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
src/assets/emoji/qq/gif/118.gif
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
src/assets/emoji/qq/gif/119.gif
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
src/assets/emoji/qq/gif/12.gif
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
src/assets/emoji/qq/gif/120.gif
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
src/assets/emoji/qq/gif/121.gif
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
src/assets/emoji/qq/gif/122.gif
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
src/assets/emoji/qq/gif/123.gif
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
src/assets/emoji/qq/gif/124.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/emoji/qq/gif/125.gif
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
src/assets/emoji/qq/gif/126.gif
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
src/assets/emoji/qq/gif/127.gif
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
src/assets/emoji/qq/gif/128.gif
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
src/assets/emoji/qq/gif/129.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/emoji/qq/gif/13.gif
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
src/assets/emoji/qq/gif/130.gif
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
src/assets/emoji/qq/gif/131.gif
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
src/assets/emoji/qq/gif/132.gif
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/assets/emoji/qq/gif/133.gif
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
src/assets/emoji/qq/gif/134.gif
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
src/assets/emoji/qq/gif/135.gif
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
src/assets/emoji/qq/gif/136.gif
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
src/assets/emoji/qq/gif/137.gif
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
src/assets/emoji/qq/gif/138.gif
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
src/assets/emoji/qq/gif/139.gif
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
src/assets/emoji/qq/gif/14.gif
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
src/assets/emoji/qq/gif/140.gif
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/assets/emoji/qq/gif/141.gif
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
src/assets/emoji/qq/gif/142.gif
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/assets/emoji/qq/gif/143.gif
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
src/assets/emoji/qq/gif/144.gif
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
src/assets/emoji/qq/gif/145.gif
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/assets/emoji/qq/gif/146.gif
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/assets/emoji/qq/gif/147.gif
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
src/assets/emoji/qq/gif/148.gif
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
src/assets/emoji/qq/gif/149.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/emoji/qq/gif/15.gif
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
src/assets/emoji/qq/gif/150.gif
Normal file
After Width: | Height: | Size: 201 KiB |
BIN
src/assets/emoji/qq/gif/151.gif
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
src/assets/emoji/qq/gif/152.gif
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
src/assets/emoji/qq/gif/153.gif
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
src/assets/emoji/qq/gif/154.gif
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
src/assets/emoji/qq/gif/155.gif
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
src/assets/emoji/qq/gif/156.gif
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
src/assets/emoji/qq/gif/157.gif
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
src/assets/emoji/qq/gif/158.gif
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
src/assets/emoji/qq/gif/159.gif
Normal file
After Width: | Height: | Size: 133 KiB |
BIN
src/assets/emoji/qq/gif/16.gif
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
src/assets/emoji/qq/gif/160.gif
Normal file
After Width: | Height: | Size: 159 KiB |
BIN
src/assets/emoji/qq/gif/161.gif
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
src/assets/emoji/qq/gif/162.gif
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
src/assets/emoji/qq/gif/163.gif
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
src/assets/emoji/qq/gif/164.gif
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
src/assets/emoji/qq/gif/165.gif
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
src/assets/emoji/qq/gif/166.gif
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
src/assets/emoji/qq/gif/17.gif
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
src/assets/emoji/qq/gif/18.gif
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
src/assets/emoji/qq/gif/19.gif
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
src/assets/emoji/qq/gif/2.gif
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
src/assets/emoji/qq/gif/20.gif
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
src/assets/emoji/qq/gif/21.gif
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
src/assets/emoji/qq/gif/22.gif
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
src/assets/emoji/qq/gif/23.gif
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
src/assets/emoji/qq/gif/24.gif
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/assets/emoji/qq/gif/25.gif
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
src/assets/emoji/qq/gif/26.gif
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
src/assets/emoji/qq/gif/27.gif
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
src/assets/emoji/qq/gif/28.gif
Normal file
After Width: | Height: | Size: 140 KiB |
BIN
src/assets/emoji/qq/gif/29.gif
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
src/assets/emoji/qq/gif/3.gif
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
src/assets/emoji/qq/gif/30.gif
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
src/assets/emoji/qq/gif/31.gif
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
src/assets/emoji/qq/gif/32.gif
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
src/assets/emoji/qq/gif/33.gif
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
src/assets/emoji/qq/gif/34.gif
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/assets/emoji/qq/gif/35.gif
Normal file
After Width: | Height: | Size: 6.1 KiB |