File tree Expand file tree Collapse file tree
docs/API-Reference/command
test/spec/LiveDevelopment-MultiBrowser-test-files Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -734,6 +734,12 @@ Opens support resources
734734## HELP\_ GET\_ PRO
735735Opens Phoenix Pro page
736736
737+ ** Kind** : global variable
738+ <a name =" HELP_CANCEL_TRIAL " ></a >
739+
740+ ## HELP\_ CANCEL\_ TRIAL
741+ Cancels Phoenix Pro trial
742+
737743** Kind** : global variable
738744<a name =" HELP_VIEW_LICENSE " ></a >
739745
Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < html >
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < title > Media Query Test</ title >
6+ < style >
7+ body { margin : 0 ; font-family : sans-serif; }
8+ # content { padding : 20px ; }
9+ @media (max-width : 768px ) {
10+ # content { background : lightblue; }
11+ }
12+ @media (max-width : 480px ) {
13+ # content { background : lightgreen; }
14+ }
15+ </ style >
16+ </ head >
17+ < body >
18+ < div id ="content "> Media query test page</ div >
19+ </ body >
20+ </ html >
Original file line number Diff line number Diff line change 11{
22 "phoenixPro" : {
3- "commitID" : " 30f7c0134525df5d1f055fcea9cc276025cb1a68 "
3+ "commitID" : " eb905df1b6d728d57118f012ba787d42a2eaa7fb "
44 }
55}
You can’t perform that action at this time.
0 commit comments