选择Emoji时增加鼠标状态切换

This commit is contained in:
A1300399510
2024-08-12 10:55:31 +08:00
parent f09afe9600
commit 6cf9cfb0fd
19 changed files with 101 additions and 128 deletions

View File

@@ -194,7 +194,7 @@ const client_manifest = {
"prefetch": true,
"preload": true,
"css": [],
"file": "error-404.39aeb423.js",
"file": "error-404.853cc51d.js",
"imports": [
"node_modules/nuxt/dist/app/entry.js"
],
@@ -220,7 +220,7 @@ const client_manifest = {
"prefetch": true,
"preload": true,
"css": [],
"file": "error-500.60ab0238.js",
"file": "error-500.68e1ea23.js",
"imports": [
"node_modules/nuxt/dist/app/entry.js"
],
@@ -237,7 +237,7 @@ const client_manifest = {
"resourceType": "style",
"prefetch": true,
"preload": true,
"file": "entry.ec777c0c.css",
"file": "entry.3d0454ad.css",
"src": "node_modules/nuxt/dist/app/entry.css"
},
"node_modules/nuxt/dist/app/entry.js": {
@@ -274,19 +274,19 @@ const client_manifest = {
"triangle-icon.c39ff2e7.svg"
],
"css": [
"entry.ec777c0c.css"
"entry.3d0454ad.css"
],
"dynamicImports": [
"node_modules/@nuxt/ui-templates/dist/templates/error-404.vue",
"node_modules/@nuxt/ui-templates/dist/templates/error-500.vue"
],
"file": "entry.0c5f64cc.js",
"file": "entry.446f3dc6.js",
"isEntry": true,
"src": "node_modules/nuxt/dist/app/entry.js",
"_globalCSS": true
},
"entry.ec777c0c.css": {
"file": "entry.ec777c0c.css",
"entry.3d0454ad.css": {
"file": "entry.3d0454ad.css",
"resourceType": "style",
"prefetch": true,
"preload": true

View File

@@ -3228,7 +3228,7 @@ const _sfc_main$4 = {
ssrRenderList(__props.riposteoptions, (item) => {
_push2(`<!--[--><!--[-->`);
ssrRenderList(item.data, (item2, key) => {
_push2(`<div class="respond-item"${_scopeId}>${jointriposte(key)}</div>`);
_push2(`<div class="respond-item flexcenter"${_scopeId}><div class="respond-item-key"${_scopeId}>${jointriposte(key)}</div></div>`);
});
_push2(`<!--]--><!--]-->`);
});
@@ -3247,11 +3247,15 @@ const _sfc_main$4 = {
return openBlock(), createBlock(Fragment, { key: item }, [
(openBlock(true), createBlock(Fragment, null, renderList(item.data, (item2, key) => {
return openBlock(), createBlock("div", {
class: "respond-item",
key,
innerHTML: jointriposte(key),
onClick: ($event) => selectEomji(key)
}, null, 8, ["innerHTML", "onClick"]);
class: "respond-item flexcenter",
key
}, [
createVNode("div", {
class: "respond-item-key",
innerHTML: jointriposte(key),
onClick: ($event) => selectEomji(key)
}, null, 8, ["innerHTML", "onClick"])
]);
}), 128))
], 64);
}), 128))
@@ -5014,7 +5018,9 @@ const _sfc_main$2 = {
uin: data.uin
});
}
target[code].selected = !target[code].selected;
if (target.hasOwnProperty(code)) {
target[code].selected = !target[code].selected;
}
};
const riposteSubmit = (item, token) => {
return new Promise((resolve, reject) => {
@@ -5131,7 +5137,6 @@ const _sfc_main$2 = {
const getCoinranking = (token) => {
return new Promise((resolve, reject) => {
$ajax("/api/operate/coinranking", { token }).then((res) => {
console.log(res);
if (res.code != 200) {
handleMsg("error", (res == null ? void 0 : res.message) || "请求失败");
return;

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
{"version":3,"file":"entry-styles.dcc0389f.mjs","sources":["../../../../../.nuxt/dist/server/static/entry-styles-1.mjs-92c92c68.js","../../../../../.nuxt/dist/server/static/entry-styles-2.mjs-99884db5.js","../../../../../.nuxt/dist/server/static/entry-styles-3.mjs-aca5fba6.js","../../../../../.nuxt/dist/server/static/entry-styles-4.mjs-1bb17052.js","../../../../../.nuxt/dist/server/static/entry-styles.dcc0389f.mjs"],"sourcesContent":null,"names":["__buildAssetsURL","style_0","style_1","style_2","style_3"],"mappings":";;;;;;;;;;;;;;;;AAAA,MAAM,IAAO,GAAA,suPAAA;;ACAb,MAAM,QAAW,GAAA,ipEAAA;;ACAjB,MAAM,SAAY,GAAA,00CAAA;;ACAlB,MAAA,mCAAA,GAAA,kkNAAA,GAAAA,cAAA,CAAA,4BAAA,CAAA,GAAA,28qDAAA;;ACIA,6BAAe,CAACC,IAAO,EAAEC,QAAO,EAAEC,SAAO,EAAEC,mCAAO;;;;"}

View File

@@ -1,8 +1,8 @@
const interopDefault = r => r.default || r || [];
const styles = {
"node_modules/nuxt/dist/app/entry.js": () => import('./static/entry-styles.dcc0389f.mjs').then(interopDefault),
"node_modules/@nuxt/ui-templates/dist/templates/error-500.vue": () => import('./static/error-500-styles.cf4b3e80.mjs').then(interopDefault),
"node_modules/@nuxt/ui-templates/dist/templates/error-404.vue": () => import('./static/error-404-styles.1e0dde27.mjs').then(interopDefault)
"node_modules/nuxt/dist/app/entry.js": () => import('./static/entry-styles.e60912d0.mjs').then(interopDefault),
"node_modules/@nuxt/ui-templates/dist/templates/error-404.vue": () => import('./static/error-404-styles.1e0dde27.mjs').then(interopDefault),
"node_modules/@nuxt/ui-templates/dist/templates/error-500.vue": () => import('./static/error-500-styles.cf4b3e80.mjs').then(interopDefault)
};
export { styles as default };

View File

@@ -3075,7 +3075,7 @@ function klona(x) {
const inlineAppConfig = {
"nuxt": {
"buildId": "8029fa9b-4a23-478b-a82c-139ffcf758a8"
"buildId": "a8f0eba1-90fd-4eb5-a641-6ed5dda4f9e3"
}
};
@@ -4965,247 +4965,240 @@ const assets = {
"/static/add-icon.0b0b5313.svg": {
"type": "image/svg+xml",
"etag": "\"d67-gajxuGcy6aHIeWAbO0RazX03p90\"",
"mtime": "2024-07-30T04:34:27.627Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 3431,
"path": "../public/static/add-icon.0b0b5313.svg"
},
"/static/arrows-black.688ffbe9.svg": {
"type": "image/svg+xml",
"etag": "\"b92-THHSA+AHbZYg0KgToCsyvMATyUU\"",
"mtime": "2024-07-30T04:34:27.632Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 2962,
"path": "../public/static/arrows-black.688ffbe9.svg"
},
"/static/arrows-icon.271dd0d3.svg": {
"type": "image/svg+xml",
"etag": "\"5a0-yAit7q5lcKJMd35iOMMifZv2uno\"",
"mtime": "2024-07-30T04:34:27.630Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 1440,
"path": "../public/static/arrows-icon.271dd0d3.svg"
},
"/static/arrowsRight.59ee73d7.svg": {
"type": "image/svg+xml",
"etag": "\"5a0-bEJuUuvdKIhwbvsoMwNY6kjRSMA\"",
"mtime": "2024-07-30T04:34:27.632Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 1440,
"path": "../public/static/arrowsRight.59ee73d7.svg"
},
"/static/bi-icon.c9939802.png": {
"type": "image/png",
"etag": "\"424b-ehG5cvCP43YCuZ53n9I8Pp7h9ww\"",
"mtime": "2024-07-30T04:34:27.631Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 16971,
"path": "../public/static/bi-icon.c9939802.png"
},
"/static/close-icon.86743366.svg": {
"type": "image/svg+xml",
"etag": "\"2d4-QYrulZl33jopLCT37UdJfnzXOVg\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 724,
"path": "../public/static/close-icon.86743366.svg"
},
"/static/collect-icon-colours.6d2ade7f.svg": {
"type": "image/svg+xml",
"etag": "\"7ab-av9D1DgxgD5cvY5wd30haD7c1q0\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 1963,
"path": "../public/static/collect-icon-colours.6d2ade7f.svg"
},
"/static/comment-icon-gray.2c8779f9.svg": {
"type": "image/svg+xml",
"etag": "\"816-HEGvNjvS0TeA/3uJweilvZfCqlk\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 2070,
"path": "../public/static/comment-icon-gray.2c8779f9.svg"
},
"/static/cross-gray.2c215ff3.svg": {
"type": "image/svg+xml",
"etag": "\"851-MWN0jdDmt77COciQqX3rOc+87q4\"",
"mtime": "2024-07-30T04:34:27.632Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 2129,
"path": "../public/static/cross-gray.2c215ff3.svg"
},
"/static/delete-icon.4d386dce.svg": {
"type": "image/svg+xml",
"etag": "\"17fe-RGKa0+MaUqOqlbPlXlig67fGkaY\"",
"mtime": "2024-07-30T04:34:27.630Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 6142,
"path": "../public/static/delete-icon.4d386dce.svg"
},
"/static/dot-gray.86cdd7b5.svg": {
"type": "image/svg+xml",
"etag": "\"2af-sBMsuPZbsh28jzlFWO9lVYMVDk8\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 687,
"path": "../public/static/dot-gray.86cdd7b5.svg"
},
"/static/dot-yellow.4b5e135b.svg": {
"type": "image/svg+xml",
"etag": "\"2af-6L7YsWhGTHBB6NqQztB/l2OFRfE\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 687,
"path": "../public/static/dot-yellow.4b5e135b.svg"
},
"/static/dot.1026a040.svg": {
"type": "image/svg+xml",
"etag": "\"217-dx6xqUT4D9pCoKc6nr20aXeJQXQ\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 535,
"path": "../public/static/dot.1026a040.svg"
},
"/static/edit-icon-white.29b27582.svg": {
"type": "image/svg+xml",
"etag": "\"8be-EnEF3CQI46JkMNAXbPf3H6T7pzU\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 2238,
"path": "../public/static/edit-icon-white.29b27582.svg"
},
"/static/empty-icon.24a01ae2.svg": {
"type": "image/svg+xml",
"etag": "\"d028-Our2UxxUiciRSduORd8JZCt5Prw\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 53288,
"path": "../public/static/empty-icon.24a01ae2.svg"
},
"/static/entry.0c5f64cc.js": {
"type": "application/javascript",
"etag": "\"4ee1f-JSSw5PG/iAakJVEIChdpJoMjwoU\"",
"mtime": "2024-07-30T04:34:27.632Z",
"size": 323103,
"path": "../public/static/entry.0c5f64cc.js"
},
"/static/entry.ec777c0c.css": {
"/static/entry.3d0454ad.css": {
"type": "text/css; charset=utf-8",
"etag": "\"11b7e-XyFKJo3LSQs5ecAjB2mfmf4+B88\"",
"mtime": "2024-07-30T04:34:27.632Z",
"size": 72574,
"path": "../public/static/entry.ec777c0c.css"
"etag": "\"11be6-/jw2pRfcCUvmfAdxG4KUbsmqjys\"",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 72678,
"path": "../public/static/entry.3d0454ad.css"
},
"/static/error-404.39aeb423.js": {
"/static/entry.446f3dc6.js": {
"type": "application/javascript",
"etag": "\"18de-RrcJSfbnu0mrRX229KBNPHu4iD4\"",
"mtime": "2024-07-30T04:34:27.632Z",
"size": 6366,
"path": "../public/static/error-404.39aeb423.js"
"etag": "\"4ee79-aP2CD6SkqyGJQYazgUPAVghXjRs\"",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 323193,
"path": "../public/static/entry.446f3dc6.js"
},
"/static/error-404.7fc72018.css": {
"type": "text/css; charset=utf-8",
"etag": "\"e2e-iNt1cqPQ0WDudfCTZVQd31BeRGs\"",
"mtime": "2024-07-30T04:34:27.632Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 3630,
"path": "../public/static/error-404.7fc72018.css"
},
"/static/error-500.60ab0238.js": {
"/static/error-404.853cc51d.js": {
"type": "application/javascript",
"etag": "\"756-HhbPwY1tughtOP3H6dN8daXiHh4\"",
"mtime": "2024-07-30T04:34:27.632Z",
"etag": "\"18de-0NS2v1LEJZkyM0XjpTtLqTHwnYI\"",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 6366,
"path": "../public/static/error-404.853cc51d.js"
},
"/static/error-500.68e1ea23.js": {
"type": "application/javascript",
"etag": "\"756-hm2g0WjkPb13jKjv1KyEH2MgkKo\"",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 1878,
"path": "../public/static/error-500.60ab0238.js"
"path": "../public/static/error-500.68e1ea23.js"
},
"/static/error-500.c5df6088.css": {
"type": "text/css; charset=utf-8",
"etag": "\"79e-ByRo+49BgcevWdRjJy3CMx2IA5k\"",
"mtime": "2024-07-30T04:34:27.632Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 1950,
"path": "../public/static/error-500.c5df6088.css"
},
"/static/issue-bj.44adad8c.svg": {
"type": "image/svg+xml",
"etag": "\"926-lK6rrraYIC+9Yxyy0subzOK8XpE\"",
"mtime": "2024-07-30T04:34:27.630Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 2342,
"path": "../public/static/issue-bj.44adad8c.svg"
},
"/static/logo.6622f82d.png": {
"type": "image/png",
"etag": "\"843f-FSXGFGigIHmtzjdcQzuMz/a7E+o\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 33855,
"path": "../public/static/logo.6622f82d.png"
},
"/static/menu-icon-gray.d61f02b1.svg": {
"type": "image/svg+xml",
"etag": "\"6de-kmXhltPHfF4W1gmV7wT4aZCZ6gg\"",
"mtime": "2024-07-30T04:34:27.630Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 1758,
"path": "../public/static/menu-icon-gray.d61f02b1.svg"
},
"/static/plus-sign.4260c2a7.svg": {
"type": "image/svg+xml",
"etag": "\"90a-9c1O3JagT0aoLSoFWR4iAM/7WuU\"",
"mtime": "2024-07-30T04:34:27.632Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 2314,
"path": "../public/static/plus-sign.4260c2a7.svg"
},
"/static/QRCode-icon.a105d5fc.svg": {
"type": "image/svg+xml",
"etag": "\"9c1-qGg9jZ5wmHJGzh2A00nHIGWHMh4\"",
"mtime": "2024-07-30T04:34:27.630Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 2497,
"path": "../public/static/QRCode-icon.a105d5fc.svg"
},
"/static/tick-no.179037b3.svg": {
"type": "image/svg+xml",
"etag": "\"1ea-YISAWqJD56jxoQT8N812fDJfkMw\"",
"mtime": "2024-07-30T04:34:27.630Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 490,
"path": "../public/static/tick-no.179037b3.svg"
},
"/static/tick-option.e092d22f.svg": {
"type": "image/svg+xml",
"etag": "\"29a-UVjuq3WHs6mhu1KGQ7gQmJH2Bc4\"",
"mtime": "2024-07-30T04:34:27.630Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 666,
"path": "../public/static/tick-option.e092d22f.svg"
},
"/static/tick-orange.233abc69.svg": {
"type": "image/svg+xml",
"etag": "\"60a-VrP9K+TQp6JbNcrU5k1Dor/Kq/E\"",
"mtime": "2024-07-30T04:34:27.630Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 1546,
"path": "../public/static/tick-orange.233abc69.svg"
},
"/static/title.98892974.png": {
"type": "image/png",
"etag": "\"1723-0OwkVass/2nFB99dRT4w0sPUvI0\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 5923,
"path": "../public/static/title.98892974.png"
},
"/static/triangle-icon.c39ff2e7.svg": {
"type": "image/svg+xml",
"etag": "\"446-ylQ81DOJ3joSbsS9atyrW6pZsBY\"",
"mtime": "2024-07-30T04:34:27.632Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 1094,
"path": "../public/static/triangle-icon.c39ff2e7.svg"
},
"/static/view-icon.da7fef35.svg": {
"type": "image/svg+xml",
"etag": "\"f39-5Jwx14wB0jgB0Du25KRZbkEEXvI\"",
"mtime": "2024-07-30T04:34:27.629Z",
"mtime": "2024-08-12T02:54:46.009Z",
"size": 3897,
"path": "../public/static/view-icon.da7fef35.svg"
},
"/static/builds/latest.json": {
"type": "application/json",
"etag": "\"47-hfOGSRT3Ti14GSvOQAQAvXURj0w\"",
"mtime": "2024-07-30T04:34:33.325Z",
"etag": "\"47-qEjzkclPOAao/2ydDY8Zyiy9pXI\"",
"mtime": "2024-08-12T02:54:51.261Z",
"size": 71,
"path": "../public/static/builds/latest.json"
},
"/static/builds/meta/8029fa9b-4a23-478b-a82c-139ffcf758a8.json": {
"/static/builds/meta/a8f0eba1-90fd-4eb5-a641-6ed5dda4f9e3.json": {
"type": "application/json",
"etag": "\"8b-fRuYAVSY4rx4t7FnkjWKyUgSezo\"",
"mtime": "2024-07-30T04:34:33.325Z",
"etag": "\"8b-Llb+ffXiEqInijNfW0jVIzidYBE\"",
"mtime": "2024-08-12T02:54:51.261Z",
"size": 139,
"path": "../public/static/builds/meta/8029fa9b-4a23-478b-a82c-139ffcf758a8.json"
},
"/static/builds/meta/dev.json": {
"type": "application/json",
"etag": "\"6a-8lbrhwM0zZ2YsgauEHgY40yCB7k\"",
"mtime": "2024-07-30T04:34:22.774Z",
"size": 106,
"path": "../public/static/builds/meta/dev.json"
"path": "../public/static/builds/meta/a8f0eba1-90fd-4eb5-a641-6ed5dda4f9e3.json"
}
};