We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3dbc7 commit 85cfc00Copy full SHA for 85cfc00
LOCAL.md
@@ -1,6 +1,6 @@
1
# Postman 汉化
2
3
-当前支持版本:9.6.0 ~ 9.10.1
+当前支持版本:9.6.0 ~ 9.11.0
4
更新时间:2022-01-26
5
直接汉化请看:[README](README.md)
6
README.md
# Postman 中文版
-最新中文版本:9.10.1
-更新时间:2022-01-26
+最新中文版本:9.11.0
+更新时间:2022-01-30
本地部署汉化请看:[本地部署](LOCAL.md)
汉化请按照下面[步骤](#步骤):
php/common.php
@@ -9,7 +9,7 @@
9
# 应用程序
10
const APP_NAME = 'Postman'; // 名称
11
const APP_IMAGE = './images/app.png'; // 图片
12
-const APP_VERSION = '9.10.1'; // 版本
+const APP_VERSION = '9.11.0'; // 版本
13
14
# 路径配置
15
const APP_PATH = 'D:/App/Network/Postman/Install/app-' . APP_VERSION . '/resources/app/'; // 应用程序根目录
0 commit comments