更新:next-env/package 配置、端口配置表、新增小程序接口申请文案

- next-env.d.ts / package.json 配置调整
- 开发文档/服务器管理 端口配置表更新
- 新增 开发文档/10、项目管理/小程序接口申请文案.md(wx.chooseAddress、wx.getPhoneNumber 等申请理由)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
卡若
2026-02-18 06:32:27 +08:00
parent 70497d3047
commit 09fb67d2af
4 changed files with 110 additions and 8 deletions

2
next-env.d.ts vendored
View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.