Skip to content

Commit

Permalink
U Release v2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vapao committed Oct 14, 2020
1 parent dd57a2c commit 5aea0b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spug_api/spug/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
re.compile('/apis/.*'),
)

SPUG_VERSION = 'v2.3.11'
SPUG_VERSION = 'v2.3.12'

# override default config
try:
Expand Down
2 changes: 1 addition & 1 deletion spug_web/src/libs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export * from './functools';
export * from './router';
export const http = _http;
export const history = _history;
export const VERSION = 'v2.3.11';
export const VERSION = 'v2.3.12';
2 changes: 1 addition & 1 deletion spug_web/src/pages/login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class LoginIndex extends React.Component {
title: '安全警告',
className: styles.tips,
content: <div>
未能获取到客户端的真实IP,无法提供基于请求来源IP的合法性验证,详细信息请参考
未能获取到访问者的真实IP,无法提供基于请求来源IP的合法性验证,详细信息请参考
<a target="_blank"
href="https://spug.dev/docs/practice/#%E5%AE%89%E5%85%A8%E6%80%A7%E5%AE%9E%E8%B7%B5%E6%8C%87%E5%8D%97"
rel="noopener noreferrer">官方文档</a>
Expand Down

0 comments on commit 5aea0b1

Please sign in to comment.