automated_uniapp/uni_modules/cool-app/config.ts
2025-01-09 16:16:11 +08:00

15 lines
331 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import type { ModuleConfig } from "/@/cool";
export default (): ModuleConfig => {
return {
description: "APP应用管理模块版本升级、意见反馈、投诉建议、套餐设置",
// #ifdef APP
demo: {
label: "Version 版本升级",
path: "/uni_modules/cool-app/pages/version/demo",
},
// #endif
};
};