Files
1818web_web/public/browserconfig.xml
2026-02-13 18:30:18 +08:00

20 lines
763 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/favicon-32x32.png"/>
<square150x150logo src="/android-chrome-192x192.png"/>
<square310x310logo src="/android-chrome-512x512.png"/>
<wide310x150logo src="/android-chrome-512x512.png"/>
<TileColor>#1890ff</TileColor>
</tile>
<!-- 如果您需要Windows动态磁贴通知功能可以取消注释并配置实际的RSS feed URLs
<notification>
<polling-uri src="https://www.1818ai.com/api/notifications/feed.xml"/>
<frequency>30</frequency>
<cycle>1</cycle>
</notification>
-->
</msapplication>
</browserconfig>