美文网首页
win8.1中微信开发者工具无法打开的解决方法

win8.1中微信开发者工具无法打开的解决方法

作者: 白云v城主 | 来源:发表于2020-11-16 17:14 被阅读0次

~\AppDataAppData\Local\微信开发者工具\User Data\c16fa7f746c6c151f756e16e652ac3a2\WeappLocalData目录中新建一个文件localstorage_b72da75d79277d2f5f9c30c9177be57e.json
贴入以下内容保存即可。

{
  "show": false,
  "currentCategory": "general",
  "compiler": {
    "clusterCompile": false,
    "autoPreview": false,
    "autoRemoteDebug": false
  },
  "general": {
    "openLastModifiedProject": true,
    "autoPreviewType": "mobile",
    "autoRemoteDebugType": "mobile",
    "maxLogLength": 300,
    "enableNewFW": true,
    "enableGPU": false,
    "ignoreUnsafeProxy": false,
    "locale": "zh",
    "defaultWorkspace": "/Users/kunlideng/WeChatProjects"
  },
  "appearance": {
    "theme": "dark",
    "devtoolsTheme": "dark",
    "fontFamily": "SF Mono",
    "fontSize": 12,
    "lineHeight": 20,
    "simulatorAlignment": "left"
  },
  "edit": {
    "tabSize": 2,
    "insertSpaces": true,
    "wrap": "on",
    "minimap": false,
    "gitIgnoreWindowsReturn": true,
    "autoTypingsDetectEnabled": true,
    "alwaysOpenFileInNewTab": false,
    "autoSave": false,
    "autoRefresh": false,
    "saveBeforeCompile": false,
    "saveBeforePreview": false,
    "saveBeforeUpload": false
  },
  "proxy": {
    "proxyType": "SYSTEM",
    "proxyHost": "127.0.0.1",
    "proxyPort": "12639"
  },
  "notification": {
    "bbs": true,
    "sys": true,
    "alarm": true
  },
  "security": {
    "enableServicePort": true,
    "port": 19195
  },
  "geo": {
    "enabled": false,
    "latitude": 39.92,
    "longitude": 116.46,
    "speed": -1,
    "accuracy": 65,
    "altitude": 0,
    "verticalAccuracy": 65,
    "horizontalAccuracy": 65
  },
  "shortcuts": {
    "_editingShortcuts": false,
    "toggleToolbar": {
      "modifiers": ["cmd", "shift"],
      "key": "T"
    },
    "toggleSimulatorWindow": {
      "modifiers": ["cmd", "alt"],
      "key": "S"
    },
    "toggleEditorWindow": {
      "modifiers": ["cmd", "shift"],
      "key": "E"
    },
    "toggleFileTree": {
      "modifiers": ["cmd", "shift"],
      "key": "M"
    },
    "toggleDebugWindow": {
      "key": "I",
      "modifiers": ["cmd", "shift"]
    },
    "rebuild": {
      "key": "B",
      "modifiers": ["cmd"]
    },
    "format": {
      "key": "F",
      "modifiers": ["shift", "alt"]
    },
    "refresh": {
      "key": "R",
      "modifiers": ["cmd"]
    },
    "toggleForegroundBackgroundStatus": {
      "key": "",
      "modifiers": []
    },
    "documentationSearch": {
      "key": "",
      "modifiers": []
    },
    "gotoFile": {
      "key": "P",
      "modifiers": ["cmd"]
    },
    "gotoRecentFile": {
      "key": "E",
      "modifiers": ["cmd"]
    },
    "preview": {
      "key": "P",
      "modifiers": ["shift", "cmd"]
    },
    "upload": {
      "key": "U",
      "modifiers": ["shift", "cmd"]
    }
  },
  "syncTime": 1584263702017
}
如图

参考资料:
https://developers.weixin.qq.com/community/develop/doc/000a02d19141b0ddc11aa05d55b800?jumpto=comment&parent_commentid=0006a84c0b4968411e2a02e85510&commentid=0006a84c0b4968411e2a02e85510

相关文章

  • win8.1中微信开发者工具无法打开的解决方法

    在 ~\AppDataAppData\Local\微信开发者工具\User Data\c16fa7f746c6c1...

  • Ubuntu18.04.2LTS安装微信web开发工具(wine

    当我打开微信小程序开发者工具下载页 额,没有Linux版本。好吧,自力更生。 Linux微信web开发者工具 安装...

  • 微信小程序创建项目 我们需要通过开发者工具,来完成微信小程序创建和代码编辑。 开发者工具安装完成后,打开并使用微信...

  • phpstorm支持.wxml和.wxss文件高亮显示

    微信小程序官方说明需要在微信开发者工具中开发运行,我是使用phpstrom编辑,然后在微信开发者工具中热加载查看效...

  • 05.开发者工具详解(一)

    那么安装好微信开发者工具,打开微信开发者工具,来写一个简单的helloworld的小程序然后我们可以看到一个快速创...

  • 小程序极简入门1

    体验小程序 话不多说,直接开干... 首先下载 微信开发者工具 打开微信开发者工具,选择体验小程序 在本地磁盘新建...

  • 分包

    1、在微信小程序开发者工具里面打开在app.json中添加如下字段 "pages":[ "pages/index/...

  • 003-Ubuntu 16.04 微信web开发者|小程序工具安

    Linux微信web开发者工具 linux下使用微信web开发者工具. Description Linux微信we...

  • vConsole,移动端调试神器

    在做移动端页面的时候,比如是微信的页面,不在微信开发者的工具是无法在正常的浏览打开的。亦或者是再进行混合开发的时候...

  • 小程序父子间通信

    1.创建组件(demo:模拟微信聊天中的表情包发送) 1.1打开微信开发者工具,创建父组件chat页面 在chat...

网友评论

      本文标题:win8.1中微信开发者工具无法打开的解决方法

      本文链接:https://www.haomeiwen.com/subject/czdzbktx.html