tangning 3 лет назад
Родитель
Сommit
47431b3513
1 измененных файлов с 1 добавлено и 1 удалено
  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[] {
       return [
         {
-          name: 'IOS版',
+          name: 'iOS版',
           url: 'https://oss.4dkankan.jp/img/static/ios.png',
           icon: 'uil:apple',
         },