<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
  <Id>3a1b7b61-91dc-4fd7-bc34-d8ac03333271</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Office Agent</ProviderName>
  <DefaultLocale>zh-CN</DefaultLocale>
  <DisplayName DefaultValue="Office Agent"/>
  <Description DefaultValue="Word 智能助手 - AI 驱动的文档编写、检查、合同审核与公文生成工具"/>
  <IconUrl DefaultValue="https://addin.elstgl.com:9443/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://addin.elstgl.com:9443/assets/icon-64.png"/>
  <SupportUrl DefaultValue="https://www.addin-ai.com"/>
  <AppDomains>
    <AppDomain>https://www.addin-ai.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://addin.elstgl.com:9443/taskpane.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Document">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title"/>
            <Description resid="GetStarted.Description"/>
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
          </GetStarted>
          <FunctionFile resid="Commands.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="TabOfficeAgent">

              <!-- Group 1: Chat（通用聊天） -->
              <Group id="GroupChat">
                <Label resid="GroupChat.Label"/>
                <Icon>
                  <bt:Image size="16" resid="ChatIcon.16x16"/>
                  <bt:Image size="32" resid="ChatIcon.32x32"/>
                  <bt:Image size="80" resid="ChatIcon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="BtnChat">
                  <Label resid="BtnChat.Label"/>
                  <Supertip>
                    <Title resid="BtnChat.Label"/>
                    <Description resid="BtnChat.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="ChatIcon.16x16"/>
                    <bt:Image size="32" resid="ChatIcon.32x32"/>
                    <bt:Image size="80" resid="ChatIcon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>OfficeAgentPane</TaskpaneId>
                    <SourceLocation resid="TaskpaneChat.Url"/>
                  </Action>
                </Control>
              </Group>

              <!-- Group 2: 文档检查 -->
              <Group id="GroupCheckAgent">
                <Label resid="GroupCheckAgent.Label"/>
                <Icon>
                  <bt:Image size="16" resid="CheckIcon.16x16"/>
                  <bt:Image size="32" resid="CheckIcon.32x32"/>
                  <bt:Image size="80" resid="CheckIcon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="BtnCheckAgent">
                  <Label resid="BtnCheckAgent.Label"/>
                  <Supertip>
                    <Title resid="BtnCheckAgent.Label"/>
                    <Description resid="BtnCheckAgent.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="CheckIcon.16x16"/>
                    <bt:Image size="32" resid="CheckIcon.32x32"/>
                    <bt:Image size="80" resid="CheckIcon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>OfficeAgentPane</TaskpaneId>
                    <SourceLocation resid="TaskpaneCheckAgent.Url"/>
                  </Action>
                </Control>
              </Group>

              <!-- Group 3: 合同（2 个按钮：审核 + 权益保障） -->
              <Group id="GroupContract">
                <Label resid="GroupContract.Label"/>
                <Icon>
                  <bt:Image size="16" resid="ReviewIcon.16x16"/>
                  <bt:Image size="32" resid="ReviewIcon.32x32"/>
                  <bt:Image size="80" resid="ReviewIcon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="BtnContractReview">
                  <Label resid="BtnContractReview.Label"/>
                  <Supertip>
                    <Title resid="BtnContractReview.Label"/>
                    <Description resid="BtnContractReview.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="ReviewIcon.16x16"/>
                    <bt:Image size="32" resid="ReviewIcon.32x32"/>
                    <bt:Image size="80" resid="ReviewIcon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>OfficeAgentPane</TaskpaneId>
                    <SourceLocation resid="TaskpaneContractReview.Url"/>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="BtnContractWriter">
                  <Label resid="BtnContractWriter.Label"/>
                  <Supertip>
                    <Title resid="BtnContractWriter.Label"/>
                    <Description resid="BtnContractWriter.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="WriteIcon.16x16"/>
                    <bt:Image size="32" resid="WriteIcon.32x32"/>
                    <bt:Image size="80" resid="WriteIcon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>OfficeAgentPane</TaskpaneId>
                    <SourceLocation resid="TaskpaneContractWriter.Url"/>
                  </Action>
                </Control>
              </Group>

              <!-- Group 4: 公文编写 -->
              <Group id="GroupGovDoc">
                <Label resid="GroupGovDoc.Label"/>
                <Icon>
                  <bt:Image size="16" resid="GovIcon.16x16"/>
                  <bt:Image size="32" resid="GovIcon.32x32"/>
                  <bt:Image size="80" resid="GovIcon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="BtnGovDocWriter">
                  <Label resid="BtnGovDocWriter.Label"/>
                  <Supertip>
                    <Title resid="BtnGovDocWriter.Label"/>
                    <Description resid="BtnGovDocWriter.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="GovIcon.16x16"/>
                    <bt:Image size="32" resid="GovIcon.32x32"/>
                    <bt:Image size="80" resid="GovIcon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>OfficeAgentPane</TaskpaneId>
                    <SourceLocation resid="TaskpaneGovDocWriter.Url"/>
                  </Action>
                </Control>
              </Group>

              <!-- Group 5: 文档写作 -->
              <Group id="GroupDocWriting">
                <Label resid="GroupDocWriting.Label"/>
                <Icon>
                  <bt:Image size="16" resid="DocWritingIcon.16x16"/>
                  <bt:Image size="32" resid="DocWritingIcon.32x32"/>
                  <bt:Image size="80" resid="DocWritingIcon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="BtnDocWriting">
                  <Label resid="BtnDocWriting.Label"/>
                  <Supertip>
                    <Title resid="BtnDocWriting.Label"/>
                    <Description resid="BtnDocWriting.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="DocWritingIcon.16x16"/>
                    <bt:Image size="32" resid="DocWritingIcon.32x32"/>
                    <bt:Image size="80" resid="DocWritingIcon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>OfficeAgentPane</TaskpaneId>
                    <SourceLocation resid="TaskpaneDocWriting.Url"/>
                  </Action>
                </Control>
              </Group>

              <!-- Group 6: 文档总结 -->
              <Group id="GroupDocSummary">
                <Label resid="GroupDocSummary.Label"/>
                <Icon>
                  <bt:Image size="16" resid="DocSummaryIcon.16x16"/>
                  <bt:Image size="32" resid="DocSummaryIcon.32x32"/>
                  <bt:Image size="80" resid="DocSummaryIcon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="BtnDocSummary">
                  <Label resid="BtnDocSummary.Label"/>
                  <Supertip>
                    <Title resid="BtnDocSummary.Label"/>
                    <Description resid="BtnDocSummary.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="DocSummaryIcon.16x16"/>
                    <bt:Image size="32" resid="DocSummaryIcon.32x32"/>
                    <bt:Image size="80" resid="DocSummaryIcon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>OfficeAgentPane</TaskpaneId>
                    <SourceLocation resid="TaskpaneDocSummary.Url"/>
                  </Action>
                </Control>
              </Group>

              <!-- Group 7: 润色（下拉菜单） -->
              <Group id="GroupPolish">
                <Label resid="GroupPolish.Label"/>
                <Icon>
                  <bt:Image size="16" resid="PolishIcon.16x16"/>
                  <bt:Image size="32" resid="PolishIcon.32x32"/>
                  <bt:Image size="80" resid="PolishIcon.80x80"/>
                </Icon>
                <Control xsi:type="Menu" id="MenuPolish">
                  <Label resid="MenuPolish.Label"/>
                  <Supertip>
                    <Title resid="MenuPolish.Label"/>
                    <Description resid="MenuPolish.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="PolishIcon.16x16"/>
                    <bt:Image size="32" resid="PolishIcon.32x32"/>
                    <bt:Image size="80" resid="PolishIcon.80x80"/>
                  </Icon>
                  <Items>
                    <Item id="BtnPolishFormal">
                      <Label resid="BtnPolishFormal.Label"/>
                      <Supertip>
                        <Title resid="BtnPolishFormal.Label"/>
                        <Description resid="BtnPolishFormal.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="PolishIcon.16x16"/>
                        <bt:Image size="32" resid="PolishIcon.32x32"/>
                        <bt:Image size="80" resid="PolishIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpanePolishFormal.Url"/>
                      </Action>
                    </Item>
                    <Item id="BtnPolishGov">
                      <Label resid="BtnPolishGov.Label"/>
                      <Supertip>
                        <Title resid="BtnPolishGov.Label"/>
                        <Description resid="BtnPolishGov.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="PolishIcon.16x16"/>
                        <bt:Image size="32" resid="PolishIcon.32x32"/>
                        <bt:Image size="80" resid="PolishIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpanePolishGov.Url"/>
                      </Action>
                    </Item>
                    <Item id="BtnPolishLively">
                      <Label resid="BtnPolishLively.Label"/>
                      <Supertip>
                        <Title resid="BtnPolishLively.Label"/>
                        <Description resid="BtnPolishLively.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="PolishIcon.16x16"/>
                        <bt:Image size="32" resid="PolishIcon.32x32"/>
                        <bt:Image size="80" resid="PolishIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpanePolishLively.Url"/>
                      </Action>
                    </Item>
                    <Item id="BtnPolishColloquial">
                      <Label resid="BtnPolishColloquial.Label"/>
                      <Supertip>
                        <Title resid="BtnPolishColloquial.Label"/>
                        <Description resid="BtnPolishColloquial.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="PolishIcon.16x16"/>
                        <bt:Image size="32" resid="PolishIcon.32x32"/>
                        <bt:Image size="80" resid="PolishIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpanePolishColloquial.Url"/>
                      </Action>
                    </Item>
                    <Item id="BtnPolishAcademic">
                      <Label resid="BtnPolishAcademic.Label"/>
                      <Supertip>
                        <Title resid="BtnPolishAcademic.Label"/>
                        <Description resid="BtnPolishAcademic.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="PolishIcon.16x16"/>
                        <bt:Image size="32" resid="PolishIcon.32x32"/>
                        <bt:Image size="80" resid="PolishIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpanePolishAcademic.Url"/>
                      </Action>
                    </Item>
                  </Items>
                </Control>
              </Group>

              <!-- Group 8: AI排版（下拉菜单） -->
              <Group id="GroupAILayout">
                <Label resid="GroupAILayout.Label"/>
                <Icon>
                  <bt:Image size="16" resid="AILayoutIcon.16x16"/>
                  <bt:Image size="32" resid="AILayoutIcon.32x32"/>
                  <bt:Image size="80" resid="AILayoutIcon.80x80"/>
                </Icon>
                <Control xsi:type="Menu" id="MenuAILayout">
                  <Label resid="MenuAILayout.Label"/>
                  <Supertip>
                    <Title resid="MenuAILayout.Label"/>
                    <Description resid="MenuAILayout.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="AILayoutIcon.16x16"/>
                    <bt:Image size="32" resid="AILayoutIcon.32x32"/>
                    <bt:Image size="80" resid="AILayoutIcon.80x80"/>
                  </Icon>
                  <Items>
                    <Item id="BtnLayoutGeneral">
                      <Label resid="BtnLayoutGeneral.Label"/>
                      <Supertip>
                        <Title resid="BtnLayoutGeneral.Label"/>
                        <Description resid="BtnLayoutGeneral.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="AILayoutIcon.16x16"/>
                        <bt:Image size="32" resid="AILayoutIcon.32x32"/>
                        <bt:Image size="80" resid="AILayoutIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpaneLayoutGeneral.Url"/>
                      </Action>
                    </Item>
                    <Item id="BtnLayoutPaper">
                      <Label resid="BtnLayoutPaper.Label"/>
                      <Supertip>
                        <Title resid="BtnLayoutPaper.Label"/>
                        <Description resid="BtnLayoutPaper.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="AILayoutIcon.16x16"/>
                        <bt:Image size="32" resid="AILayoutIcon.32x32"/>
                        <bt:Image size="80" resid="AILayoutIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpaneLayoutPaper.Url"/>
                      </Action>
                    </Item>
                    <Item id="BtnLayoutGovDoc">
                      <Label resid="BtnLayoutGovDoc.Label"/>
                      <Supertip>
                        <Title resid="BtnLayoutGovDoc.Label"/>
                        <Description resid="BtnLayoutGovDoc.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="AILayoutIcon.16x16"/>
                        <bt:Image size="32" resid="AILayoutIcon.32x32"/>
                        <bt:Image size="80" resid="AILayoutIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpaneLayoutGovDoc.Url"/>
                      </Action>
                    </Item>
                    <Item id="BtnLayoutTemplate">
                      <Label resid="BtnLayoutTemplate.Label"/>
                      <Supertip>
                        <Title resid="BtnLayoutTemplate.Label"/>
                        <Description resid="BtnLayoutTemplate.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="AILayoutIcon.16x16"/>
                        <bt:Image size="32" resid="AILayoutIcon.32x32"/>
                        <bt:Image size="80" resid="AILayoutIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpaneLayoutTemplate.Url"/>
                      </Action>
                    </Item>
                    <Item id="BtnLayoutContract">
                      <Label resid="BtnLayoutContract.Label"/>
                      <Supertip>
                        <Title resid="BtnLayoutContract.Label"/>
                        <Description resid="BtnLayoutContract.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="AILayoutIcon.16x16"/>
                        <bt:Image size="32" resid="AILayoutIcon.32x32"/>
                        <bt:Image size="80" resid="AILayoutIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpaneLayoutContract.Url"/>
                      </Action>
                    </Item>
                    <Item id="BtnLayoutBidding">
                      <Label resid="BtnLayoutBidding.Label"/>
                      <Supertip>
                        <Title resid="BtnLayoutBidding.Label"/>
                        <Description resid="BtnLayoutBidding.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="AILayoutIcon.16x16"/>
                        <bt:Image size="32" resid="AILayoutIcon.32x32"/>
                        <bt:Image size="80" resid="AILayoutIcon.80x80"/>
                      </Icon>
                      <Action xsi:type="ShowTaskpane">
                        <TaskpaneId>OfficeAgentPane</TaskpaneId>
                        <SourceLocation resid="TaskpaneLayoutBidding.Url"/>
                      </Action>
                    </Item>
                  </Items>
                </Control>
              </Group>

              <!-- Group 9: 设置 -->
              <Group id="GroupSettings">
                <Label resid="GroupSettings.Label"/>
                <Icon>
                  <bt:Image size="16" resid="SettingsIcon.16x16"/>
                  <bt:Image size="32" resid="SettingsIcon.32x32"/>
                  <bt:Image size="80" resid="SettingsIcon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="BtnSettings">
                  <Label resid="BtnSettings.Label"/>
                  <Supertip>
                    <Title resid="BtnSettings.Label"/>
                    <Description resid="BtnSettings.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="SettingsIcon.16x16"/>
                    <bt:Image size="32" resid="SettingsIcon.32x32"/>
                    <bt:Image size="80" resid="SettingsIcon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>OfficeAgentPane</TaskpaneId>
                    <SourceLocation resid="TaskpaneSettings.Url"/>
                  </Action>
                </Control>
              </Group>

              <Label resid="CustomTab.Label"/>
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <!-- 通用图标 (addin 全局) -->
        <bt:Image id="Icon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-80.png"/>
        <!-- Chat 聊天气泡 -->
        <bt:Image id="ChatIcon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-chat-16.png"/>
        <bt:Image id="ChatIcon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-chat-32.png"/>
        <bt:Image id="ChatIcon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-chat-80.png"/>
        <!-- 文档检查 放大镜+勾 -->
        <bt:Image id="CheckIcon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-check-16.png"/>
        <bt:Image id="CheckIcon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-check-32.png"/>
        <bt:Image id="CheckIcon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-check-80.png"/>
        <!-- 合同审核 盾牌+勾 -->
        <bt:Image id="ReviewIcon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-contract-review-16.png"/>
        <bt:Image id="ReviewIcon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-contract-review-32.png"/>
        <bt:Image id="ReviewIcon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-contract-review-80.png"/>
        <!-- 合同编写 文档+钢笔 -->
        <bt:Image id="WriteIcon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-contract-write-16.png"/>
        <bt:Image id="WriteIcon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-contract-write-32.png"/>
        <bt:Image id="WriteIcon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-contract-write-80.png"/>
        <!-- 公文生成 文档+星章 -->
        <bt:Image id="GovIcon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-govdoc-16.png"/>
        <bt:Image id="GovIcon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-govdoc-32.png"/>
        <bt:Image id="GovIcon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-govdoc-80.png"/>
        <!-- 设置 齿轮 -->
        <bt:Image id="SettingsIcon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-settings-16.png"/>
        <bt:Image id="SettingsIcon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-settings-32.png"/>
        <bt:Image id="SettingsIcon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-settings-80.png"/>
        <!-- 文档写作 -->
        <bt:Image id="DocWritingIcon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-doc-writing-16.png"/>
        <bt:Image id="DocWritingIcon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-doc-writing-32.png"/>
        <bt:Image id="DocWritingIcon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-doc-writing-80.png"/>
        <!-- 文档总结 -->
        <bt:Image id="DocSummaryIcon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-doc-summary-16.png"/>
        <bt:Image id="DocSummaryIcon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-doc-summary-32.png"/>
        <bt:Image id="DocSummaryIcon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-doc-summary-80.png"/>
        <!-- 润色 -->
        <bt:Image id="PolishIcon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-polish-16.png"/>
        <bt:Image id="PolishIcon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-polish-32.png"/>
        <bt:Image id="PolishIcon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-polish-80.png"/>
        <!-- AI排版 -->
        <bt:Image id="AILayoutIcon.16x16" DefaultValue="https://addin.elstgl.com:9443/assets/icon-ai-layout-16.png"/>
        <bt:Image id="AILayoutIcon.32x32" DefaultValue="https://addin.elstgl.com:9443/assets/icon-ai-layout-32.png"/>
        <bt:Image id="AILayoutIcon.80x80" DefaultValue="https://addin.elstgl.com:9443/assets/icon-ai-layout-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812"/>
        <bt:Url id="Commands.Url" DefaultValue="https://addin.elstgl.com:9443/commands.html"/>
        <bt:Url id="TaskpaneChat.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?agent=word-assistant"/>
        <bt:Url id="TaskpaneCheckAgent.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?agent=check-agent"/>
        <bt:Url id="TaskpaneContractReview.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?agent=contract-reviewer"/>
        <bt:Url id="TaskpaneContractWriter.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?agent=rights-protection"/>
        <bt:Url id="TaskpaneGovDocWriter.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?agent=gov-doc-writer"/>
        <bt:Url id="TaskpaneSettings.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=settings"/>
        <!-- 文档写作 & 文档总结 -->
        <bt:Url id="TaskpaneDocWriting.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=doc-writing"/>
        <bt:Url id="TaskpaneDocSummary.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=doc-summary"/>
        <!-- 润色子项 -->
        <bt:Url id="TaskpanePolishFormal.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=polish-formal"/>
        <bt:Url id="TaskpanePolishGov.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=polish-gov"/>
        <bt:Url id="TaskpanePolishLively.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=polish-lively"/>
        <bt:Url id="TaskpanePolishColloquial.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=polish-colloquial"/>
        <bt:Url id="TaskpanePolishAcademic.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=polish-academic"/>
        <!-- AI排版子项 -->
        <bt:Url id="TaskpaneLayoutGeneral.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?agent=format-agent"/>
        <bt:Url id="TaskpaneLayoutPaper.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=layout-paper"/>
        <bt:Url id="TaskpaneLayoutGovDoc.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=layout-govdoc"/>
        <bt:Url id="TaskpaneLayoutTemplate.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=layout-template"/>
        <bt:Url id="TaskpaneLayoutContract.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=layout-contract"/>
        <bt:Url id="TaskpaneLayoutBidding.Url" DefaultValue="https://addin.elstgl.com:9443/taskpane.html?page=coming-soon&amp;feature=layout-bidding"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Office Agent 已就绪！"/>
        <bt:String id="CustomTab.Label" DefaultValue="AI 助手"/>
        <bt:String id="GroupChat.Label" DefaultValue="Chat"/>
        <bt:String id="GroupCheckAgent.Label" DefaultValue="文档检查"/>
        <bt:String id="GroupContract.Label" DefaultValue="合同"/>
        <bt:String id="GroupGovDoc.Label" DefaultValue="公文编写"/>
        <bt:String id="GroupSettings.Label" DefaultValue="设置"/>
        <bt:String id="BtnChat.Label" DefaultValue="Chat"/>
        <bt:String id="BtnCheckAgent.Label" DefaultValue="全面检查"/>
        <bt:String id="BtnContractReview.Label" DefaultValue="合同审核"/>
        <bt:String id="BtnContractWriter.Label" DefaultValue="权益保障"/>
        <bt:String id="BtnGovDocWriter.Label" DefaultValue="公文生成"/>
        <bt:String id="BtnSettings.Label" DefaultValue="设置"/>
        <!-- 文档写作 & 文档总结 -->
        <bt:String id="GroupDocWriting.Label" DefaultValue="文档写作"/>
        <bt:String id="BtnDocWriting.Label" DefaultValue="文档写作"/>
        <bt:String id="GroupDocSummary.Label" DefaultValue="文档总结"/>
        <bt:String id="BtnDocSummary.Label" DefaultValue="文档总结"/>
        <!-- 润色 -->
        <bt:String id="GroupPolish.Label" DefaultValue="润色"/>
        <bt:String id="MenuPolish.Label" DefaultValue="润色"/>
        <bt:String id="BtnPolishFormal.Label" DefaultValue="更正式"/>
        <bt:String id="BtnPolishGov.Label" DefaultValue="党政风"/>
        <bt:String id="BtnPolishLively.Label" DefaultValue="更活泼"/>
        <bt:String id="BtnPolishColloquial.Label" DefaultValue="口语化"/>
        <bt:String id="BtnPolishAcademic.Label" DefaultValue="更学术"/>
        <!-- AI排版 -->
        <bt:String id="GroupAILayout.Label" DefaultValue="AI排版"/>
        <bt:String id="MenuAILayout.Label" DefaultValue="AI排版"/>
        <bt:String id="BtnLayoutGeneral.Label" DefaultValue="通用排版"/>
        <bt:String id="BtnLayoutPaper.Label" DefaultValue="论文排版"/>
        <bt:String id="BtnLayoutGovDoc.Label" DefaultValue="公文排版"/>
        <bt:String id="BtnLayoutTemplate.Label" DefaultValue="导入范文排版"/>
        <bt:String id="BtnLayoutContract.Label" DefaultValue="合同协议排版"/>
        <bt:String id="BtnLayoutBidding.Label" DefaultValue="招投标文书排版"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Office Agent 加载成功。转到「AI 助手」选项卡，选择功能开始使用。"/>
        <bt:String id="BtnChat.Tooltip" DefaultValue="打开通用 AI 聊天助手"/>
        <bt:String id="BtnCheckAgent.Tooltip" DefaultValue="全面检查文档格式、语法和语句质量问题"/>
        <bt:String id="BtnContractReview.Tooltip" DefaultValue="法律风险审查，检查条款完整性和权利义务对等性"/>
        <bt:String id="BtnContractWriter.Tooltip" DefaultValue="AI 法律顾问，分析合同并推荐权益保障条款"/>
        <bt:String id="BtnGovDocWriter.Tooltip" DefaultValue="生成符合国标的党政机关公文"/>
        <bt:String id="BtnSettings.Tooltip" DefaultValue="配置 AI 模型和应用设置"/>
        <!-- 文档写作 & 文档总结 -->
        <bt:String id="BtnDocWriting.Tooltip" DefaultValue="AI 智能写作助手，根据大纲和关键词自动生成高质量文档内容（敬请期待）"/>
        <bt:String id="BtnDocSummary.Tooltip" DefaultValue="一键提炼文档核心要点，生成结构化摘要与关键信息提取（敬请期待）"/>
        <!-- 润色 -->
        <bt:String id="MenuPolish.Tooltip" DefaultValue="AI 智能润色，支持多种语言风格调整（敬请期待）"/>
        <bt:String id="BtnPolishFormal.Tooltip" DefaultValue="将文档内容调整为正式、严谨的商务语言风格（敬请期待）"/>
        <bt:String id="BtnPolishGov.Tooltip" DefaultValue="将内容调整为符合党政机关行文规范的语言风格（敬请期待）"/>
        <bt:String id="BtnPolishLively.Tooltip" DefaultValue="为文档注入生动活泼的表达方式（敬请期待）"/>
        <bt:String id="BtnPolishColloquial.Tooltip" DefaultValue="将书面语言转化为自然流畅的口语化表达（敬请期待）"/>
        <bt:String id="BtnPolishAcademic.Tooltip" DefaultValue="提升文档的学术性和专业性（敬请期待）"/>
        <!-- AI排版 -->
        <bt:String id="MenuAILayout.Tooltip" DefaultValue="AI 智能排版，一键规范文档格式"/>
        <bt:String id="BtnLayoutGeneral.Tooltip" DefaultValue="检查文档排版质量，智能提出改进建议，一键修复格式问题"/>
        <bt:String id="BtnLayoutPaper.Tooltip" DefaultValue="按照学术论文格式规范自动排版（敬请期待）"/>
        <bt:String id="BtnLayoutGovDoc.Tooltip" DefaultValue="按照 GB/T 9704 国标自动排版公文（敬请期待）"/>
        <bt:String id="BtnLayoutTemplate.Tooltip" DefaultValue="导入范文样式，自动按范文格式排版（敬请期待）"/>
        <bt:String id="BtnLayoutContract.Tooltip" DefaultValue="智能排版合同协议文档（敬请期待）"/>
        <bt:String id="BtnLayoutBidding.Tooltip" DefaultValue="按照招投标文书规范自动排版（敬请期待）"/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
