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:
DESKTOP-RQ919RC\Pc
2025-08-22 11:25:26 +08:00
parent 205252739c
commit e2182f9c79
93 changed files with 620 additions and 450 deletions

View File

@@ -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 : {};