Skip to content

Commit

Permalink
ios alert
Browse files Browse the repository at this point in the history
  • Loading branch information
maggch97 committed Jul 22, 2022
1 parent d9ffc69 commit d62a2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<iframe style="display: none;" id="storage" src="https://storage.2gether.video/"></iframe>

<!-- Rectangular switch -->

<p style="color: red;">注意:IOS 设置不生效,请在 设置-> Safari 浏览器 -> 关闭 阻止跨网站跟踪 功能</p>
<label class="switch">
<input id="MinimiseDefault" type="checkbox">
<span class="slider round"></span>
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var urlsToCache = [
'/index.html'
];

var CACHE_NAME = 'VideoTogetherSetting';
var CACHE_NAME = 'VideoTogetherSettingV2';

self.addEventListener('install', function (event) {
self.skipWaiting();
Expand Down

1 comment on commit d62a2fa

@vercel
Copy link

@vercel vercel bot commented on d62a2fa Jul 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.