Skip to content

Commit

Permalink
continue ...
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Nov 21, 2024
1 parent 6b4d227 commit b2c75b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 122 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gen_decorators.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,13 @@ const BUILD_CONFIG = {
HTML5: true,
NATIVE: false,
WECHAT: false,
BAIDU: false,
XIAOMI: false,
ALIPAY: false,
TAOBAO: false,
BYTEDANCE: false,
OPPO: false,
VIVO: false,
HUAWEI: false,
COCOSPLAY: false,
QTT: false,
LINKSURE: false,
EDITOR: false,
PREVIEW: false,
BUILD: true,
Expand Down
3 changes: 1 addition & 2 deletions pal/env/minigame/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
*/

/* eslint-disable import/no-dynamic-require */
import { BAIDU, TAOBAO, TAOBAO_MINIGAME, WECHAT, WECHAT_MINI_PROGRAM, XIAOMI } from 'internal:constants';
import { TAOBAO, TAOBAO_MINIGAME, WECHAT, WECHAT_MINI_PROGRAM, XIAOMI } from 'internal:constants';
import { checkPalIntegrity, withImpl } from '../../integrity-check';

declare const require: (path: string) => any;
declare const __baiduRequire: (path: string) => any;
declare const __wxRequire: (path: string) => any;
declare const __taobaoRequire: (path: string) => any;

Expand Down
116 changes: 0 additions & 116 deletions pal/minigame/baidu.ts

This file was deleted.

0 comments on commit b2c75b7

Please sign in to comment.