mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-11-03 03:45:24 +00:00
解决 github pages 缓存问题
This commit is contained in:
29
docs/static/demo/v1.0.0-alpha/web-desktop/src/settings.111b8.js
vendored
Normal file
29
docs/static/demo/v1.0.0-alpha/web-desktop/src/settings.111b8.js
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
window._CCSettings = {
|
||||
platform: "web-desktop",
|
||||
groupList: [
|
||||
"default"
|
||||
],
|
||||
collisionMatrix: [
|
||||
[
|
||||
true
|
||||
]
|
||||
],
|
||||
hasResourcesBundle: false,
|
||||
hasStartSceneBundle: false,
|
||||
remoteBundles: [],
|
||||
subpackages: [],
|
||||
launchScene: "db://assets/main.fire",
|
||||
orientation: "landscape",
|
||||
debug: true,
|
||||
jsList: [],
|
||||
bundleVers: {
|
||||
sp: "de22b",
|
||||
internal: "8360b",
|
||||
common: "0ae49",
|
||||
home: "72e22",
|
||||
"multi-render": "67d3d",
|
||||
spine: "2adf8",
|
||||
"text-render": "2db47",
|
||||
main: "ffc79"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user