1. ?? ??
// frontend/behaviors/MobileBehavior.php class MobileBehavior extends \yii\base\Behavior{ public function events() { return [ \yii\web\Controller::EVENT_BEFORE_ACTION => 'beforeAction' ]; } public function beforeAction($event) { if (strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone') || strpos($_SERVER['HTTP_USER_AGENT'], 'Android') { $event->sender->module->setViewPath($event->sender->module->getBasePath().DIRECTORY_SEPARATOR.'H5Views'); } } }
2. ?? ??? BaseController.php ??(?? ?? ???? ??: php ???? )
/ frontend/controllers/BaseController.php class BaseController extends \yii\web\Controller{ public function behaviors() { return [ \frontend\behaviors\MobileBehavior::className() ]; } // 其他action}
?? ????? BaseController? ?????.
3. ????? ??? H5View? ???? ??? H5 ??? ??? ?????.
?? ??: yii ????
? ??? yii2?? ????? ???? ???? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

??? ??? ???? ???? ?? ??? ?? ??? ?? ??? ???? Windows 11 ???? ?????. ?? ???? ??? Windows 11? ??? ?????? ????? ?? ??? ??? ??? ?? ?? ? ??? ?? ???? ??? ?? ??? Windows 11? ??? ???? ??? ? ??????? ?? ??? ?????. ?? ?? YouTube ???? ??? ? ???? ??? ??? ??? ???? ?? ??? ??? ??? ? ?? ??? ?? ??? ????. ?? ???, ???? ?? ??? ?? ??? ?? ?? ??? ??? ? ?? ?? ??? ?? ??? ????. ?? ???? ??? ?? ????

yii2?? jquery? ???? ??: 1. AppAsset.php ??? ???? $dependents ??? "yii\web\YiiAsset" ?? ?? ?????. 2. main.php ??? ???? ??? "'yii"? ?????. "comComponents" \web\JqueryAsset' => ['js' => [],'sourcePath' => null,]" ?? ???? jquery ????? ?????.

??? ???? ??? ?? ?? ? ?? ????? ???????? ??? ??? ???? ???. ?? ???? ????? ?????? Vue? ??? ????? ??? ??? ??? ?? ??? ??? ?????? ???? ? ??? ? ? ????. ? ????? Vue? ???? ??? ??? ?????? ???? ??? ?????. px ?? rem? ??? ???? ??? ??????? px? ??? ???? ?? ???? ?? ??? ???? ?? ? ????. ??? ??? px ?? rem? ???? ?? ????. ?? ?????

??? ??? ??? ???? ?? CSSViewport ?? vmin ? vw? ???? ?? ? ?????? ???? ?? ??? ???? ?? ??? ?? ?????. ? ??? ???? ?? CSS? ??? ??? ??? ??? ?????. ? ? vmin? ??? ??? ?? ?? ???? ????, vw? ??? ??? ???? ?????. ??? ? ? ??? ???? ??? ??? ??? ??? ?? ? ????. ???? ??? ???? ???????

??? ?? ???? ???? ??? ????? ??? ??? ??? ??? ??? ???? ??? ?? ???? ??? ????, ??? ???? ?? ?? ????? ???? ? ? ??? ?????. ????, ???, ??? ? ?? ???? ????? ???? ???? ???? ??? ??? ? ????. ?? ???? PHP? jQuery? ??? ??? ????? ?? ???? ??? ???????. ??? ????? ? ?????? ??? ??? ???? ???? ???? ?? ???

YII2?? ?? ????? ???? ? ?? ?? ??? ????. ??? yii :: $ app- & amp; gt; errorhandler- & amp; gt; exception ()? ???? ??? ??? ? ??? ???? ?? ???? ????. ?? ??? $ this- & amp; gt; adderror ()? ???? ???, ?? ?? ??? ??? ?? ? ? ??? ???? $ model- & amp; gt; getErrors ()? ?? ??? ??? ? ? ????. ???? if ($ errors = $ model- & amp; gt; getErrors ())? ??? ? ????.

Vue? ?? ??? ???? ??? ??? ????. 1. "npm install" ?? "yarn add" ??? ?? "scale-box" ?? ??? ???? "scale-box"? ???? ??? ????? ?????. 2. ?? ??? ???? ?? ?? ?? ?? ??? ?? 3. JS? ?? ? ??? ???? ?? ??? ?????.

CSSViewport: vmax ? vw? ???? ??? ??? ??? ???? ?? ??? ??? ??? ?? ??? ???? ? ????? ??? ??? ?????. ? ???? ??? ?? ????? ??? ????? ??? ???? ?? ??? ??? ??? ??? ?????. ? ????? CSSViewport ??, ?? vmax ? vw ??? ???? ??? ??? ??? ???? ??? ?????. ???? ?? ?? ???? ??? ?????.
