Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
和光同尘
project2608128
Commits
6f817d70
Commit
6f817d70
authored
5 months ago
by
crl
Browse files
Options
Download
Patches
Plain Diff
基础版
parent
aae95a19
Changes
44
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
README.md
+44
-10
README.md
SmartCalendar/.gitignore
+12
-0
SmartCalendar/.gitignore
SmartCalendar/AppScope/app.json5
+10
-0
SmartCalendar/AppScope/app.json5
SmartCalendar/AppScope/resources/base/element/string.json
+8
-0
SmartCalendar/AppScope/resources/base/element/string.json
SmartCalendar/AppScope/resources/base/media/app_icon.png
+0
-0
SmartCalendar/AppScope/resources/base/media/app_icon.png
SmartCalendar/build-profile.json5
+41
-0
SmartCalendar/build-profile.json5
SmartCalendar/code-linter.json5
+20
-0
SmartCalendar/code-linter.json5
SmartCalendar/entry/.gitignore
+6
-0
SmartCalendar/entry/.gitignore
SmartCalendar/entry/build-profile.json5
+28
-0
SmartCalendar/entry/build-profile.json5
SmartCalendar/entry/hvigorfile.ts
+6
-0
SmartCalendar/entry/hvigorfile.ts
SmartCalendar/entry/obfuscation-rules.txt
+23
-0
SmartCalendar/entry/obfuscation-rules.txt
SmartCalendar/entry/oh-package.json5
+10
-0
SmartCalendar/entry/oh-package.json5
SmartCalendar/entry/src/main/ets/entryability/EntryAbility.ets
+42
-0
...Calendar/entry/src/main/ets/entryability/EntryAbility.ets
SmartCalendar/entry/src/main/ets/entrybackupability/EntryBackupAbility.ets
+12
-0
...ry/src/main/ets/entrybackupability/EntryBackupAbility.ets
SmartCalendar/entry/src/main/ets/pages/Calendar.ets
+875
-0
SmartCalendar/entry/src/main/ets/pages/Calendar.ets
SmartCalendar/entry/src/main/ets/pages/Index.ets
+28
-0
SmartCalendar/entry/src/main/ets/pages/Index.ets
SmartCalendar/entry/src/main/ets/pages/SelectDate.ets
+53
-0
SmartCalendar/entry/src/main/ets/pages/SelectDate.ets
SmartCalendar/entry/src/main/module.json5
+52
-0
SmartCalendar/entry/src/main/module.json5
SmartCalendar/entry/src/main/resources/base/element/color.json
+8
-0
...Calendar/entry/src/main/resources/base/element/color.json
SmartCalendar/entry/src/main/resources/base/element/string.json
+16
-0
...alendar/entry/src/main/resources/base/element/string.json
with
1294 additions
and
10 deletions
+1294
-10
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment