mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
chore(core): add feature flag for ios AI button (#10150)
close AF-2209, AF-2104
This commit is contained in:
@@ -260,6 +260,13 @@ export const AFFINE_FLAGS = {
|
||||
configurable: isCanaryBuild,
|
||||
defaultState: false,
|
||||
},
|
||||
enable_ios_ai_button: {
|
||||
category: 'affine',
|
||||
displayName: 'Enable AI Button',
|
||||
description: 'Enable AI Button on iOS',
|
||||
configurable: BUILD_CONFIG.isIOS,
|
||||
defaultState: false,
|
||||
},
|
||||
} satisfies { [key in string]: FlagInfo };
|
||||
|
||||
// oxlint-disable-next-line no-redeclare
|
||||
|
||||
Reference in New Issue
Block a user