Skip to content

Commit

Permalink
线上地址修改
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 2, 2018
1 parent c370a1d commit 02e36ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

pip3 install -r requirements.txt

python3 app.py
python3 app.py --password=your_password

浏览器访问即可,端口默认8080

在线体验 <https://www.ihouser.com/>
在线体验 <http://m.ihouser.com/>

运行截图

![](https://raw.githubusercontent.com/mailgyc/doudizhu/master/screenshot/a.png)
![](https://raw.githubusercontent.com/mailgyc/doudizhu/master/screenshot/c.png)
![](https://raw.githubusercontent.com/mailgyc/doudizhu/master/screenshot/d.png)
![](https://raw.githubusercontent.com/mailgyc/doudizhu/master/screenshot/d.png)
2 changes: 1 addition & 1 deletion schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS account (
password VARCHAR(100) NOT NULL,
coin INT default 4000,
created_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
updated_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
updated_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
);

CREATE TABLE IF NOT EXISTS record (
Expand Down

0 comments on commit 02e36ba

Please sign in to comment.