# 實現動畫效果需要導入的組件
- Animated:動畫庫。
- InteractionManager:用以將包裏的處理延遲到動畫完成之後執行。
# 實現動畫效果的流程
創建
Animated.Value
對象。1
const animatedValue = new Animated.Value(value); // value: Number
PHP の公式サイトで PHP の言語パックをダウンロードする(特に仮想マシンで PHP 開発環境を整えた人もローカルマシンで PHP をインストールする必要がある)。
tar.xx
を使えるらしい。Windows downloads
を選択する。ダウンロードファイルを解凍し、そのままでインストールが完了する。
環境変数の PATH に PHP のパスを入れる。
Win + S
で Cortana を呼び出し、環境変数を編集
を入力して選択する。Path
を選択し編集を押す。xx/xx/php
を入力する。php -v
を入力して実行し、バージョン情報が正確に表示されれば成功である。VSCode の設定ファイル Settings.json
に以下のコードを入力して PHP パックと繋げる。
1 | "php.suggest.basic": false, //VSCode デフォルトの候補提示機能を無効にする |
..\themes\yilia-plus\source\main.a5fda8.css
..\themes\yilia-plus\source-src\css\left.scss
文件主題作者的評論區
更改全局字體
themes/yilia/sourse/main.0cf68a.css
第一行前加入
1 | * { |
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true