08be60b497342dcf59dbe4576401ae2b20b13b0e.js 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. System.register(["__unresolved_0", "cc"], function (_export, _context) {
  2. "use strict";
  3. var _reporterNs, _cclegacy, Config, _crd;
  4. function _reportPossibleCrUseOfGameConfig(extras) {
  5. _reporterNs.report("GameConfig", "./GameConfig", _context.meta, extras);
  6. }
  7. function _reportPossibleCrUseOfGameQueryConfig(extras) {
  8. _reporterNs.report("GameQueryConfig", "./GameQueryConfig", _context.meta, extras);
  9. }
  10. _export("Config", void 0);
  11. return {
  12. setters: [function (_unresolved_) {
  13. _reporterNs = _unresolved_;
  14. }, function (_cc) {
  15. _cclegacy = _cc.cclegacy;
  16. }],
  17. execute: function () {
  18. _crd = true;
  19. _cclegacy._RF.push({}, "5034dEezo5Frr6dhZGVgmTh", "Config", undefined);
  20. /*
  21. * @Author: dgflash
  22. * @Date: 2021-07-03 16:13:17
  23. * @LastEditors: dgflash
  24. * @LastEditTime: 2022-11-01 15:47:16
  25. */
  26. /** 游戏配置静态访问类 */
  27. _export("Config", Config = class Config {
  28. constructor() {
  29. /** 环境常量 */
  30. // btc!: BuildTimeConstants;
  31. /** 游戏配置数据,版本号、支持语种等数据 */
  32. this.game = void 0;
  33. /** 浏览器查询参数 */
  34. this.query = void 0;
  35. }
  36. });
  37. _cclegacy._RF.pop();
  38. _crd = false;
  39. }
  40. };
  41. });
  42. //# sourceMappingURL=08be60b497342dcf59dbe4576401ae2b20b13b0e.js.map