Browse Source

fix(bugs): ios文案修改

tangning 3 năm trước cách đây
mục cha
commit
47431b3513
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/store/modules/locale.ts

+ 1 - 1
src/store/modules/locale.ts

@@ -35,7 +35,7 @@ export const useLocaleStore = defineStore({
     getAppList(): appItem[] {
     getAppList(): appItem[] {
       return [
       return [
         {
         {
-          name: 'IOS版',
+          name: 'iOS版',
           url: 'https://oss.4dkankan.jp/img/static/ios.png',
           url: 'https://oss.4dkankan.jp/img/static/ios.png',
           icon: 'uil:apple',
           icon: 'uil:apple',
         },
         },