style: format web apps with prettier and sort imports

Apply repo-wide Prettier/lint normalization across admin-web,
desktop-client and ops-web: single quotes, no semicolons, trailing
commas, consistent line wrapping, and import ordering. Also drop an
unused brand-logo import in DesktopShell.vue.

No behavior changes — formatting only.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-08 11:56:18 +08:00
parent a44ed21967
commit aa96143754
81 changed files with 2929 additions and 2252 deletions
@@ -247,10 +247,7 @@ function getAIPointAmountMeta(item: AIPointUsageLog): {
</template>
<template v-else-if="column.key === 'points'">
<div
class="points-cell"
:class="`points-cell--${getAIPointAmountMeta(record).tone}`"
>
<div class="points-cell" :class="`points-cell--${getAIPointAmountMeta(record).tone}`">
<strong>{{ getAIPointAmountMeta(record).primary }}</strong>
<span>{{ getAIPointAmountMeta(record).detail }}</span>
</div>