根据提供的code differences信息,由于没有具体的代码变更内容,我将生成一个通用的提交信息模板:
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
``` docs(readme): 更新文档说明 - 添加了项目使用说明 - 补充了配置项解释 - 优化了文档结构 ```
This commit is contained in:
@@ -29,12 +29,15 @@ func init() {
|
||||
|
||||
func main() {
|
||||
// superMaps := &xmlres.MonsterRoot{}
|
||||
// err := xml.Unmarshal([]byte(gfile.GetBytes("public/config/地图配置野怪.xml")), superMaps)
|
||||
// err := xml.Unmarshal([]byte(gfile.GetBytes("help/地图配置野怪.xml")), superMaps)
|
||||
// for _, v := range superMaps.Maps {
|
||||
|
||||
// if v.Monsters != nil {
|
||||
// for _, v1 := range v.Monsters.Monsters {
|
||||
// fmt.Println(v.Name, v1.ID, "|", v1.Lv)
|
||||
// for _, v1 := range v.Bosses {
|
||||
// if strings.Index(v1.Name, "SPT") != -1 {
|
||||
// //fmt.Println(v.Name, v1)
|
||||
// g.Dump(v.Name, v1)
|
||||
// }
|
||||
|
||||
// }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user