From e9799a5b4b9f221447cba49e8fbf7bea6b6c0c42 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Wed, 09 Apr 2025 20:25:41 +0800 Subject: [PATCH] 实现微信获取头像组件(小程序原生组件) --- _cursor.ai/rules/fit-base-pilot.mdc | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/_cursor.ai/rules/fit-base-pilot.mdc b/_cursor.ai/rules/fit-base-pilot.mdc index 61372cd..ef70d86 100644 --- a/_cursor.ai/rules/fit-base-pilot.mdc +++ b/_cursor.ai/rules/fit-base-pilot.mdc @@ -17,9 +17,7 @@ ## 引用方法 ```js -import { - Pilot -} from '@components/bases/Pilot'; +import { Pilot } from '@components/bases/Pilot'; ``` ## 主要方法 @@ -151,9 +149,7 @@ ```js // 引入界面层对应数据控制器 -import { - PPageName -} from '@pilots/pilotGroup/PPageName'; +import { PPageName } from '@pilots/pilotGroup/PPageName'; export default { name: 'PageName', -- Gitblit v1.9.1