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=style&index=0&id=5e7ffd50&scoped=true&lang=scss","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\\css-loader\\dist\\cjs.js","mtime":1787309792478},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1787309794547},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\postcss-loader\\src\\index.js","mtime":1787309793084},{"path":"C:\\Users\\Admin\\Desktop\\education\\frontend\\node_modules\\sass-loader\\dist\\cjs.js","mtime":1787309791955},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCi5zaGlmdC10aW1ldGFibGUtcGFnZSB7CiAgLnBhZ2UtY2FyZCB7CiAgICBiYWNrZ3JvdW5kOiAjZmZmOwogICAgYm9yZGVyOiAxcHggc29saWQgI2ViZWVmNTsKICAgIGJvcmRlci1yYWRpdXM6IDZweDsKICAgIHBhZGRpbmc6IDIwcHg7CiAgfQoKICAucGFnZS1oZWFkZXIgewogICAgZGlzcGxheTogZmxleDsKICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7CiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjsKICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAgICBnYXA6IDhweDsKICAgIG1hcmdpbi1ib3R0b206IDEycHg7CiAgICBmb250LXNpemU6IDE4cHg7CiAgICBmb250LXdlaWdodDogNzAwOwogICAgY29sb3I6ICMzMDMxMzM7CgogICAgLnBhZ2UtaWNvbiB7CiAgICAgIGZvbnQtc2l6ZTogNDBweDsKICAgIH0KICB9Cn0K"},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAsBA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;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>"]}]}