Browse Source

chore(git): add .gitattributes to fix github mark jd-shopper as javascript project

master
louisyoungx 3 years ago
parent
commit
df28e392e2
  1. 5
      .gitattributes
  2. 14
      README.md

5
.gitattributes vendored

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
*.js linguist-language=python
*.css linguist-language=python
*.html linguist-language=python
*.png linguist-language=python
*.jpg linguist-language=python

14
README.md

@ -115,6 +115,12 @@ Tips: @@ -115,6 +115,12 @@ Tips:
python3 runserver.py
```
> **注意**:Windows环境下没有反应的话可以尝试
>
> ```shell
> python runserver.py # Python环境问题所致
> ```
5. 浏览器打开 http://localhost:12021/
### *命令行* - 使用教程
@ -164,6 +170,14 @@ python3 runserver.py @@ -164,6 +170,14 @@ python3 runserver.py
python3 main.py
```
> **注意**:Windows环境下没有反应可以尝试
>
> ```shell
> python main.py # Python环境问题所致
> ```
根据提示选择相应功能即可
#### 5.抢购结果确认

Loading…
Cancel
Save