diff --git a/dist/assets/index-B_SY1GJM.css b/dist/assets/index-B_SY1GJM.css new file mode 100644 index 0000000..e69de29 diff --git a/dist/assets/index-CbqttK43.js b/dist/assets/index-CbqttK43.js new file mode 100644 index 0000000..e01f0de --- /dev/null +++ b/dist/assets/index-CbqttK43.js @@ -0,0 +1 @@ +!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver((e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)})).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;const r=function(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?r.credentials="include":"anonymous"===e.crossOrigin?r.credentials="omit":r.credentials="same-origin",r}(e);fetch(e.href,r)}}(); diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..d271364 --- /dev/null +++ b/dist/index.html @@ -0,0 +1,21 @@ + + + + + + + + + + + + +
+ + diff --git a/dist/static/config-doctor.png b/dist/static/config-doctor.png new file mode 100644 index 0000000..1c28d0b Binary files /dev/null and b/dist/static/config-doctor.png differ diff --git a/dist/static/config-hospital.png b/dist/static/config-hospital.png new file mode 100644 index 0000000..5776b51 Binary files /dev/null and b/dist/static/config-hospital.png differ diff --git a/dist/static/logo.png b/dist/static/logo.png new file mode 100644 index 0000000..b5771e2 Binary files /dev/null and b/dist/static/logo.png differ diff --git a/node_modules b/node_modules new file mode 120000 index 0000000..1a02fc2 --- /dev/null +++ b/node_modules @@ -0,0 +1 @@ +/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli-vite/node_modules \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..39df4d0 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "clinical-thinking-training", + "version": "1.0.0", + "private": true, + "scripts": { + "build": "UNI_INPUT_DIR=$PWD UNI_OUTPUT_DIR=$PWD/dist uni build -p h5" + }, + "dependencies": {}, + "devDependencies": {} +}