Skip to content

Commit 5d995a3

Browse files
committed
deploy: 606b7d0
1 parent f5cda86 commit 5d995a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+404
-124
lines changed

appConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ window.AppConfig = {
2424
"app_notification_url": "assets/notifications/dev/",
2525
"app_update_url": "https://updates.phcode.io/tauri/update-latest-experimental-build.json",
2626
"linting.enabled_by_default": true,
27-
"build_timestamp": "2024-03-13T16:04:39.141Z",
27+
"build_timestamp": "2024-03-14T10:44:03.977Z",
2828
"googleAnalyticsID": "G-P4HJFPDB76",
2929
"googleAnalyticsIDDesktop": "G-VE5BXWJ0HF",
3030
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
@@ -36,7 +36,7 @@ window.AppConfig = {
3636
"bugsnagEnv": "development"
3737
},
3838
"name": "Phoenix Code",
39-
"version": "3.4.8-19996",
39+
"version": "3.4.8-20000",
4040
"apiVersion": "3.4.8",
4141
"homepage": "https://core.ai",
4242
"issues": {

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/new-project/code-editor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
6+
<meta name="robots" content="noindex">
67
<title>Extension Sidebar Dashboard</title>
78
<!-- CSS -->
89
<link rel="stylesheet" href="assets/css/bootstrap.min.css"/>

assets/phoenix-splash/error.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Phoenix editor</title>
55
<link rel="stylesheet" href="styles.css">
6+
<meta name="robots" content="noindex">
67
</head>
78

89
<body>

assets/phoenix-splash/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Phoenix editor</title>
55
<link rel="stylesheet" href="styles.css">
6+
<meta name="robots" content="noindex">
67
</head>
78

89
<body>

assets/phoenix-splash/live-preview-error.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Phoenix editor</title>
55
<link rel="stylesheet" href="styles.css">
6+
<meta name="robots" content="noindex">
67
<script type="text/javascript">
78
function applyTranslations() {
89
const urlSearchParams = new URLSearchParams(window.location.search);

assets/phoenix-splash/no-preview.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Phoenix Live Preview</title>
55
<link rel="stylesheet" href="styles.css">
6+
<meta name="robots" content="noindex">
67
<script>
78
function translate() {
89
const urlParams = new URLSearchParams(window.location.search || "");

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)