wx-starlock/config/constants.js

10 lines
178 B
JavaScript
Raw Normal View History

2025-04-02 10:48:24 +08:00
/**
* 应用全局常量配置
*/
// P2P相关常量
export const P2P_PLAYER_ID = 'p2p-player'
export const P2P_PUSHER_ID = 'p2p-pusher'
// 其他常量可以在这里添加