feat(api): 添加请求加密方式说明文档 - 在 tabsList 中新增“请求加密方式”菜单项及其子项“POST请求加密方式” - 调整后续 tab 项的 index,确保编号连续递增- 在 contentList 中添加详细的请求加密方式说明,包括: - 请求大小限制 - 请求头信息配置(X-app-Id、Content-Type) - 请求体 AES 加密与 Base64 编码方式 - 加密示例代码(Java) - 更新所有 contentList项的 parentIndex,以匹配 tabsList 的新索引结构 ``` |
||
---|---|---|
public | ||
src | ||
.editorconfig | ||
.env | ||
.env.development | ||
.env.production | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc.cjs | ||
README.md | ||
env.d.ts | ||
index.html | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
postcss.config.cjs | ||
vite.config.js | ||
web-types.json |
README.md
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).