TaskInterface.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0"?>
  2. <?mso-application progid="Excel.Sheet"?>
  3. <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
  4. xmlns:o="urn:schemas-microsoft-com:office:office"
  5. xmlns:x="urn:schemas-microsoft-com:office:excel"
  6. xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
  7. xmlns:html="http://www.w3.org/TR/REC-html40">
  8. <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
  9. <Created>2006-09-16T00:00:00Z</Created>
  10. <Version>15.00</Version>
  11. </DocumentProperties>
  12. <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
  13. <AllowPNG/>
  14. <RemovePersonalInformation/>
  15. </OfficeDocumentSettings>
  16. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  17. <ProtectStructure>False</ProtectStructure>
  18. <ProtectWindows>False</ProtectWindows>
  19. </ExcelWorkbook>
  20. <Styles>
  21. <Style ss:ID="Default" ss:Name="Normal">
  22. <Alignment ss:Vertical="Bottom"/>
  23. <Borders/>
  24. <Font ss:FontName="宋体" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
  25. <Interior/>
  26. <NumberFormat/>
  27. <Protection/>
  28. </Style>
  29. <Style ss:ID="s1">
  30. <Alignment ss:Horizontal="Center" ss:Vertical="Center"/>
  31. </Style>
  32. </Styles>
  33. <Worksheet ss:Name="TaskInterface">
  34. <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="14" x:FullColumns="1"
  35. x:FullRows="1" ss:DefaultColumnWidth="54"
  36. ss:DefaultRowHeight="13.5">
  37. <Row>
  38. <Cell><Data ss:Type="String">任务类型</Data></Cell>
  39. <Cell><Data ss:Type="String">任务名称</Data></Cell>
  40. </Row>
  41. <Row>
  42. <Cell><Data ss:Type="String">ID</Data></Cell>
  43. <Cell><Data ss:Type="String">Name</Data></Cell>
  44. </Row>
  45. <Row>
  46. <Cell><Data ss:Type="String">NUMBER</Data></Cell>
  47. <Cell><Data ss:Type="String">STRING</Data></Cell>
  48. </Row>
  49. <Row>
  50. <Cell><Data ss:Type="Number">0</Data></Cell>
  51. <Cell><Data ss:Type="String">主线</Data></Cell>
  52. </Row>
  53. <Row>
  54. <Cell><Data ss:Type="Number">1</Data></Cell>
  55. <Cell><Data ss:Type="String">师训</Data></Cell>
  56. </Row>
  57. <Row>
  58. <Cell><Data ss:Type="Number">2</Data></Cell>
  59. <Cell><Data ss:Type="String">日常任务</Data></Cell>
  60. </Row>
  61. <Row>
  62. <Cell><Data ss:Type="Number">3</Data></Cell>
  63. <Cell><Data ss:Type="String">跑环任务</Data></Cell>
  64. </Row>
  65. <Row>
  66. <Cell><Data ss:Type="Number">4</Data></Cell>
  67. <Cell><Data ss:Type="String">悬赏任务</Data></Cell>
  68. </Row>
  69. <Row>
  70. <Cell><Data ss:Type="Number">5</Data></Cell>
  71. <Cell><Data ss:Type="String">PVP</Data></Cell>
  72. </Row>
  73. <Row>
  74. <Cell><Data ss:Type="Number">6</Data></Cell>
  75. <Cell><Data ss:Type="String">区域触发任务</Data></Cell>
  76. </Row>
  77. <Row>
  78. <Cell><Data ss:Type="Number">7</Data></Cell>
  79. <Cell><Data ss:Type="String">节日任务</Data></Cell>
  80. </Row>
  81. <Row>
  82. <Cell><Data ss:Type="Number">8</Data></Cell>
  83. <Cell><Data ss:Type="String">挖宝任务</Data></Cell>
  84. </Row>
  85. <Row>
  86. <Cell><Data ss:Type="Number">9</Data></Cell>
  87. <Cell><Data ss:Type="String">挑战</Data></Cell>
  88. </Row>
  89. <Row>
  90. <Cell><Data ss:Type="Number">11</Data></Cell>
  91. <Cell><Data ss:Type="String">渡劫</Data></Cell>
  92. </Row>
  93. </Table>
  94. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Unsynced/> <FrozenNoSplit/> <SplitHorizontal>3</SplitHorizontal> <TopRowBottomPane>3</TopRowBottomPane> <SplitVertical>1</SplitVertical><LeftColumnRightPane>1</LeftColumnRightPane> <ActivePane>0</ActivePane>
  95. </WorksheetOptions>
  96. </Worksheet>
  97. </Workbook>