diff --git "a/01_\347\256\227\346\263\225\345\216\237\347\220\206\345\217\212\345\256\236\347\216\260/index.yml" "b/01_\347\256\227\346\263\225\345\216\237\347\220\206\345\217\212\345\256\236\347\216\260/index.yml" index 04fa593491bbaa64a6d99f98fcc6c1d117f678a2..fb4f2e1523b902d44088f19e96113fc8295f2b11 100644 --- "a/01_\347\256\227\346\263\225\345\216\237\347\220\206\345\217\212\345\256\236\347\216\260/index.yml" +++ "b/01_\347\256\227\346\263\225\345\216\237\347\220\206\345\217\212\345\256\236\347\216\260/index.yml" @@ -1,28 +1,27 @@ # 在所有任务之前执行 before: link: '{{chapter_1_url}}' - description: "算法介绍" transitions: - events: ['note_events'] action: - type: create_issue + title: "带你了解冒泡排序" with: 001_about_bubble_sort.md store: chapter_1_url: '{{result.data.html_url}}' - type: choice with: first.md - to: step1 + to: step2 - Task 列表 - step1: - link: '{{chapter_1_url}}' - description: "算法步骤" - transitions: - events: ['note_events'] - action: - - type: issue_comment.created - with: 001_algorithm_steps.md - to: step2 +# Task 列表 +# step1: +# link: '{{chapter_1_url}}' +# description: "算法步骤" +# transitions: +# events: ['note_events'] +# action: +# - type: issue_comment.created +# with: 001_algorithm_steps.md +# to: step2 step2: link: '{{chapter_1_url}}'