mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Add missing records
This commit is contained in:
parent
7153b0b103
commit
0885c9e27e
@ -93,7 +93,7 @@
|
|||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
|
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
|
||||||
<property name="basenames">
|
<property name="basenames">
|
||||||
<list>
|
<list>
|
||||||
|
BIN
wise-webapp/src/main/webapp/favicon.ico
Normal file
BIN
wise-webapp/src/main/webapp/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
wise-webapp/src/main/webapp/favicon.png
Normal file
BIN
wise-webapp/src/main/webapp/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"short_name": "WiseMapping",
|
"short_name": "WiseMapping",
|
||||||
"name": "WiseMapping",
|
"name": "WiseMapping",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
"sizes": "64x64 32x32 24x24 16x16",
|
"sizes": "64x64 32x32 24x24 16x16",
|
||||||
"type": "image/x-icon"
|
"type": "image/x-icon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "favicon.png",
|
"src": "favicon.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "1024x1024"
|
"sizes": "1024x1024"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#000000",
|
"theme_color": "#000000",
|
||||||
"background_color": "#ffffff"
|
"background_color": "#ffffff"
|
||||||
}
|
}
|
3
wise-webapp/src/main/webapp/robots.txt
Normal file
3
wise-webapp/src/main/webapp/robots.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# https://www.robotstxt.org/robotstxt.html
|
||||||
|
User-agent: *
|
||||||
|
Disallow:
|
Loading…
Reference in New Issue
Block a user