-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48bff58
commit a6822e1
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/src/flask_state/static/flask_state.png) | ||
![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/[email protected].3/src/flask_state/static/flask_state.png) | ||
|
||
[![Contributor Badge](https://img.shields.io/badge/Contributions-Welcome-0059b3)](https://github.com/yoobool/flask-state/tree/master/.github/ISSUE_TEMPLATE) | ||
[![Gitter Badge](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter)](https://gitter.im/flaskstate/community) | ||
|
@@ -39,8 +39,8 @@ Alternatively, install Flask-State via NPM or include this script tag to the hea | |
section of your HTML document: | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/packages/umd/flask-state.min.js"></script> | ||
<link href="https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/packages/flask-state.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/gh/yoobool/[email protected].3/packages/umd/flask-state.min.js"></script> | ||
<link href="https://cdn.jsdelivr.net/gh/yoobool/[email protected].3/packages/flask-state.min.css" rel="stylesheet"> | ||
``` | ||
|
||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[English](https://github.com/yoobool/flask-state/blob/master/README.md) | 简体中文 | ||
|
||
![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/src/flask_state/static/flask_state.png) | ||
![Project Logo](https://cdn.jsdelivr.net/gh/yoobool/[email protected].3/src/flask_state/static/flask_state.png) | ||
|
||
[![Contributor Badge](https://img.shields.io/badge/Contributions-Welcome-0059b3)](https://github.com/yoobool/flask-state/tree/master/.github/ISSUE_TEMPLATE) | ||
[![Gitter Badge](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter)](https://gitter.im/flaskstate/community) | ||
|
@@ -38,8 +38,8 @@ pip install Flask-State | |
通过NPM安装Flask-State或将此脚本标签放在HTML文件的开头部分: | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/packages/umd/flask-state.min.js"></script> | ||
<link href="https://cdn.jsdelivr.net/gh/yoobool/[email protected].2/packages/flask-state.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/gh/yoobool/[email protected].3/packages/umd/flask-state.min.js"></script> | ||
<link href="https://cdn.jsdelivr.net/gh/yoobool/[email protected].3/packages/flask-state.min.css" rel="stylesheet"> | ||
``` | ||
|
||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.1.2" | ||
__version__ = "1.1.3" |