feat(h5): 小程序 embed 模式与全站 ICP 备案页脚
H5 支持 ?mp=1 嵌入微信 WebView;user-h5/admin-h5 底部展示蜀ICP备2025140386号-2 并链至工信部;补充小程序+H5 部署说明。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/** 工信部 ICP 备案(全站 H5 / 后台页脚) */
|
||||
export const ICP_RECORD = '蜀ICP备2025140386号-2'
|
||||
|
||||
/** 工信部备案查询入口 */
|
||||
export const ICP_MIIT_URL = 'https://beian.miit.gov.cn/'
|
||||
@@ -25,3 +25,5 @@ export {
|
||||
type UserTextKind,
|
||||
type ValidateUserTextResult,
|
||||
} from './textsafe'
|
||||
|
||||
export { ICP_MIIT_URL, ICP_RECORD } from './icp'
|
||||
|
||||
Reference in New Issue
Block a user