From 85642b42bd3d398b09b85da5e441bf6962df7704 Mon Sep 17 00:00:00 2001 From: Snowflyt Date: Mon, 29 Jan 2024 15:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs(README):=20Update=20note=20?= =?UTF-8?q?for=20CN=20users?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++--- README.zh-CN.md | 16 +++++++++++++--- package.json | 2 +- src/constants.ts | 2 +- 4 files changed, 22 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f3b81a6..34c0b16 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,17 @@ English | [简体中文](./README.zh-CN.md) This plugin uses the LSP server extracted from Copilot.vim to provide suggestions in real-time right from your editor. -**⚠️ Warning:** This plugin is still in development and may not work properly. Please use it with caution. +> [!WARNING] +> +> This plugin is still in development and may not work properly. Please use it with caution. ## Compatibility -_\*Note: `/` means not tested._ +> [!NOTE] +> +> For Windows / Linux users using Typora < 1.6 or macOS users using any version of Typora, you need to install [Node.js](https://nodejs.org/en/download/) ≥ 18. -**⚠️ Warning:** For Windows / Linux users using Typora < 1.6 or macOS users using any version of Typora, you need to install [Node.js](https://nodejs.org/en/download/) ≥ 18. +_\*Note: `/` means not tested._ | Typora Version | Windows 11 | Ubuntu 22.04 | macOS 14.2 | | -------------- | ---------- | ------------ | ---------- | diff --git a/README.zh-CN.md b/README.zh-CN.md index 10648e4..da0ead6 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -8,13 +8,17 @@ 该插件使用从 Copilot.vim 提取的 LSP 服务器,以在编辑器中实时提供建议。 -**⚠️ 警告:** 该插件仍在开发中,可能无法正常工作。请谨慎使用。 +> [!WARNING] +> +> 该插件仍在开发中,可能无法正常工作。请谨慎使用。 ## 兼容性 -_\*注:`/` 表示未经过测试。_ +> [!NOTE] +> +> 对于使用 Typora < 1.6 的 Windows / Linux 用户以及使用任何版本 Typora 的 macOS 用户,你需要安装 [Node.js](https://nodejs.org/en/download/) ≥ 18. -**⚠️ 警告:** 对于使用 Typora < 1.6 的 Windows / Linux 用户以及使用任何版本 Typora 的 macOS 用户,你需要安装 [Node.js](https://nodejs.org/en/download/) ≥ 18. +_\*注:`/` 表示未经过测试。_ | Typora Version | Windows 11 | Ubuntu 22.04 | macOS 14.2 | | -------------- | ---------- | ------------ | ---------- | @@ -113,6 +117,12 @@ sudo bash ./bin/install_linux.sh --path "/usr/share/typora/" # 替换为你的 T ![Copilot 图标](./docs/toolbar-icon.zh-CN.png) +> [!CAUTION] +> +> 如果你在中国大陆,登录这一步很可能因为网络原因失败。如果你发现点击按钮后很长时间没有反应,尝试按 Shift+F12(Windows 或 Linux)或在帮助菜单中打开“Enable Debugging”并在任意位置右键选择检查元素(macOS),以打开调试工具,定位到“控制台”或“Console”标签页,将过滤级别调整为“详细”或“Verbose”。然后查看控制台中打印的日志信息,以检查是否存在网络问题。 +> +> 如果你看到一条来自“SignInInitiate”的红色错误信息,其中包含“ETIMEOUT”这样的内容,说明这一步因网络原因失败了。尝试调整你的代理软件设置,打开类似“增强代理”或“TUN 模式”的选项,重启 Typora 再进行尝试;或者,对于 Windows 用户可以使用使用 Proxifier 配置全局代理,对于 macOS / Linux 用户可以使用 Proxychains 打开 Typora,再进行尝试。 + 按照提示进行身份验证: 1. 用户代码会自动复制到你的剪贴板。 diff --git a/package.json b/package.json index 865f7d1..714aaae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typora-copilot", - "version": "0.2.6-dev", + "version": "0.2.6", "private": true, "description": "GitHub Copilot plugin for Typora", "keywords": [ diff --git a/src/constants.ts b/src/constants.ts index 98f4dc2..f24bcda 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -6,7 +6,7 @@ import { setGlobalVar } from "./utils/tools"; /** * Plugin version. */ -export const VERSION = "0.2.6-dev"; +export const VERSION = "0.2.6"; /** * Copilot plugin directory.