mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-10 07:44:57 +08:00
chore(docs): upgrade docusaurus dependencies (#528)
This commit is contained in:
parent
3107d000a9
commit
f04171ddb4
@ -41,10 +41,10 @@ Position locking allows the outfit to follow the movement of the base avatar, ev
|
|||||||
testing animations and poses, and for creating screenshots. There are three options for position lock mode:
|
testing animations and poses, and for creating screenshots. There are three options for position lock mode:
|
||||||
|
|
||||||
* Not locked - the outfit will not follow the base avatar in edit mode
|
* Not locked - the outfit will not follow the base avatar in edit mode
|
||||||
* Base =======> Target (Unidirectional) - When the base avatar moves, the outfit will move too. However, if you move the
|
* Base \=\=\=\=\=\=\=\> Target (Unidirectional) - When the base avatar moves, the outfit will move too. However, if you move the
|
||||||
outfit, the base avatar will not move. This mode will preserve any adjustments you've made to the outfit's fit, and is
|
outfit, the base avatar will not move. This mode will preserve any adjustments you've made to the outfit's fit, and is
|
||||||
recommended for normal use.
|
recommended for normal use.
|
||||||
* Base <======> Target (Bidirectional) - When the base avatar moves, the outfit will move too. If you move the outfit,
|
* Base \<\=\=\=\=\=\=\> Target (Bidirectional) - When the base avatar moves, the outfit will move too. If you move the outfit,
|
||||||
the base avatar will move too. This mode is useful for certain advanced use cases, such as creating a prefab which
|
the base avatar will move too. This mode is useful for certain advanced use cases, such as creating a prefab which
|
||||||
animates the base avatar's hair or animal ears.
|
animates the base avatar's hair or animal ears.
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
// Note: type annotations allow type checking and IDEs autocompletion
|
// Note: type annotations allow type checking and IDEs autocompletion
|
||||||
|
|
||||||
const lightCodeTheme = require('prism-react-renderer/themes/github');
|
const themes = require('prism-react-renderer').themes;
|
||||||
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
const lightCodeTheme = themes.github;
|
||||||
|
const darkCodeTheme = themes.dracula;
|
||||||
|
|
||||||
/** @type {import('@docusaurus/types').Config} */
|
/** @type {import('@docusaurus/types').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
|
@ -46,7 +46,7 @@ Modular Avatar 1.7.0以降、連鎖的に統合することができます。つ
|
|||||||
* 追従なし - 編集モードでベースアバターの動きに追従しません。
|
* 追従なし - 編集モードでベースアバターの動きに追従しません。
|
||||||
* アバター =======> ターゲット(一方向) - ベースアバターが動くと衣装も動きます。衣装を動かしてもベースアバターは動きません。
|
* アバター =======> ターゲット(一方向) - ベースアバターが動くと衣装も動きます。衣装を動かしてもベースアバターは動きません。
|
||||||
このモードは衣装のフィット調整を保持すので、通常の衣装導入なら推奨です。
|
このモードは衣装のフィット調整を保持すので、通常の衣装導入なら推奨です。
|
||||||
* アバター <======> ターゲット(双方向) - ベースアバターが動くと衣装も動きます。衣装を動かすとベースアバターも動きます。
|
* アバター \<======> ターゲット(双方向) - ベースアバターが動くと衣装も動きます。衣装を動かすとベースアバターも動きます。
|
||||||
このモードは、ベースアバターの髪やケモミミを動かすアニメーションを作るなど、高度な用途向けです。
|
このモードは、ベースアバターの髪やケモミミを動かすアニメーションを作るなど、高度な用途向けです。
|
||||||
|
|
||||||
「Setup Outfit」で衣装を導入すると、位置追従モードは「アバター =======> ターゲット(一方向)」に自動設定されます。
|
「Setup Outfit」で衣装を導入すると、位置追従モードは「アバター =======> ターゲット(一方向)」に自動設定されます。
|
||||||
|
@ -15,27 +15,31 @@
|
|||||||
"typecheck": "tsc"
|
"typecheck": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@algolia/client-search": "^4.20.0",
|
"@docusaurus/core": "^3.0.0",
|
||||||
"@docusaurus/core": "^2.4.3",
|
"@docusaurus/preset-classic": "^3.0.0",
|
||||||
"@docusaurus/preset-classic": "^2.4.3",
|
"@mdx-js/react": "^3.0.0",
|
||||||
"@mdx-js/react": "^1.6.22",
|
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"prism-react-renderer": "^1.3.5",
|
"prism-react-renderer": "^2.2.0",
|
||||||
"react": "^17.0.2",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^18.2.0",
|
||||||
"react-loadable": "^5.5.0",
|
"react-loadable": "^5.5.0",
|
||||||
"react-medium-image-zoom": "^5.1.8",
|
"react-medium-image-zoom": "^5.1.8",
|
||||||
"react-modal": "^3.16.1",
|
"react-modal": "^3.16.1",
|
||||||
"react-player": "^2.13.0"
|
"react-player": "^2.13.0",
|
||||||
|
"search-insights": "^2.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "2.4.3",
|
"@docusaurus/module-type-aliases": "3.0.0",
|
||||||
"@tsconfig/docusaurus": "^2.0.1",
|
"@tsconfig/docusaurus": "^2.0.2",
|
||||||
|
"@types/react": "^18.2.37",
|
||||||
"typescript": "^5.2.2"
|
"typescript": "^5.2.2"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"trim": "1.0.1",
|
"@algolia/client-search": "4.20.0",
|
||||||
"package-json": "8.1.0"
|
"algoliasearch": "4.20.0",
|
||||||
|
"algoliasearch-helper": "3.15.0",
|
||||||
|
"@algolia/autocomplete-core": "1.12.1",
|
||||||
|
"@algolia/autocomplete-preser-algolia": "1.12.1"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
7719
docs~/yarn.lock
7719
docs~/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user