Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yazdipour authored Dec 16, 2023
1 parent e310e6f commit 56c77a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ All Premium features UNLOCKED.

- Upgrade or Install the original TickTick (Chinese Ticktick/dida365 will not work).
- Close the app from System tray completely.
- Copy the exe file inside installed path (usually `C:\Program Files (x86)\TickTick`)
- Copy the exe file inside installed path (usually `C:\Program Files (x86)\TickTick`). Have a backup from the original exe file just in case.
- Enjoy!

## How I made it

- Use dnSpy
- Update these:

Legacy way:
Approach 1:

```
// in ticktick_WPF.Models.UserModel
proEndDate=>new DateTime?(new DateTime(2030, 12, 25));
pro=>true;
```

New way:
Approach 2:

```c#
// in ticktick_WPF.Resource.LocalSettings
Expand Down

0 comments on commit 56c77a6

Please sign in to comment.