feat: 添加点赞动画效果及更新点赞图标
- 在details.css和details.less中添加点赞动画效果 - 更新Item.vue组件中的点赞图标为like-red-pitch.png - 在index.html/index.vue中添加点赞动画组件Like - 更新http.js中的测试session token
This commit is contained in:
@@ -4619,12 +4619,12 @@ const _routes = [
|
||||
{
|
||||
name: "details-id",
|
||||
path: "/details/:id()",
|
||||
component: () => import('./_id_-CWVbZLem.mjs')
|
||||
component: () => import('./_id_-DUPz8V6o.mjs')
|
||||
},
|
||||
{
|
||||
name: "index.html",
|
||||
path: "/index.html",
|
||||
component: () => import('./index-jb6UneCF.mjs')
|
||||
component: () => import('./index-Dxg8c__f.mjs')
|
||||
},
|
||||
{
|
||||
name: "index",
|
||||
@@ -4634,7 +4634,7 @@ const _routes = [
|
||||
{
|
||||
name: "publish",
|
||||
path: "/publish",
|
||||
component: () => import('./index-PIug2IoE.mjs')
|
||||
component: () => import('./index-85U7pSQ0.mjs')
|
||||
}
|
||||
];
|
||||
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
||||
|
||||
Reference in New Issue
Block a user