Skip to content

Commit 2fe1714

Browse files
authored
fix: Issue where flask-gen could not be opened (#141)
Co-authored-by: huang yao <5945154+kirakiray@users.noreply.github.com>
1 parent be33055 commit 2fe1714

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/hashes.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/packages.zip

4 Bytes
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noneos",
3-
"version": "3.2.10",
3+
"version": "3.2.11",
44
"description": "A browser-based operating system",
55
"type": "module",
66
"scripts": {

packages/apps/flask-genie.napp/app-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const home = "./pages/home.html";
1+
export const home = "./pages/local-ai.html";
22

33
export const pageAnime = {
44
current: {

0 commit comments

Comments
 (0)