From 22195677d11fb29e38b77195968308e5ae43e5cc Mon Sep 17 00:00:00 2001 From: ez-hq <312398436+ez-hq@users.noreply.github.com> Date: Wed, 12 Aug 2026 11:56:54 +0800 Subject: [PATCH 1/2] Modify plugin-template.json for Uni Course Scheduler Updated plugin template with specific details for Uni Course Scheduler. --- plugin-template.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugin-template.json b/plugin-template.json index 2b311c7d..511cad22 100644 --- a/plugin-template.json +++ b/plugin-template.json @@ -1,13 +1,13 @@ { - "author": "your name or org name", - "homepage": "https://github.com/OWNER/REPO", - "identifier": "plugin-template # same as your filename", - "locale": "zh-CN # you can set locale if you use other i18n language, default is en-US", - "manifest": "https://url.to/manifest.json", + "author": "ez-hq", + "homepage": "https://github.com/ez-hq/uni-course-scheduler", + "identifier": "uni-course-scheduler", + "locale": "en-US", + "manifest": "https://raw.githubusercontent.com/ez-hq/uni-course-scheduler/main/manifest.json", "meta": { - "avatar": "☂️ emoji or logo url", - "tags": ["tag1", "tag2", "# will auto generate i18n in workflow"], - "title": "plugin en-US title # will auto generate i18n in workflow", - "description": "plugin en-US description # will auto generate i18n in workflow" + "avatar": "🎓", + "tags": ["schedule", "university", "course"], + "title": "Uni Course Scheduler", + "description": "A course management tool that helps university students plan clash-free schedules, optimize backup options, and navigate high-demand course registration with ease." } } From 9cce21178cc159a0c3f3259f7d96c42916fbfdd2 Mon Sep 17 00:00:00 2001 From: ez-hq <312398436+ez-hq@users.noreply.github.com> Date: Wed, 12 Aug 2026 14:51:51 +0800 Subject: [PATCH 2/2] Add Uni Course Scheduler plugin --- src/uni-course-scheduler.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/uni-course-scheduler.json diff --git a/src/uni-course-scheduler.json b/src/uni-course-scheduler.json new file mode 100644 index 00000000..e14f08ec --- /dev/null +++ b/src/uni-course-scheduler.json @@ -0,0 +1,20 @@ +{ + "author": "ez-hq", + "homepage": "https://github.com/ez-hq/uni-course-scheduler", + "identifier": "uni-course-scheduler", + "manifest": "https://raw.githubusercontent.com/ez-hq/uni-course-scheduler/main/manifest.json", + "meta": { + "avatar": "\ud83c\udf93", + "tags": [ + "university", + "course-planner", + "timetable", + "education", + "excel" + ], + "title": "Uni Course Scheduler", + "description": "AI university course planning: analyze catalogs, recommend courses, build conflict-free timetables, export Excel + ICS. Supports US/AU/UK/ECTS/CN credit systems.", + "category": "education" + }, + "schemaVersion": 1 +} \ No newline at end of file