SYMBOL INDEX (59 symbols across 32 files) FILE: src-tauri/build.rs function main (line 3) | fn main() { FILE: src-tauri/scripts/ask.js class ChatAsk (line 7) | class ChatAsk { method sync (line 8) | static sync(message) { method submit (line 21) | static submit() { FILE: src-tauri/src/core/cmd.rs function view_reload (line 9) | pub fn view_reload(app: AppHandle) { function view_url (line 19) | pub fn view_url(app: AppHandle) -> tauri::Url { function view_go_forward (line 29) | pub fn view_go_forward(app: AppHandle) { function view_go_back (line 39) | pub fn view_go_back(app: AppHandle) { function window_pin (line 49) | pub fn window_pin(app: AppHandle, pin: bool) { function ask_sync (line 63) | pub fn ask_sync(app: AppHandle, message: String) { function ask_send (line 73) | pub fn ask_send(app: AppHandle) { function set_theme (line 90) | pub fn set_theme(app: AppHandle, theme: String) { function get_app_conf (line 101) | pub fn get_app_conf(app: AppHandle) -> AppConf { function set_view_ask (line 106) | pub fn set_view_ask(app: AppHandle, enabled: bool) { FILE: src-tauri/src/core/conf.rs type AppConf (line 13) | pub struct AppConf { method new (line 21) | pub fn new() -> Self { method get_conf_path (line 33) | pub fn get_conf_path(app: &AppHandle) -> Result Result String { method load (line 56) | pub fn load(app: &AppHandle) -> Result Result<(), Box Result { method get_theme (line 112) | pub fn get_theme(app: &AppHandle) -> Theme { FILE: src-tauri/src/core/setup.rs function init (line 20) | pub fn init(app: &mut App) -> Result<(), Box> { FILE: src-tauri/src/core/template.rs type Template (line 16) | pub struct Template { method new (line 22) | pub fn new>(template_dir: P) -> Self { method default (line 48) | fn default() -> Template { function read_version_info (line 56) | fn read_version_info(data: &[u8]) -> Result { function read_file_contents (line 88) | fn read_file_contents>(filename: P) -> Result> { function write_file_contents (line 97) | fn write_file_contents>(filename: P, data: &[u8]) -> Resu... function create_dir (line 105) | fn create_dir>(filename: P) -> Result<()> { function update_or_create_file (line 117) | fn update_or_create_file>(filename: P, new_data: &[u8]) -... FILE: src-tauri/src/core/window.rs function open_settings (line 6) | pub fn open_settings(app: AppHandle) { FILE: src-tauri/src/main.rs function main (line 7) | fn main() { FILE: src/App.tsx function App (line 13) | function App() { FILE: src/components/WinTitlebar.tsx function WinTitlebar (line 9) | function WinTitlebar() { FILE: src/hooks/useInfo.tsx function useInfo (line 4) | function useInfo() { FILE: src/hooks/useTheme.tsx function useTheme (line 4) | function useTheme() { FILE: src/icons/ArrowLeft.tsx function ArrowLeft (line 3) | function ArrowLeft(props: I.SVG) { FILE: src/icons/Ask.tsx function Ask (line 3) | function Ask(props: I.SVG) { FILE: src/icons/Link.tsx function Link (line 3) | function Link(props: I.SVG) { FILE: src/icons/Pin.tsx function Pin (line 3) | function Pin(props: I.SVG) { FILE: src/icons/Reload.tsx function Reload (line 3) | function Reload(props: I.SVG) { FILE: src/icons/SVGWrap.tsx function SVGWrap (line 4) | function SVGWrap({ size = 18, children, type, className, title, onClick,... FILE: src/icons/Send.tsx function Send (line 3) | function Send(props: I.SVG) { FILE: src/icons/Setting.tsx function Setting (line 3) | function Setting(props: I.SVG) { FILE: src/icons/ThemeDark.tsx function ThemeDark (line 3) | function ThemeDark(props: I.SVG) { FILE: src/icons/ThemeLight.tsx function ThemeLight (line 3) | function ThemeLight(props: I.SVG) { FILE: src/icons/ThemeSystem.tsx function Ask (line 3) | function Ask(props: I.SVG) { FILE: src/icons/UnPin.tsx function UnPin (line 3) | function UnPin(props: I.SVG) { FILE: src/icons/WindowClose.tsx function WindowClose (line 3) | function WindowClose(props: I.SVG) { FILE: src/icons/WindowMaximize.tsx function WindowMaximize (line 3) | function WindowMaximize(props: I.SVG) { FILE: src/icons/WindowMinimize.tsx function WindowMinimize (line 3) | function WindowMinimize(props: I.SVG) { FILE: src/icons/WindowRestore.tsx function WindowRestore (line 3) | function WindowRestore(props: I.SVG) { FILE: src/types.d.ts type AppConf (line 2) | type AppConf = { type SVG (line 9) | interface SVG extends React.SVGProps { FILE: src/view/Ask.tsx function ChatInput (line 8) | function ChatInput() { FILE: src/view/Settings.tsx function Settings (line 1) | function Settings() { FILE: src/view/Titlebar.tsx function Titlebar (line 20) | function Titlebar() {