瀏覽代碼

fix: correct numbersFormat feature category

Sv443 7 月之前
父節點
當前提交
63490034ee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/features/index.ts

+ 1 - 1
src/features/index.ts

@@ -721,7 +721,7 @@ export const featInfo = {
   },
   numbersFormat: {
     type: "select",
-    category: "layout",
+    category: "general",
     options: () => [
       { value: "long", label: `${formatNumber(12_345_678, "long")} (${t("votes_format_long")})` },
       { value: "short", label: `${formatNumber(12_345_678, "short")} (${t("votes_format_short")})` },