소스 검색

fix: parse with readme

RyaneMax 8 달 전
부모
커밋
6c4d4ad3b7
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/modules/study/case-js-module/case-parse/README.md

+ 3 - 1
src/modules/study/case-js-module/case-parse/README.md

@@ -1,5 +1,7 @@
 # Parse JS SDK 使用示例
 
+- 使用文档:https://docs.parseplatform.org/js/guide/
+- API手册:https://parseplatform.org/Parse-SDK-JS/api/5.2.0/
 
 # 安装依赖
 ``` bash
@@ -23,7 +25,7 @@ Parse.serverURL = "http://web2023.fmode.cn:9999/parse"; // 设置serverURL
 
 ```
 
-# 实现简单的列表加载
+# 示例:最简单的列表加载
 
 - pet.page.html
 ``` html