Skip to content

作者

novlan1

2025.9.15

PUBGM 前端开发须知

1. 地址

  1. 官方赛 https://git.aow.com/pmd-mobile/pixui/pubgm-official
  2. 娱乐赛 https://git.aow.com/pmd-mobile/pixui/pubgm-hor
  3. Press Pix 组件库 https://novlan1.github.io/docs/press-pix/README.html
  4. 小应用项目:https://gamelet-olsb.sg.crosgame.com/app/#/app/dev/3313

2. VSCode 配置

setting.json 增加如下配置:

jsonc
{
  "pixide.px.env": {
    "pubgm": {
      "apiAddr": "https://gamelet-olsb.sg.crosgame.com",
      "label": "PUBGM",
      "type": "olsb",
      "group": "example",
      "key": "some-env-key",
    },
  },
}

基于以上配置,环境选择“PUBGM”,游戏选择“刺激战场海外(全球版)”,项目选择“游戏人生赛事工具”,应用选择“official(3313)”