Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PhoneManager
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yang
PhoneManager
Commits
375bfc88
Commit
375bfc88
authored
Apr 21, 2025
by
CZ1004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改链接
parent
a6c383bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
PrivacyPolicyWebViewController.swift
...tings/ViewController/PrivacyPolicyWebViewController.swift
+1
-1
TermOfUseWebViewController.swift
.../Settings/ViewController/TermOfUseWebViewController.swift
+1
-1
No files found.
PhoneManager/Class/Session/Settings/ViewController/PrivacyPolicyWebViewController.swift
View file @
375bfc88
...
@@ -15,7 +15,7 @@ class PrivacyPolicyWebViewController:BaseWebViewController {
...
@@ -15,7 +15,7 @@ class PrivacyPolicyWebViewController:BaseWebViewController {
titleView
.
model
.
title
=
"Privacy Policy"
titleView
.
model
.
title
=
"Privacy Policy"
LoadWithUrl
(
url
:
"https://
sites.google.com/view/test-ios-use/home
"
)
LoadWithUrl
(
url
:
"https://
v0-privacy-green.vercel.app/privacy
"
)
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
webView
.
width
=
ScreenW
-
20
.
RW
()
webView
.
width
=
ScreenW
-
20
.
RW
()
...
...
PhoneManager/Class/Session/Settings/ViewController/TermOfUseWebViewController.swift
View file @
375bfc88
...
@@ -15,7 +15,7 @@ class TermOfUseWebViewController:BaseWebViewController {
...
@@ -15,7 +15,7 @@ class TermOfUseWebViewController:BaseWebViewController {
titleView
.
model
.
title
=
"Term of Use"
titleView
.
model
.
title
=
"Term of Use"
LoadWithUrl
(
url
:
"https://
sites.google.com/view/testiosterms/home
"
)
LoadWithUrl
(
url
:
"https://
v0-privacy-green.vercel.app/terms
"
)
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
webView
.
width
=
ScreenW
-
20
.
RW
()
webView
.
width
=
ScreenW
-
20
.
RW
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment