-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adding Watch Design #2
base: main
Are you sure you want to change the base?
Conversation
fetchDate: function () { | ||
const date = new Date(); | ||
this.date_d = (String(date.getDate())) | ||
this.date_m = (String(date.getMonth() + 1)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please format the code. Use this shortcut Ctrl+ shift + L
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check the comment
LICENSE
Outdated
2. Redistributions in binary form must reproduce the above copyright notice, this list | ||
of conditions and the following disclaimer in the documentation and/or other materials | ||
provided with the distribution. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Licence need to be updated.
entry/src/main/js/MainAbility/app.js
Outdated
@@ -0,0 +1,23 @@ | |||
import ability_featureAbility from '@ohos.ability.featureAbility' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls add copyright details in all new js files
entry/src/main/js/MainAbility/app.js
Outdated
console.info('Permission Granted') | ||
}).catch((error) => { | ||
console.error('Permission Denied') | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[12,3,6,9_point.png] - Change the icon name to better one and dont include commas in name
@@ -0,0 +1,8 @@ | |||
{ | |||
"strings": { | |||
"hello": "Hello", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the unused strings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls chk the comments
No description provided.