浏览代码

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',
         },