hookehuyr

refactor(AlbumList): 移除我的标识注释并优化删除确认逻辑

......@@ -33,12 +33,12 @@
</view>
<!-- 我的标识 -->
<view
<!-- <view
v-if="item.is_my"
class="absolute top-2 right-2 px-2 py-1 bg-blue-500 bg-opacity-80 rounded text-white text-xs"
>
我的
</view>
</view> -->
<!-- 删除按钮 -->
<view
......