Merge remote-tracking branch 'upstream/main'

This commit is contained in:
2026-08-26 09:31:34 +08:00
parent 9b8c4bfab6
commit 394eb0285d
34137 changed files with 3589424 additions and 0 deletions
@@ -0,0 +1 @@
{"remainingRequest":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\views\\schedule\\shiftTimetable\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\src\\views\\schedule\\shiftTimetable\\index.vue","mtime":1787472531834},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\babel-loader\\lib\\index.js","mtime":1787309793142},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1787309791955},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\index.js","mtime":1787309793790}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmV4cG9ydCBkZWZhdWx0IHsKICBuYW1lOiAnU2hpZnRUaW1ldGFibGUnLAogIGRhdGEoKSB7CiAgICByZXR1cm4ge30KICB9Cn0K"},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAaA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/schedule/shiftTimetable","sourcesContent":["<template>\n <div class=\"app-container shift-timetable-page\">\n <div class=\"page-card\">\n <div class=\"page-header\">\n <svg-icon icon-class=\"table\" class=\"page-icon\" />\n <span>班次课程表</span>\n </div>\n <el-empty description=\"功能建设中,敬请期待\" />\n </div>\n </div>\n</template>\n\n<script>\nexport default {\n name: 'ShiftTimetable',\n data() {\n return {}\n }\n}\n</script>\n\n<style scoped lang=\"scss\">\n.shift-timetable-page {\n .page-card {\n background: #fff;\n border: 1px solid #ebeef5;\n border-radius: 6px;\n padding: 20px;\n }\n\n .page-header {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-direction: column;\n gap: 8px;\n margin-bottom: 12px;\n font-size: 18px;\n font-weight: 700;\n color: #303133;\n\n .page-icon {\n font-size: 40px;\n }\n }\n}\n</style>"]}]}