소스 검색

fix(bugs): ios文案修改

tangning 3 년 전
부모
커밋
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',
         },