From 7b2b98071e32f0629b2f303dad1a02085ab32157 Mon Sep 17 00:00:00 2001 From: zyronon Date: Wed, 15 Feb 2023 14:19:46 +0800 Subject: [PATCH] update README.md --- README-en-US.md | 10 ++++------ README.md | 8 ++++---- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README-en-US.md b/README-en-US.md index 852339c..965261c 100644 --- a/README-en-US.md +++ b/README-en-US.md @@ -1,13 +1,11 @@ ### English | [简体中文](README.md) ## Preview Demo - -### Notice:Please use Chrome phone mode to access the PC side - -### Notice:Preview your phone with Android Via browser. When other browsers detect a video on the page, they force the video to be in full screen and display the control button. As a result, both css and js are invalid - [Online Demo](https://ttentau.github.io/ttentau/dy/) +### Note: Please use mobile mode of Chrome browser to access the PC side. To switch Chrome to mobile mode, press F12 to bring up the console, then Ctrl+Shift+M +### Note: For Android phones please use [Via mobile browser](https://viayoo.com/zh-cn/) or Chrome mobile version preview. When other browsers detect a video on the page, they force the video to be in full screen and display the control button. As a result, both css and js are invalid + ## Introduction **Douyin** is a mobile short video project imitating Tiktok,It is based on [vue 3](https://v3.cn.vuejs.org/), @@ -57,7 +55,7 @@ npm install npm run dev # Visit -Chrome browser access http://localhost:8080 +Chrome browser access http://localhost:5173 Chrome switches to mobile mode by pressing F12 to bring up the console, then Ctrl+Shift+M ``` diff --git a/README.md b/README.md index 14b22e60..fbbaa44 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ## 预览 [在线预览DEMO](https://ttentau.github.io/ttentau/dy/) -### 注意:电脑端请用Chrome手机模式访问 -### 注意:安卓手机请用Via浏览器预览。其他浏览器检测到页面内有视频会强制将视频全屏,并显示控制按钮,导致css和js都失效 +### 注意:电脑端请用Chrome浏览器的手机模式访问。Chrome切换成手机模式快捷键,先按F12调出控制台,再按Ctrl+Shift+M +### 注意:安卓手机请用[Via手机浏览器](https://viayoo.com/zh-cn/)或者Chrome浏览器手机版本预览。其他浏览器检测到页面内有视频会强制将视频全屏,并显示控制按钮,导致css和js都失效 ## 简介 @@ -53,8 +53,8 @@ npm install npm run dev # 访问 -Chrome浏览器访问 http://localhost:8080 -Chrome切换成移动端模式快捷键,先按F12调出控制台,再按Ctrl+Shift+M +Chrome浏览器访问 http://localhost:5173 +Chrome切换成手机模式快捷键,先按F12调出控制台,再按Ctrl+Shift+M ```