mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-22 22:11:36 +00:00
12 lines
161 B
C#
12 lines
161 B
C#
|
|
namespace AIStudio.Settings.DataModel;
|
||
|
|
|
||
|
|
public enum StartPage
|
||
|
|
{
|
||
|
|
HOME,
|
||
|
|
CHAT,
|
||
|
|
ASSISTANTS,
|
||
|
|
INFORMATION,
|
||
|
|
PLUGINS,
|
||
|
|
SUPPORTERS,
|
||
|
|
SETTINGS,
|
||
|
|
}
|