diff --git a/README.md b/README.md index a04b5ba..9fe270d 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,12 @@ HttpRequest api for leetcode(zh-cn). +!!!Note that due to a domain name change in Leetcode Chinese, the [Submission ID API](#Submission-ID) has been temporarily redirected (304) and changed to the officially prohibited get method (GET). The [Submission ID API](#Submission-ID) is temporarily deprecated and will be updated later. + ## Directory * [Disclaimer](#Disclaimer) +* [Usage](#Usage) * [Project Overview](#Project-Overview) * [About Interface](#About-Interface) * [Interface Detail](#Interface-Detail) @@ -17,6 +20,10 @@ HttpRequest api for leetcode(zh-cn). **This project is for study and exchange only, and under no circumstances shall it be used for any commercial purposes. If you violate the statement, you are responsible for the consequences, and I do not assume any responsibility.** +## Usage + +Click the package tab on the right, or you can click [here](https://github.com/NeserCode/Leetcode-Api/packages/1376786). + ## Project Overview This project provides the **WebApi** collection of **Leetcode**, and the proposed Api has been successfully tested. diff --git a/README.zh.md b/README.zh.md index 4afd3e3..773f8c5 100644 --- a/README.zh.md +++ b/README.zh.md @@ -6,9 +6,12 @@ 关于 力扣 的网络请求接口。 +!!!注意,由于 Leetcode 中文站的域名更改,[提交ID API](#提交ID)已被临时重定向(304),并更改为官方禁止的提交方法(GET)。[提交ID API](#提交ID)暂时被弃用,稍后将进行更新。 + ## 目录 * [免责声明](#免责声明) +* [使用](#使用) * [项目总览](#项目总览) * [接口相关](#接口相关) * [接口详情](#接口详情) @@ -17,6 +20,10 @@ **本项目仅供学习交流参考,在任意情况下均不得用于任何商业用途。如若违反声明,后果自负,本人不承担任何责任。** +## 使用 + +点击位于右侧的 package 选项卡,或者您可以点击 [这里](https://github.com/NeserCode/Leetcode-Api/packages/1376786) 。 + ## 项目总览 本项目提供的是 **力扣** 官方网站的 **WebApi** 集合,提出的 Api 均已试验成功。 diff --git a/package.json b/package.json index 00c16de..fcb9ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nesercode/leetcode-api", - "version": "0.0.4", + "version": "1.0.0", "description": "Leetcode-Api", "author": "NeserCode", "private": false,