Skip to content

Commit

Permalink
disk sync and localize menu items.
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdpro committed Dec 21, 2023
1 parent f5f20c7 commit befd982
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
APIROOT=
OPENAI_API_KEY=[YOUR OPENAI KEY]
PORT=3015
PORT=3015
FILEDIR_SYNC=~/sync_dir
Binary file modified public/download/MobileHome.zip
Binary file not shown.
Binary file modified public/download/PVHome.zip
Binary file not shown.
Binary file modified public/download/StdUI.zip
Binary file not shown.
Binary file modified public/download/aichat.zip
Binary file not shown.
Binary file modified public/download/books.zip
Binary file not shown.
Binary file modified public/download/coke.zip
Binary file not shown.
Binary file modified public/download/editkit.zip
Binary file not shown.
Binary file modified public/download/files.zip
Binary file not shown.
Binary file modified public/download/homekit.zip
Binary file not shown.
Binary file modified public/download/tabedit.zip
Binary file not shown.
Binary file modified public/download/tabos.zip
Binary file not shown.
Binary file modified public/download/terminal.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions public/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -14207,7 +14207,7 @@
var diskInfo = [
{
"name": "coke",
"versionIdx": 156,
"versionIdx": 159,
"zip": "coke.zip"
},
{
Expand Down Expand Up @@ -14237,7 +14237,7 @@
},
{
"name": "-editkit",
"versionIdx": 115,
"versionIdx": 116,
"zip": "editkit.zip"
},
{
Expand Down Expand Up @@ -14265,7 +14265,7 @@
var mobileDiskInfo = [
{
"name": "coke",
"versionIdx": 156,
"versionIdx": 159,
"zip": "coke.zip"
},
{
Expand Down Expand Up @@ -14313,7 +14313,7 @@
var previewDiskInfo = [
{
"name": "coke",
"versionIdx": 156,
"versionIdx": 159,
"zip": "coke.zip"
},
{
Expand Down

0 comments on commit befd982

Please sign in to comment.