mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: adjust experimental features text (#8044)
close AF-1313 AF-1312 AF-1311 AF-1310
This commit is contained in:
@@ -78,8 +78,10 @@ export const AFFINE_FLAGS = {
|
||||
category: 'affine',
|
||||
displayName: 'Split View',
|
||||
description:
|
||||
'The Split View feature in AFFiNE allows users to divide their workspace into multiple sections, enabling simultaneous viewing and editing of different documents.The Split View feature in AFFiNE allows users to divide their workspace into multiple sections, enabling simultaneous viewing and editing of different documents.',
|
||||
'The Split View feature enables you to divide your tab into multiple sections for simultaneous viewing and editing of different documents.',
|
||||
feedbackType: 'discord',
|
||||
feedbackLink:
|
||||
'https://discord.com/channels/959027316334407691/1280009690004324405',
|
||||
configurable: isDesktopEnvironment,
|
||||
defaultState: isCanaryBuild,
|
||||
},
|
||||
@@ -88,6 +90,9 @@ export const AFFINE_FLAGS = {
|
||||
displayName: 'Emoji Folder Icon',
|
||||
description:
|
||||
'Once enabled, you can use an emoji as the folder icon. When the first character of the folder name is an emoji, it will be extracted and used as its icon.',
|
||||
feedbackType: 'discord',
|
||||
feedbackLink:
|
||||
'https://discord.com/channels/959027316334407691/1280014319865696351/1280014319865696351',
|
||||
configurable: true,
|
||||
defaultState: false,
|
||||
},
|
||||
|
||||
@@ -6,6 +6,7 @@ export type FlagInfo = {
|
||||
configurable?: boolean;
|
||||
defaultState?: boolean; // default to open and not controlled by user
|
||||
feedbackType?: FeedbackType;
|
||||
feedbackLink?: string;
|
||||
} & (
|
||||
| {
|
||||
category: 'affine';
|
||||
|
||||
Reference in New Issue
Block a user