Skip to content

Commit a618b7e

Browse files
committed
修改了一些群内反馈
1 parent 9995db4 commit a618b7e

6 files changed

Lines changed: 31 additions & 31 deletions

File tree

src/addons/addons/editor-extra-keys/_manifest_entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const manifest = {
2323
},
2424
{
2525
"type": "warning",
26-
"text": "The \"TurboWarp keys\" will only work in TurboWarp, not in Scratch.",
26+
"text": "The \"TurboWarp keys\" will only work in TurboWarp or 02Engine, not in Scratch.",
2727
"id": "twKeysWarn"
2828
}
2929
],

src/addons/addons/hide-flyout/_manifest_entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ const manifest = {
120120
"tags": [
121121
"recommended"
122122
],
123-
"enabledByDefault": true
123+
"enabledByDefault": false
124124
};
125125
export default manifest;

src/lib/libraries/extensions/index.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ export default [
360360
{
361361
name: (
362362
<FormattedMessage
363-
defaultMessage="{APP_NAME} Blocks"
363+
defaultMessage="TurboWarp Blocks"
364364
description="Name of the strange 'TurboWarp Blocks' extension"
365365
id="tw.twExtension.name"
366366
values={{
@@ -407,7 +407,7 @@ export default [
407407
export const galleryLoading = {
408408
name: (
409409
<FormattedMessage
410-
defaultMessage="{APP_NAME} Extension Gallery"
410+
defaultMessage="TurboWarp Extension Gallery"
411411
description="Name of extensions.turbowarp.org in extension library"
412412
id="tw.extensionGallery.name"
413413
values={{
@@ -433,7 +433,7 @@ export const galleryLoading = {
433433
export const galleryMore = {
434434
name: (
435435
<FormattedMessage
436-
defaultMessage="{APP_NAME} Extension Gallery"
436+
defaultMessage="TurboWarp Extension Gallery"
437437
description="Name of extensions.turbowarp.org in extension library"
438438
id="tw.extensionGallery.name"
439439
values={{
@@ -459,7 +459,7 @@ export const galleryMore = {
459459
export const galleryError = {
460460
name: (
461461
<FormattedMessage
462-
defaultMessage="{APP_NAME} Extension Gallery"
462+
defaultMessage="TurboWarp Extension Gallery"
463463
description="Name of extensions.turbowarp.org in extension library"
464464
id="tw.extensionGallery.name"
465465
values={{

src/lib/make-toolbox-xml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ const myBlocks = function (isInitialSetup, isStage, targetId, colors) {
748748
// eslint-disable-next-line max-len
749749
const extraTurboWarpBlocks = `
750750
<block type="argument_reporter_boolean"><field name="VALUE">is compiled?</field></block>
751-
<block type="argument_reporter_boolean"><field name="VALUE">is TurboWarp?</field></block>
751+
<block type="argument_reporter_boolean"><field name="VALUE">is TurboWarp or 02Engine?</field></block>
752752
`;
753753
/* eslint-enable no-unused-vars */
754754

0 commit comments

Comments
 (0)