feige996
|
d8f3bcfb9c
|
chore: 更新vscode设置和关于页面描述
添加unocss到vscode设置中的单词列表
更新关于页面的描述以包含unocss
|
2025-07-20 19:46:09 +08:00 |
|
feige996
|
74cc77579e
|
fix(vscode): 修正vue3代码片段中占位符顺序错误
|
2025-07-09 10:47:06 +08:00 |
|
feige996
|
d0b8b5d28d
|
refactor: 移除json5支持并更新路由配置
移除vscode对json5的支持配置和相关插件
将路由配置从json5迁移到jsonc格式
更新vite配置中的分包设置
|
2025-07-08 16:47:46 +08:00 |
|
feige996
|
f7154d173c
|
refactor(路由配置): 将路由配置从json5格式统一改为jsonc格式
统一项目中的路由配置格式,从json5改为jsonc,保持一致性
移除json5特有的注释语法,使用标准json格式
更新vscode代码片段模板以匹配新的格式规范
|
2025-07-08 16:45:21 +08:00 |
|
feige996
|
85835e2676
|
fix(scss): @apply stylelint error
|
2025-07-05 10:29:21 +08:00 |
|
feige996
|
e1f392806c
|
chore: 添加 alova 和 uniapp 到 cSpell 单词列表
|
2025-06-23 14:25:30 +08:00 |
|
feige996
|
585dc2e02f
|
refactor(.vscode): 清理并重新组织 settings.json 配置
移除重复和冗余的配置项,重新组织文件结构以提高可读性
保留必要的文件关联和拼写检查配置
|
2025-06-23 11:23:12 +08:00 |
|
feige996
|
8455f09e8c
|
chore: 调整 vscode 文件嵌套配置
|
2025-06-22 13:12:42 +08:00 |
|
feige996
|
cfe5634c91
|
ci(workflow): 添加 base-uv-ui 和 base-uview-plus 的自动合并工作流
添加两个新的工作流用于将 main 分支自动合并到 base-uv-ui 和 base-uview-plus 分支
|
2025-06-22 11:59:30 +08:00 |
|
feige996
|
2000eda414
|
chore: 禁用prettier并启用eslint作为默认格式化工具
|
2025-06-22 10:07:22 +08:00 |
|
feige996
|
69b7429909
|
style: 修改页面配置和代码片段格式
- 将首页图标类型从 'wot' 改为 'uiLib'
- 调整 Vue3 代码片段中 template 和 script 的顺序
- 格式化代码片段的缩进和换行
|
2025-06-22 10:04:44 +08:00 |
|
feige996
|
1af7213e96
|
chore: 移除oxlint及相关配置
清理不再使用的oxlint依赖及其配置文件
更新vscode设置以反映lint工具变更
|
2025-06-21 17:32:13 +08:00 |
|
feige996
|
e171c29d28
|
chore: 将 lint 工具从 oxlint 切换为 eslint 并启用多语言支持
更新 package.json 中的 lint 脚本,使用 eslint 替代 oxlint
在 .vscode/settings.json 中启用 eslint 对所有支持语言的校验
|
2025-06-21 17:22:06 +08:00 |
|
feige996
|
ae515cd85e
|
chore: 将eslint替换为oxlint并更新vscode配置
更新package.json中的lint脚本,从eslint改为oxlint
调整.vscode/settings.json中的格式化配置,启用prettier并优化保存时的自动修复行为
|
2025-06-21 17:18:35 +08:00 |
|
feige996
|
79c333e647
|
feat: 添加 ESLint 配置并集成到 VSCode
pnpm dlx @antfu/eslint-config@latest
|
2025-06-21 16:50:31 +08:00 |
|
feige996
|
a79e59cdf3
|
chore: 更新 lint 配置和忽略文件
- 添加 .eslintignore 文件并配置忽略规则
- 更新 .oxlintrc.json 的 ignorePatterns 配置
- 简化 package.json 中的 lint 命令
- 调整 .vscode/settings.json 的文件关联
|
2025-06-13 18:28:58 +08:00 |
|
feige996
|
3893aff68f
|
chore: 更新oxlint配置及依赖版本
- 添加oxlint到VSCode设置
- 在useUpload.ts中移除未使用的import和注释掉accept参数
- 在utils/index.ts中简化getAllPages函数
- 更新package.json中的oxlint版本和lint配置
- 更新pnpm-lock.yaml中的oxlint相关依赖
|
2025-06-13 17:00:31 +08:00 |
|
feige996
|
2e03861c55
|
fix(配置): 更新文件嵌套模式,添加README.md和pages.config.ts的关联文件
|
2025-06-13 16:38:31 +08:00 |
|
lucas
|
fc062e6480
|
feat: 增加图片导入路径别名和路径提示,同步修改vscode中推荐安装的插件
|
2025-05-23 10:56:00 +08:00 |
|
luochao
|
cccb158ec6
|
chore: grouping config file
|
2025-01-23 14:57:39 +08:00 |
|
Burt
|
03feba638f
|
chore: settings.json
|
2025-01-14 18:51:15 +08:00 |
|
Burt
|
732f286ac1
|
fix: miniProgram 需要区分不同的小程序
|
2025-01-06 13:57:55 +08:00 |
|
Burt
|
31b32fa6fd
|
build: eslint cache
|
2024-09-05 20:37:45 +08:00 |
|
Burt
|
6e30723320
|
chore(.vscode): 优化settings.json
|
2024-08-03 15:47:59 +08:00 |
|
菲鸽
|
931c4a3bc6
|
Merge pull request #109 from handongccc/main
feat(commitlintrc): 优化git提交方式|修改文件折叠显示
|
2024-06-11 11:15:02 +08:00 |
|
菲鸽
|
c4f3da820d
|
refine: 项目结构
|
2024-05-19 18:47:44 +08:00 |
|
菲鸽
|
7a90f2f57b
|
refine: delete useless vscode extensions
|
2024-04-22 11:30:34 +08:00 |
|
菲鸽
|
7ca8ee07ba
|
fix: code-snippets
|
2024-04-05 14:59:16 +08:00 |
|
菲鸽
|
9f58b85de8
|
build(.vscode): add mrmlnc.vscode-json5 to extensions.json
|
2024-03-21 21:59:00 +08:00 |
|
菲鸽
|
927c7f0476
|
build(.vscode): remove vue.vscode-typescript-vue-plugin, deprecated
|
2024-03-14 09:33:22 +08:00 |
|
菲鸽
|
efe540e497
|
build(.vscode): antfu.iconify 支持图标预览
|
2024-03-11 19:39:06 +08:00 |
|
菲鸽
|
15baac5940
|
refine: v3 code snippets
|
2024-03-10 10:30:54 +08:00 |
|
菲鸽
|
1cee27ae39
|
chore(vscode): snippets
|
2024-02-22 20:44:57 +08:00 |
|
菲鸽
|
8a676dc6a5
|
feat: waterfall 瀑布流
|
2024-02-21 08:53:36 +08:00 |
|
菲鸽
|
77343b26b1
|
chore: code spell
|
2024-01-30 21:09:52 +08:00 |
|
陈锦杰
|
730504cd0e
|
fix: 堆栈深度过高修复 使用工作区ts版本 (#3)
|
2024-01-30 21:09:37 +08:00 |
|
Burt
|
30336dd722
|
feat: new code-snippets gif
|
2024-01-24 14:49:15 +08:00 |
|
Burt
|
fd402c5b58
|
Revert "build: lang="json5" 是默认值,不用写"
This reverts commit a95028f608.
|
2024-01-24 14:13:45 +08:00 |
|
Burt
|
a95028f608
|
build: lang="json5" 是默认值,不用写
|
2024-01-24 14:11:44 +08:00 |
|
Burt
|
d237bf8b1a
|
feat: 优化v3代码块
|
2024-01-23 10:49:37 +08:00 |
|
Burt
|
1a65bd681f
|
refactor: readme
|
2024-01-23 10:43:43 +08:00 |
|
Burt
|
aa2353d784
|
feat: unifly --> unibest
|
2024-01-22 14:21:17 +08:00 |
|
Burt
|
cd9d9d323f
|
feat(vscode): 增加 v3 代码段
|
2024-01-22 09:43:34 +08:00 |
|
Burt
|
cfb871e528
|
Merge remote-tracking branch 'gitee/main'
|
2024-01-20 15:11:03 +08:00 |
|
Burt
|
5d6b158d0d
|
feat: 根据 cqh 的提示优化代码
|
2024-01-20 14:57:24 +08:00 |
|
cqh
|
6293d910bd
|
fixed 8361968 from https://gitee.com/codercup/unifly/pulls/1
ci: 使用prettier格式化
|
2024-01-20 06:47:56 +00:00 |
|
Burt
|
a6435acf98
|
build(vscode): add recommend extensions
|
2024-01-04 13:01:29 +08:00 |
|
Burt
|
3f5818ed86
|
feat(tabbar): 处理tabbar和通屏页面
|
2024-01-03 21:21:41 +08:00 |
|
Burt
|
821117f529
|
fix(icon): uni-icon 在微信不支持颜色,改用unocss-icons
|
2024-01-03 17:34:52 +08:00 |
|
Burt
|
f2a13090d5
|
build(vscode): vue文件格式化方式
|
2024-01-03 10:31:25 +08:00 |
|