格式调整
parent
07ce75baf8
commit
5fe8a43cfb
|
@ -282,10 +282,10 @@ networksetup -setwebproxy 'WiFi' 127.0.0.1 31181
|
||||||
|
|
||||||
#### 3)火狐浏览器:火狐浏览器不走系统的根证书,需要在选项中添加根证书
|
#### 3)火狐浏览器:火狐浏览器不走系统的根证书,需要在选项中添加根证书
|
||||||
|
|
||||||
> 1. 火狐浏览器->选项->隐私与安全->证书->查看证书
|
- 1. 火狐浏览器->选项->隐私与安全->证书->查看证书
|
||||||
> 2. 证书颁发机构->导入
|
- 2. 证书颁发机构->导入
|
||||||
> 3. 选择证书文件`C:\Users(用户)\Administrator(你的账号)\.dev-sidecar\dev-sidecar.ca.crt`(Mac或linux为`~/.dev-sidecar`目录)
|
- 3. 选择证书文件`C:\Users(用户)\Administrator(你的账号)\.dev-sidecar\dev-sidecar.ca.crt`(Mac或linux为`~/.dev-sidecar`目录)
|
||||||
> 4. 勾选信任由此证书颁发机构来标识网站,确定即可
|
- 4. 勾选信任由此证书颁发机构来标识网站,确定即可
|
||||||
|
|
||||||
### 6.4、打开github显示连接超时
|
### 6.4、打开github显示连接超时
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "dev-sidecar-parent",
|
"name": "dev-sidecar-parent",
|
||||||
"packageManager": "pnpm@9.13.2",
|
|
||||||
"private": false,
|
"private": false,
|
||||||
|
"packageManager": "pnpm@9.13.2",
|
||||||
"author": "Greper",
|
"author": "Greper",
|
||||||
"license": "MPL-2.0"
|
"license": "MPL-2.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,20 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" style="height:100%">
|
<html lang="en" style="height: 100%">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||||
<script type="application/javascript">window.config = {}</script>
|
<script type="application/javascript">
|
||||||
|
window.config = {}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body style="height:100%">
|
<body style="height: 100%">
|
||||||
<div id="app" style="height:100%">
|
<div id="app" style="height: 100%">
|
||||||
<div style="display: flex;align-items: center;justify-content: center;height:100%;width:100%"><img src="loading-spin.svg"></div>
|
<div style="display: flex; align-items: center; justify-content: center; height: 100%; width: 100%">
|
||||||
|
<img src="loading-spin.svg" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- built files will be auto injected -->
|
<!-- built files will be auto injected -->
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue