mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-01-19 11:14:45 +00:00
Update README, rebuild
This commit is contained in:
parent
5a98b2094e
commit
c2e8677840
10
README.md
10
README.md
|
|
@ -31,10 +31,6 @@ Build the production version of the app with `npm run build`:
|
|||
npm run build
|
||||
```
|
||||
|
||||
You will also need to clone the [t2-skins](https://github.com/exogen/t2-skins)
|
||||
repository, which is the source for all the custom skins that will be listed in
|
||||
the dropdown menu. Adding a new skin to that repository will make it
|
||||
automatically appear in the menu during build time.
|
||||
|
||||
If [t2-skins](https://github.com/exogen/t2-skins) is not a sibling folder to
|
||||
`t2-model-skinner`, set the `T2_SKINS_PATH` environment variable to its path.
|
||||
To get new skins to appear in the Custom Skins dropdown menu or the gallery
|
||||
page, they must be deployed with the [t2-skins](https://github.com/exogen/t2-skins)
|
||||
repository.
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1 +1 @@
|
|||
self.__BUILD_MANIFEST={__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/":["static/chunks/e21e5bbe-b28e0079b469d4e8.js","static/chunks/ebc70433-4eccd1cb3af29a3e.js","static/chunks/6eb5140f-31a2b2da7903b885.js","static/chunks/85d7bc83-1ca530d7d3f44153.js","static/chunks/cb355538-da37657816b3e149.js","static/chunks/2e3a845b-deb32d540780320d.js","static/chunks/f580fadb-2911e2fbf64aae5a.js","static/chunks/515-13ff0773d41722ae.js","static/chunks/pages/index-510f17fe7e538382.js"],"/_error":["static/chunks/pages/_error-54b9fcf45cb5bc62.js"],"/gallery":["static/chunks/737a5600-aea383aaa2061cc6.js","static/css/4697ac00fc8a3aa4.css","static/chunks/pages/gallery-04ec5e2839ab965e.js"],sortedPages:["/","/_app","/_error","/gallery"]},self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|
||||
self.__BUILD_MANIFEST={__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/":["static/chunks/e21e5bbe-b28e0079b469d4e8.js","static/chunks/ebc70433-4eccd1cb3af29a3e.js","static/chunks/6eb5140f-31a2b2da7903b885.js","static/chunks/85d7bc83-1ca530d7d3f44153.js","static/chunks/cb355538-da37657816b3e149.js","static/chunks/2e3a845b-deb32d540780320d.js","static/chunks/f580fadb-2911e2fbf64aae5a.js","static/chunks/515-13ff0773d41722ae.js","static/chunks/pages/index-510f17fe7e538382.js"],"/_error":["static/chunks/pages/_error-54b9fcf45cb5bc62.js"],"/gallery":["static/chunks/737a5600-aea383aaa2061cc6.js","static/css/4697ac00fc8a3aa4.css","static/chunks/pages/gallery-6fd10c3c09064b0b.js"],sortedPages:["/","/_app","/_error","/gallery"]},self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -53,6 +53,7 @@ export default function GalleryPage() {
|
|||
)}.${actualModel}.webp`}
|
||||
width={680}
|
||||
height={800}
|
||||
alt={name}
|
||||
/>
|
||||
<div className={styles.Label}>{name}</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue