Browse Source

update readme

pull/6/head
Sun 4 years ago
parent
commit
98c3214cc1
  1. 9
      README.md
  2. 1
      lib/apps/assistant/provider.dart

9
README.md

@ -69,6 +69,15 @@ It is recommended to use [rust.sh](./rust.sh) to auto-compile the Rust code @@ -69,6 +69,15 @@ It is recommended to use [rust.sh](./rust.sh) to auto-compile the Rust code
- for MacOS, run `flutter build macos`, or
- for Windows, run `flutter build windows`
For more information, please visit:
Website: https://cympletech.com/
Github: https://github.com/CympleTech/esse
Twitter: https://twitter.com/cympletech
E-mail: contact@cympletech.com
ESSE is still in its infancy, both technical and financial support are welcome. Thank you in advance for your support.
## License
This project is licensed under either of

1
lib/apps/assistant/provider.dart

@ -24,7 +24,6 @@ class AssistantProvider extends ChangeNotifier { @@ -24,7 +24,6 @@ class AssistantProvider extends ChangeNotifier {
inactived() {
this.messages.clear();
this.isActived = false;
print("============");
}
create(MessageType q_type, String q_content) {

Loading…
Cancel
Save