• This project
    • Loading...
  • Sign in

Hooke / lls_program

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • lls_program
  • .editorconfig
  • hookehuyr's avatar
    feat: 初始化项目基础结构和功能 · 48b5893a ...
    48b5893a
    添加项目基础文件结构,包括页面、组件、工具函数和API配置
    实现首页、授权页和demo页面的基础功能
    集成Taro4、Vue3、Pinia和NutUI组件库
    配置TailwindCSS和Less支持
    添加微信小程序相关工具函数和API封装
    hookehuyr authored 2025-08-27 11:54:01 +0800
.editorconfig 197 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false