Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
angular-smart3d
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SVI
svi-templates
angular-smart3d
Commits
9c3afbab
Commit
9c3afbab
authored
Sep 01, 2020
by
曾沂轮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: 修复引用和模板默认值
parent
66fd4970
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
meta.js
meta.js
+1
-1
index.html
template/src/index.html
+3
-0
No files found.
meta.js
View file @
9c3afbab
...
...
@@ -19,7 +19,7 @@ module.exports = {
type
:
'string'
,
required
:
false
,
message
:
'Project description'
,
default
:
'A
vuejs p
roject'
,
default
:
'A
smart3d P
roject'
,
},
author
:
{
type
:
'string'
,
...
...
template/src/index.html
View file @
9c3afbab
...
...
@@ -9,5 +9,8 @@
</head>
<body>
<app-root></app-root>
<script
src=
"./assets/cesium/Cesium.js"
></script>
<script
src=
"./assets/smart3d/smart3d.js"
></script>
</body>
</html>
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