diff --git a/pages/index/components/AIMatch.vue b/pages/index/components/AIMatch.vue index 251ee15..aa862ea 100644 --- a/pages/index/components/AIMatch.vue +++ b/pages/index/components/AIMatch.vue @@ -40,7 +40,7 @@ const mockTags = [ { name: "建筑师", bgColor: 0xffebeb, - fontColor: 0xf86e6e, + fontColor: 0xff6969, size: 11.5, opacity: 1, angle: -Math.PI / 4.2, // 1点方向 @@ -83,7 +83,7 @@ const mockTags = [ fontColor: 0x1d71ef, size: 11, opacity: 1, - angle: Math.PI / 3.2, // 5点方向 + angle: Math.PI / 3, // 5点方向 radius: 75, tailRotation: (3 * Math.PI) / 2, // 拖尾向上 },