mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-07-23 06:20:48 +02:00
move static metadata to json
This commit is contained in:
+2
-43
@@ -1,46 +1,5 @@
|
||||
module.exports =
|
||||
{
|
||||
version: '3.7',
|
||||
title: 'FaceFusion 3.5.4',
|
||||
description: 'Industry leading face manipulation platform',
|
||||
icon: 'facefusion.png',
|
||||
menu: require(__dirname + '/menu.js'),
|
||||
links:
|
||||
[
|
||||
{
|
||||
title: 'Website',
|
||||
value: 'https://facefusion.io'
|
||||
},
|
||||
{
|
||||
title: 'BuyMeACoffee',
|
||||
value: 'https://buymeacoffee.com/facefusion'
|
||||
},
|
||||
{
|
||||
title: 'GitHub',
|
||||
value: 'https://github.com/facefusion/facefusion'
|
||||
},
|
||||
{
|
||||
title: 'Discord',
|
||||
value: 'https://join.facefusion.io'
|
||||
},
|
||||
{
|
||||
title: 'Reddit',
|
||||
value: 'https://www.reddit.com/r/FaceFusion'
|
||||
}
|
||||
],
|
||||
posts:
|
||||
[
|
||||
'https://x.com/henryruhs/status/2006365527732805699',
|
||||
'https://x.com/henryruhs/status/1936856829230829729',
|
||||
'https://x.com/henryruhs/status/1918628540586570060',
|
||||
'https://x.com/henryruhs/status/1886753221785378838',
|
||||
'https://x.com/henryruhs/status/1792536713513914663',
|
||||
'https://x.com/henryruhs/status/1779901408793207040',
|
||||
'https://x.com/henryruhs/status/1779237354705711384',
|
||||
'https://x.com/henryruhs/status/1769488758041088372',
|
||||
'https://x.com/henryruhs/status/1766049705148973146',
|
||||
'https://x.com/henryruhs/status/1759669022100947360',
|
||||
'https://x.com/henryruhs/status/1757833820718477533',
|
||||
'https://x.com/henryruhs/status/1735422051253420379'
|
||||
]
|
||||
version: '5.0',
|
||||
menu: require(__dirname + '/menu.js')
|
||||
};
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"title": "FaceFusion 3.5.4",
|
||||
"description": "Industry leading face manipulation platform",
|
||||
"icon": "facefusion.png",
|
||||
"links":
|
||||
[
|
||||
{
|
||||
"title": "Website",
|
||||
"value": "https://facefusion.io"
|
||||
},
|
||||
{
|
||||
"title": "BuyMeACoffee",
|
||||
"value": "https://buymeacoffee.com/facefusion"
|
||||
},
|
||||
{
|
||||
"title": "GitHub",
|
||||
"value": "https://github.com/facefusion/facefusion"
|
||||
},
|
||||
{
|
||||
"title": "Discord",
|
||||
"value": "https://join.facefusion.io"
|
||||
},
|
||||
{
|
||||
"title": "Reddit",
|
||||
"value": "https://www.reddit.com/r/FaceFusion"
|
||||
}
|
||||
],
|
||||
"plugin":
|
||||
{
|
||||
"menu": []
|
||||
},
|
||||
"posts":
|
||||
[
|
||||
"https://x.com/henryruhs/status/2006365527732805699",
|
||||
"https://x.com/henryruhs/status/1936856829230829729",
|
||||
"https://x.com/henryruhs/status/1918628540586570060",
|
||||
"https://x.com/henryruhs/status/1886753221785378838",
|
||||
"https://x.com/henryruhs/status/1792536713513914663",
|
||||
"https://x.com/henryruhs/status/1779901408793207040",
|
||||
"https://x.com/henryruhs/status/1779237354705711384",
|
||||
"https://x.com/henryruhs/status/1769488758041088372",
|
||||
"https://x.com/henryruhs/status/1766049705148973146",
|
||||
"https://x.com/henryruhs/status/1759669022100947360",
|
||||
"https://x.com/henryruhs/status/1757833820718477533",
|
||||
"https://x.com/henryruhs/status/1735422051253420379"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user