This commit is contained in:
Troplo 2023-01-15 16:35:33 +11:00
parent 17c03c1923
commit a3729e1e9c
4 changed files with 1718 additions and 1451 deletions

View File

@ -1,10 +1,10 @@
{
"name": "troplo-site",
"version": "1.0.10",
"version": "1.0.11",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"build": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"lint": "vue-cli-service lint",
"postinstall": "patch-package"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

After

Width:  |  Height:  |  Size: 446 KiB

View File

@ -126,7 +126,7 @@ export default {
},*/
{
id: 2,
name: "Jet.pics",
name: "TroploPrivateUploader (TPU)",
internalName: "proj01",
tags: [
{
@ -154,6 +154,13 @@ export default {
name: "Express",
icon: "mdi-nodejs",
link: "https://expressjs.com"
},
{
internalName: "typescript",
name: "TypeScript",
icon: "mdi-language-typescript",
link: "https://typescriptlang.org",
color: "#007acc"
}
],
description:
@ -162,7 +169,7 @@ export default {
links: [
{
name: "Website",
link: "https://jet.pics"
link: "https://images.flowinity.com"
}
]
},

3152
yarn.lock

File diff suppressed because it is too large Load Diff