@scu-xiaochuan/scu-pe-ans 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # 四川大学体育课考试答案
2
+
3
+ ## 使用方法
4
+
5
+ ### 方法1
6
+
7
+ 如果有合适的文本编辑器,比如`vscode`以及`notepad++`,直接下载[ans.json](https://github.com/2239559319/scu-pe-ans/blob/v0.0.2/public/ans.json),然后进行搜索
8
+
9
+ ### 方法2
10
+
11
+ 如果没有合适的文本编辑器,去[release](https://github.com/2239559319/scu-pe-ans/releases)下载最新的`output.zip`,解压到目录,直接用浏览器打开`dist`目录下的`index.html`。
12
+
13
+ 这样是直接通过本地打开无网络请求,加载文件也是通过本地搜索速度很快。
14
+
15
+ ## demo
16
+
17
+ 此demo只能用来测试,考试时不要用这个
18
+
19
+ [demo](https://unpkg.com/@scu-xiaochuan/scu-pe-ans@latest/dist/index.html)