修改 两条评论 显示更多按钮问题
This commit is contained in:
@@ -159,7 +159,7 @@ const client_manifest = {
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"css": [],
|
||||
"file": "error-404.0451caf1.js",
|
||||
"file": "error-404.c4fcac73.js",
|
||||
"imports": [
|
||||
"node_modules/nuxt/dist/app/entry.js"
|
||||
],
|
||||
@@ -185,7 +185,7 @@ const client_manifest = {
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"css": [],
|
||||
"file": "error-500.3c3434da.js",
|
||||
"file": "error-500.a148d127.js",
|
||||
"imports": [
|
||||
"node_modules/nuxt/dist/app/entry.js"
|
||||
],
|
||||
@@ -202,7 +202,7 @@ const client_manifest = {
|
||||
"resourceType": "style",
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "entry.e6cb9e5c.css",
|
||||
"file": "entry.7457438c.css",
|
||||
"src": "node_modules/nuxt/dist/app/entry.css"
|
||||
},
|
||||
"node_modules/nuxt/dist/app/entry.js": {
|
||||
@@ -234,19 +234,19 @@ const client_manifest = {
|
||||
"triangle-icon.c39ff2e7.svg"
|
||||
],
|
||||
"css": [
|
||||
"entry.e6cb9e5c.css"
|
||||
"entry.7457438c.css"
|
||||
],
|
||||
"dynamicImports": [
|
||||
"node_modules/@nuxt/ui-templates/dist/templates/error-404.vue",
|
||||
"node_modules/@nuxt/ui-templates/dist/templates/error-500.vue"
|
||||
],
|
||||
"file": "entry.e1fc79e7.js",
|
||||
"file": "entry.8dcce2f3.js",
|
||||
"isEntry": true,
|
||||
"src": "node_modules/nuxt/dist/app/entry.js",
|
||||
"_globalCSS": true
|
||||
},
|
||||
"entry.e6cb9e5c.css": {
|
||||
"file": "entry.e6cb9e5c.css",
|
||||
"entry.7457438c.css": {
|
||||
"file": "entry.7457438c.css",
|
||||
"resourceType": "style",
|
||||
"prefetch": true,
|
||||
"preload": true
|
||||
|
@@ -2948,7 +2948,7 @@ function _sfc_ssrRender(_ctx, _push, _parent, _attrs, $props, $setup, $data, $op
|
||||
_push(`</div>`);
|
||||
});
|
||||
_push(`<!--]-->`);
|
||||
if (item["showOneCommentState"] && item.commentnum > 1) {
|
||||
if (item["showOneCommentState"] && item.commentnum > 2) {
|
||||
_push(`<div class="more-comments flexcenter"> 更多讨论 <img class="more-comments-icon"${ssrRenderAttr("src", _imports_33)}></div>`);
|
||||
} else {
|
||||
_push(`<!---->`);
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"entry-styles.94f21724.mjs","sources":["../../../../../.nuxt/dist/server/static/entry-styles-1.mjs-49346bbe.js","../../../../../.nuxt/dist/server/static/entry-styles.94f21724.mjs"],"sourcesContent":null,"names":["__buildAssetsURL","style_0"],"mappings":";;;;;;;;;;;;;;;;AAAA,MAAA,mCAAA,GAAA,o9MAAA,GAAAA,cAAA,CAAA,4BAAA,CAAA,GAAA,y6uCAAA;;ACCA,6BAAe,CAACC,mCAAO;;;;"}
|
22
.output/server/chunks/app/static/entry-styles.c5e9ddaf.mjs
Normal file
22
.output/server/chunks/app/static/entry-styles.c5e9ddaf.mjs
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"entry-styles.c5e9ddaf.mjs","sources":["../../../../../.nuxt/dist/server/static/entry-styles-1.mjs-43f525f3.js","../../../../../.nuxt/dist/server/static/entry-styles.c5e9ddaf.mjs"],"sourcesContent":null,"names":["__buildAssetsURL","style_0"],"mappings":";;;;;;;;;;;;;;;;AAAA,MAAA,mCAAA,GAAA,o9MAAA,GAAAA,cAAA,CAAA,4BAAA,CAAA,GAAA,qyuCAAA;;ACCA,6BAAe,CAACC,mCAAO;;;;"}
|
@@ -1,6 +1,6 @@
|
||||
const interopDefault = r => r.default || r || [];
|
||||
const styles = {
|
||||
"node_modules/nuxt/dist/app/entry.js": () => import('./static/entry-styles.94f21724.mjs').then(interopDefault),
|
||||
"node_modules/nuxt/dist/app/entry.js": () => import('./static/entry-styles.c5e9ddaf.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)
|
||||
};
|
||||
|
Reference in New Issue
Block a user