mirror of
https://github.com/YMFE/yapi.git
synced 2025-04-06 15:00:26 +08:00
Merge branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev
This commit is contained in:
commit
11e95cf215
@ -1,3 +1,9 @@
|
||||
### v1.3.15
|
||||
* 增强跨域请求安全性,只允许 YApi 网站进行跨域请求
|
||||
* 优化文档
|
||||
* 修复 schema 描述信息展示 bug
|
||||
|
||||
|
||||
### v1.3.14
|
||||
* 修复接口编辑白屏问题
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yapi",
|
||||
"version": "1.3.14",
|
||||
"version": "1.3.15",
|
||||
"description": "YAPI",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -20,6 +20,5 @@
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -36,6 +36,5 @@
|
||||
<script>
|
||||
document.write('<script src="/prd/' + window.WEBPACK_ASSETS['index.js'].js + '"><\/script>');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user