返回 Skill 列表
extension
分类: 开发与工程无需 API Key

global-constants

生成src/shared/constants/global.ts文件,其中包含整个应用程序中使用的全局常量。

person作者: jakexiaohubgithub

Global Constants Skill

Purpose

Generate the src/shared/constants/global.ts file for application-wide constants.

Output

Create the file: src/shared/constants/global.ts

Notes

  • Contains constants used throughout the application
  • Can be extended with other global constants as needed