From aa2353d784b6ed5df99bdbffc0fdd0cf14c596cb Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Mon, 22 Jan 2024 14:21:17 +0800 Subject: [PATCH] feat: unifly --> unibest --- .vscode/vue3.code-snippets | 2 +- README.md | 8 +++++--- env/.env | 2 +- package.json | 8 ++++---- src/manifest.json | 2 +- src/pages/index/index.vue | 8 ++++++-- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.vscode/vue3.code-snippets b/.vscode/vue3.code-snippets index fc6e719..b823609 100644 --- a/.vscode/vue3.code-snippets +++ b/.vscode/vue3.code-snippets @@ -1,5 +1,5 @@ { - // Place your unifly 工作区 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and + // Place your unibest 工作区 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is // used to trigger the snippet and the body will be expanded and inserted. Possible variables are: diff --git a/README.md b/README.md index d00c35d..ceb1e57 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# unifly +# UniBest (原名 vue3-uniapp-template) 由 Vue3 & Ts & Vite4 & uni-app & UnoCss & UniUI 驱动的跨端快速启动模板,VS Code + Prettier +ESLint + husky + lint-staged + commitlint +使用 UniBest 写 UniApp,让你拥有 Best 体验 + ## 特性 - ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快! @@ -64,13 +66,13 @@ - ~~`https://github.com/fly-vue3-templates/vue3-uniapp-template`~~ (旧地址) - - `https://github.com/codercup/unifly` (新地址) + - `https://github.com/codercup/unibest` (新地址) - gitee - ~~`https://gitee.com/fly-vue3-templates/vue3-uniapp-template.git fly`~~ (旧地址) - - `https://gitee.com/codercup/unifly` (新地址) + - `https://gitee.com/codercup/unibest` (新地址) > 旧地址也可以访问,会自动跳转到新地址 diff --git a/env/.env b/env/.env index aaf1351..1057af6 100644 --- a/env/.env +++ b/env/.env @@ -1,4 +1,4 @@ -VITE_APP_TITLE = 'unifly-uniapp' +VITE_APP_TITLE = 'UniBest App' VITE_APP_PORT = 9000 # TODO: 记得修改 diff --git a/package.json b/package.json index f9e86ef..c313e45 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "unifly", + "name": "unibest", "version": "0.1.0", "description": "VSCode开发UniApp的最佳模版,Vue3+ts+Vite5+UnoCss+UniHelper+prettier+eslint+stylelint+husky+lint-staged+commitlint,自动格式化,ts的import顺序自动调整,scss文件的属性顺序自动排序。同时提供开箱即用的常用功能。", "type": "commonjs", @@ -7,9 +7,9 @@ "name": "Burt", "zhName": "菲鸽", "email": "1020103647@qq.com", - "url": "https://github.com/codercup/unifly", - "github": "https://github.com/codercup/unifly", - "gitee": "https://gitee.com/codercup/unifly" + "url": "https://github.com/codercup/unibest", + "github": "https://github.com/codercup/unibest", + "gitee": "https://gitee.com/codercup/unibest" }, "scripts": { "dev:app": "uni -p app", diff --git a/src/manifest.json b/src/manifest.json index 63853bc..11a4b6a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "name": "unifly-uniapp", + "name": "UniBest App", "appid": "H5871D791", "description": "", "versionName": "1.0.0", diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index a3858b6..3347145 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -8,10 +8,14 @@ - vue3-uniapp-template + UniBest - 开箱即用的 uniapp+vue3+ts 模板 + 开箱即用的 uniapp+vue3+ts 模板 + UniBest uniapp,拥有 + Best 体验 ^_^