Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengguangpu
doublescreen-front
Commits
7c799ba0
Commit
7c799ba0
authored
Feb 03, 2020
by
pengguangpu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打开工程测试正确性
parent
0be3d73e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
16 deletions
+29
-16
mini-program.json
.tea/configuration/mini-program.json
+1
-1
importScripts$.js
.tea/entryFiles-development/importScripts$.js
+2
-2
index$.web.js
.tea/entryFiles-development/index$.web.js
+1
-1
index$.worker.js
.tea/entryFiles-development/index$.worker.js
+23
-12
extensions.json
.tea/extensions.json
+1
-0
layout.json
.tea/layout.json
+1
-0
No files found.
.tea/configuration/mini-program.json
View file @
7c799ba0
{
"tinyType"
:
"alipayiot"
,
"tinyCnName"
:
"支付宝 IoT"
,
"tinyProjectType"
:
"xpaas-mini"
,
"alipayiot:xpaas-mini:tinyIcon"
:
"https://gw.alipayobjects.com/mdn/rms_c763d8/afts/img/A*
Y7JJRpl5COYAAAAAAAAAAABjARQnAQ"
,
"alipayiot:xpaas-mini:auditLink"
:
null
,
"alipayiot:xpaas-mini:whiteListLink"
:
null
,
"alipayiot:xpaas-mini:createLink"
:
null
,
"alipayiot:xpaas-mini:component2"
:
false
,
"alipayiot:xpaas-mini:_enableAutoPush"
:
false
,
"alipayiot:xpaas-mini:_appIdList"
:[],
"alipayiot:xpaas-mini:uploadTime"
:
""
,
"alipayiot:xpaas-mini:packageSize"
:
0
}
{
"tinyType"
:
"alipayiot"
,
"tinyCnName"
:
"支付宝 IoT"
,
"tinyProjectType"
:
"xpaas-mini"
,
"alipayiot:xpaas-mini:tinyIcon"
:
"https://gw.alipayobjects.com/mdn/rms_c763d8/afts/img/A*
vNMFT7X_u3sAAAAAAAAAAABkARQnAQ"
,
"alipayiot:xpaas-mini:auditLink"
:
null
,
"alipayiot:xpaas-mini:whiteListLink"
:
null
,
"alipayiot:xpaas-mini:createLink"
:
null
,
"alipayiot:xpaas-mini:component2"
:
false
,
"alipayiot:xpaas-mini:_enableAutoPush"
:
false
,
"alipayiot:xpaas-mini:_appIdList"
:[],
"alipayiot:xpaas-mini:uploadTime"
:
""
,
"alipayiot:xpaas-mini:packageSize"
:
0
,
"alipayiot:xpaas-mini:lastDeviceName"
:
"蜻蜓F4"
,
"storageVersion"
:
"1.5.7"
}
\ No newline at end of file
.tea/entryFiles-development/importScripts$.js
View file @
7c799ba0
if
(
!
self
.
Map
||
!
self
.
Set
)
{
importScripts
(
'https://gw.alipayobjects.com/as/g/appx_release/deps/1.0.
0/es6-set-map
.js'
);
if
(
!
self
.
Map
||
!
self
.
Set
||
!
self
.
Symbol
)
{
importScripts
(
'https://gw.alipayobjects.com/as/g/appx_release/deps/1.0.
3/es6-set-map-symbol
.js'
);
}
\ No newline at end of file
.tea/entryFiles-development/index$.web.js
View file @
7c799ba0
require
(
'@alipay/appx-compiler/lib/sjsEnvInit'
);
require
(
'./config$'
);
require
(
'../../pages/index/index'
);
require
(
'../../pages/index/index
?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68
'
);
.tea/entryFiles-development/index$.worker.js
View file @
7c799ba0
if
(
!
self
.
__appxInited
)
{
self
.
__appxInited
=
1
;
require
(
'@alipay/appx-compiler/lib/sjsEnvInit'
);
require
(
'./config$'
);
var
AFAppX
=
self
.
AFAppX
;
self
.
getCurrentPages
=
AFAppX
.
getCurrentPages
;
self
.
getApp
=
AFAppX
.
getApp
;
self
.
Page
=
AFAppX
.
Page
;
self
.
App
=
AFAppX
.
App
;
self
.
my
=
AFAppX
.
bridge
||
AFAppX
.
abridge
;
self
.
abridge
=
self
.
my
;
self
.
Component
=
AFAppX
.
WorkerComponent
||
function
(){};
self
.
$global
=
AFAppX
.
$global
;
var
AFAppX
=
self
.
AFAppX
.
getAppContext
?
self
.
AFAppX
.
getAppContext
().
AFAppX
:
self
.
AFAppX
;
self
.
getCurrentPages
=
AFAppX
.
getCurrentPages
;
self
.
getApp
=
AFAppX
.
getApp
;
self
.
Page
=
AFAppX
.
Page
;
self
.
App
=
AFAppX
.
App
;
self
.
my
=
AFAppX
.
bridge
||
AFAppX
.
abridge
;
self
.
abridge
=
self
.
my
;
self
.
Component
=
AFAppX
.
WorkerComponent
||
function
(){};
self
.
$global
=
AFAppX
.
$global
;
self
.
requirePlugin
=
AFAppX
.
requirePlugin
;
if
(
AFAppX
.
registerApp
)
{
AFAppX
.
registerApp
({
appJSON
:
appXAppJson
,
});
}
if
(
AFAppX
.
compilerConfig
){
AFAppX
.
compilerConfig
.
component2
=
true
;
}
function
success
()
{
require
(
'../../app'
);
require
(
'../../pages/index/index'
);
require
(
'../../pages/index/index
?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68
'
);
}
self
.
bootstrapApp
?
self
.
bootstrapApp
({
success
})
:
success
();
}
\ No newline at end of file
.tea/extensions.json
0 → 100644
View file @
7c799ba0
{
"mini-program-studio"
:{
"html-language-features"
:
1
,
"vetur"
:
1
},
"storageVersion"
:
"1.5.7"
}
\ No newline at end of file
.tea/layout.json
0 → 100644
View file @
7c799ba0
{
"layout"
:{
"left"
:{
"currentId"
:
"explorer"
,
"size"
:
310
},
"right"
:{
"currentId"
:
""
},
"bottom"
:{
"currentId"
:
""
}},
"storageVersion"
:
"1.5.7"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment