Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
biaogebusy committed Oct 22, 2024
2 parents 421943d + f05e8be commit 8a63180
Show file tree
Hide file tree
Showing 83 changed files with 4,041 additions and 16,859 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,14 @@

## 对应版本

| Web builder | Angular | Node |
| :---------- | :------ | :--- |
| v8 | v17 | v18+ |
| v7 | v16 | v16+ |
| v6 | v14 | v14 |
| v5 | v12 | v14 |
| <=v4 | v11 | v14 |
| Web builder | Angular | Node | TS |
| :---------- | :------ | :------- | :----- |
| v9 | v19 | v18+ | v5.4 |
| v8 | v17 | v18+ | v5.2 |
| v7 | v16 | v16+ | v4.9.3 |
| v6 | v14 | v14.15.0 | v4.6 |
| v5 | v12 | v14 | v4 |
| <=v4 | v11 | v14 | v4 |

## 开源目的

Expand Down
2 changes: 1 addition & 1 deletion config/proxy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const PROXY_CONFIG = [
"/wechat",
"/media",
],
target: "https://api.yourdomain.com",
target: "https://builder.design",
secure: false,
changeOrigin: true,
},
Expand Down
Loading

0 comments on commit 8a63180

Please sign in to comment.