Commit Graph

408 Commits

Author SHA1 Message Date
CharleeWa 526b327258 chore(deps): ⬆️ upgrade all deps 2023-04-30 18:35:00 +08:00
CharleeWa 2b9f97e590 docs: 📝 update Guide-zh_CN.md 2023-04-28 16:16:05 +08:00
CharleeWa ac09ef910b docs: 📝 add user guide 2023-04-25 13:58:53 +08:00
CharleeWa 17b12be891 docs: 📝 add chinese description document 2023-04-17 21:38:58 +08:00
CharleeWa 5d54e05d53 fix(axios): 🐛 Fixed axios v1.3.4 types broken 2023-03-08 10:09:58 +08:00
CharleeWa d6a1ccec01 chore: update the home page view 2023-03-08 09:50:01 +08:00
CharleeWa 3fa9bbc4cd chore: update version to v1.3.0 2023-03-07 22:38:33 +08:00
CharleeWa bd52896b75 chore(deps): ⬆️ update deps 2023-03-07 22:33:07 +08:00
CharleeWa 4bae9514c9 chore(docs): update readme for contributors 2023-03-06 15:54:06 +08:00
Charlie Wang 9ddc160064
Merge pull request #31 from Kysen777/husky
chore: Added the husky initialization script
2023-03-06 15:43:29 +08:00
Kysen 7cfefee4bd chore: Added the husky initialization script 2023-03-06 15:26:17 +08:00
Charlie Wang e2feacfd88
Merge pull request #30 from wswmsword/main
chore: upgrade mobile-forever to support TS typings
2023-03-04 20:57:43 +08:00
wswmsword 3b92c19e8d
Merge branch 'CharleeWa:main' into main 2023-03-04 17:30:34 +08:00
wswmsword fbb99ae859 chore: upgrade mobile-forever to support TS typings 2023-03-04 17:27:51 +08:00
CharleeWa 9d32ca2bee chore(docs): update readme for contributors 2023-03-03 22:41:33 +08:00
Charlie Wang 1000636b92
Merge pull request #29 from wswmsword/main
chore: use postcss-mobile-forever to keep usability of mobile viewport
2023-03-03 22:17:50 +08:00
wswmsword 0267b6d826 chore: use postcss-mobile-forever to keep usability of mobile viewport 2023-03-01 23:25:47 +08:00
CharleeWa 785e9f4d9a chore: update readme for browsers support 2023-01-18 19:18:58 +08:00
CharleeWa 778e59152d chore: update readme 2023-01-18 18:51:41 +08:00
CharleeWa eda527df38 chore: 🐳 update version pack 2022-12-10 22:31:27 +08:00
CharleeWa 2fbdde2169 chore: 🐳 update mock logic 2022-12-10 22:24:25 +08:00
CharleeWa b4f8466cc3 chore(deps): ⬆️ upgrade vite@3.2.5 to vite@4.0.0 2022-12-10 16:47:37 +08:00
CharleeWa aba4435ad2 chore(docs): update readme for contributors 2022-12-09 11:41:44 +08:00
Charlie Wang 2d095b021f
Merge pull request #24 from leo4developer/main
fix(dev): 🐛 fixed `mock` value judgments (#24)
2022-12-08 11:55:31 +08:00
liuNing beb29b679f
fix: 修复mock值判断
env.VITE_HTTP_MOCK ,env.VITE_MOCK 值被设为flase时,会被解析为字符串,导致判断恒等于true
2022-12-08 10:17:33 +08:00
CharleeWa 7a3b38ccf4 fix(style): 🐛 remove `transitions` global style (#23) 2022-12-06 21:05:10 +08:00
CharleeWa bab35d5716 chore(deps): ⬆️ update deps 2022-12-05 22:49:21 +08:00
CharleeWa 1985329d98 refactor: 🔥 migrate the postcss configuration 2022-12-02 13:46:03 +08:00
CharleeWa 4319a56da0 chore(deps): ⬆️ update all deps 2022-11-28 16:36:21 +08:00
CharleeWa ce793042fc chore: 🚑 import style of function components 2022-11-14 16:55:06 +08:00
CharleeWa b066df2b40 chore(plop): 🎨 remove unnecessary code fragments 2022-11-14 11:34:45 +08:00
CharleeWa 873dc31b3e chore(mock): converted to an ES module 2022-11-14 11:25:42 +08:00
CharleeWa d80a2a6c31 chore: 🎨 remove unnecessary code fragments 2022-11-14 10:41:05 +08:00
CharleeWa 756865a254 chore(husky): 🔧 replace `yarn` with `pnpm` 2022-11-14 09:42:41 +08:00
CharleeWa d6722668e7 chore(docs): update readme for license 2022-11-11 17:58:19 +08:00
CharleeWa 10e4a66532 chore(docs): update readme for contributors 2022-11-11 17:51:32 +08:00
Charlie Wang 70a136182d chore(deps): ⬆️ update to the vite3.2 & core pkgs 2022-10-27 09:38:55 +08:00
Charlie Wang 96a69c6805 chore(docs): update readme for contributors 2022-10-26 15:18:45 +08:00
Charlie Wang a429d5cd13 chore: 🔥 remove `eslintrc-auto-import.json` file 2022-10-26 12:43:06 +08:00
Charlie Wang 6ee72cfed1 chore(deps): ⬆️ upgrade unplugin 2022-10-26 11:28:49 +08:00
Charlie Wang 3ec94e978d
Merge pull request #21 from weiq/main
fix: 🐛 fixed blank page when VITE_APP_PUBLIC_PATH is changed (#20)
2022-10-26 10:32:27 +08:00
魏小雨 95f6940b41
Update index.ts
修复 VITE_APP_PUBLIC_PATH 修改为其它路径时显示空白页面的问题
2022-10-26 09:27:16 +08:00
Charlie Wang 35b5085faf chore(docs): 📝 update readme for features 2022-10-25 12:03:06 +08:00
Charlie Wang d4b813a6f9 chore(docs): 📝 update readme for pnpm 2022-10-25 11:03:31 +08:00
Charlie Wang e10b237303 chore(pkg): 🐎 switch to pnpm. 2022-10-25 10:59:04 +08:00
Charlie Wang ee0470c96b 🚑 update git hooks rules. 2022-10-22 20:57:58 +08:00
Charlie Wang e9e7fc1f43 🎨 use @antfu/eslint-config. 2022-10-22 20:51:16 +08:00
Charlie Wang 8c68c6e0a2 🚧 skip question for git commit. 2022-10-22 14:40:52 +08:00
Charlie Wang 5a61f6d204 deps: ⬆️ udapte vue-tsc to 1.0.8 2022-10-19 14:46:04 +08:00
Charlie Wang 3b6360dc37 fix: 🐛 resolved mock page cover in small screen (#17) 2022-10-18 17:38:24 +08:00