Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add tiny-react #1564

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
806e62e
图表
fanbingbing16 Jan 25, 2024
fc77100
chart log
fanbingbing16 Feb 1, 2024
760f9b2
Merge branch 'dev' of https://gitee.com/zhang-yanling/opentiny
fanbingbing16 Feb 1, 2024
30bcd92
add anchor
fanbingbing16 Feb 3, 2024
0d97f6e
add anchor
fanbingbing16 Feb 3, 2024
3506022
test
fanbingbing16 Feb 3, 2024
b0ef6b4
add guide
fanbingbing16 Feb 3, 2024
17398d6
add guide
fanbingbing16 Feb 3, 2024
ab02fe3
add breadcrumb
fanbingbing16 Feb 4, 2024
dd8a93e
1
fanbingbing16 Feb 19, 2024
f558e8d
Merge branch 'dev' of https://github.com/opentiny/tiny-vue
fanbingbing16 Feb 19, 2024
566dd0f
tag add
fanbingbing16 Feb 21, 2024
7e70080
Merge branch 'dev' of https://gitee.com/zhang-yanling/opentiny
fanbingbing16 Feb 22, 2024
29f1eb3
Merge branch 'dev' of https://gitee.com/opentiny/tiny-vue
fanbingbing16 Feb 22, 2024
f39695c
Merge branch 'master' of https://gitee.com/zhang-yanling/opentiny
fanbingbing16 Feb 22, 2024
939970f
1
fanbingbing16 Feb 23, 2024
d69cf9a
Merge branch 'master' of https://gitee.com/zhang-yanling/opentiny
fanbingbing16 Feb 23, 2024
914addc
Merge branch 'master' of https://gitee.com/zhang-yanling/opentiny
fanbingbing16 Feb 23, 2024
1862ee6
1
fanbingbing16 Feb 23, 2024
93a20e9
change docs
fanbingbing16 Mar 13, 2024
12eb6ee
Merge branch 'master' of https://atomgit.com/opentiny/000009
fanbingbing16 Mar 13, 2024
d51697d
Merge remote-tracking branch 'upstream/dev'
fanbingbing16 Mar 13, 2024
88a2dd1
add float-button divider
fanbingbing16 Mar 14, 2024
4ed7f5b
add serch
fanbingbing16 Mar 14, 2024
d6d7ef1
add tooltip
fanbingbing16 Mar 15, 2024
22b78aa
添加darwer 说明文档
fanbingbing16 Mar 16, 2024
d2acbe6
add time-line
fanbingbing16 Mar 19, 2024
d52607f
add qrcode
fanbingbing16 Mar 20, 2024
d31603a
说明文档进一步说明
fanbingbing16 Mar 20, 2024
7545065
说明文档进一步说明
fanbingbing16 Mar 20, 2024
700c731
add skeleton
fanbingbing16 Mar 21, 2024
0f91f44
优化说明文档
fanbingbing16 Mar 21, 2024
b5ad7bd
add progress
fanbingbing16 Mar 21, 2024
503ee23
ADD progress mobile
fanbingbing16 Mar 21, 2024
33ca555
文档优化 删除一些不必要的文件
fanbingbing16 Mar 22, 2024
f93cbfb
rename file
fanbingbing16 Mar 27, 2024
f42dd86
vue转jsx
fanbingbing16 Apr 10, 2024
0554aca
优化脚本文件
fanbingbing16 Apr 11, 2024
09a7813
优化脚本文件
fanbingbing16 Apr 11, 2024
d5a8fc8
优化脚本文件
fanbingbing16 Apr 11, 2024
33d1205
优化脚本文件
fanbingbing16 Apr 11, 2024
f64d824
feat:add tiny-react
fanbingbing16 Apr 12, 2024
371a178
fix:merge
fanbingbing16 Apr 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 0 additions & 36 deletions .husky/_/husky.sh

This file was deleted.

10 changes: 8 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"stylelint.validate": ["css", "less", "postcss", "scss", "sass"],
"stylelint.validate": [
"css",
"less",
"postcss",
"scss",
"sass"
],
"better-comments.highlightPlainText": true,
"better-comments.tags": [
{
Expand Down Expand Up @@ -83,4 +89,4 @@
}
],
"vue.codeActions.enabled": false
}
}
180 changes: 0 additions & 180 deletions README.zh-CN.md

This file was deleted.

Loading
Loading