Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hello_canvas
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
hello_canvas
Commits
1e49f3d7
Commit
1e49f3d7
authored
Sep 16, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0509f85a
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
67 additions
and
0 deletions
+67
-0
.gitignore
dist/.gitignore
+2
-0
config$.js
dist/.tea/entryFiles-development/config$.js
+7
-0
importScripts$.js
dist/.tea/entryFiles-development/importScripts$.js
+4
-0
index$.web.js
dist/.tea/entryFiles-development/index$.web.js
+5
-0
index$.worker.js
dist/.tea/entryFiles-development/index$.worker.js
+36
-0
package-lock.json
dist/package-lock.json
+12
-0
pagecanvas.acss
dist/pages/pagecanvas/pagecanvas.acss
+1
-0
No files found.
dist/.gitignore
0 → 100644
View file @
1e49f3d7
.DS_Store
node_modules/
\ No newline at end of file
dist/.tea/entryFiles-development/config$.js
0 → 100644
View file @
1e49f3d7
const
g
=
typeof
global
!==
'undefined'
?
global
:
self
;
g
.
appXAppJson
=
{
"app"
:
{
"$homepage"
:
"pages/pagecanvas/pagecanvas"
}
};
dist/.tea/entryFiles-development/importScripts$.js
0 → 100644
View file @
1e49f3d7
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
dist/.tea/entryFiles-development/index$.web.js
0 → 100644
View file @
1e49f3d7
require
(
'@alipay/appx-compiler/lib/sjsEnvInit'
);
require
(
'./config$'
);
require
(
'../../pages/pagecanvas/pagecanvas?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagemycanvaspage/pagemycanvaspage?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
dist/.tea/entryFiles-development/index$.worker.js
0 → 100644
View file @
1e49f3d7
if
(
!
self
.
__appxInited
)
{
self
.
__appxInited
=
1
;
require
(
'./config$'
);
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
,
});
}
function
success
()
{
require
(
'../../app'
);
require
(
'../../pages/pagecanvas/pagecanvas?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
require
(
'../../pages/pagemycanvaspage/pagemycanvaspage?hash=32d7d2807ed4e666ef03b4b3fe8c38ecf2e34e68'
);
}
self
.
bootstrapApp
?
self
.
bootstrapApp
({
success
})
:
success
();
}
\ No newline at end of file
dist/package-lock.json
0 → 100644
View file @
1e49f3d7
{
"version"
:
"1.0.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
"@tbmp/mp-cloud-sdk"
:
{
"version"
:
"1.4.2"
,
"resolved"
:
"https://registry.npm.taobao.org/@tbmp/mp-cloud-sdk/download/@tbmp/mp-cloud-sdk-1.4.2.tgz"
,
"integrity"
:
"sha1-/49BtdDaNJ6H9+f9DDBMPgt/BbQ="
}
}
}
dist/pages/pagecanvas/pagecanvas.acss
0 → 100644
View file @
1e49f3d7
/* required by usingComponents */
\ 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