Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKk committed Mar 14, 2024
1 parent dd43d3a commit 5e5aa2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Classic game for dos

DOS game simulator for mobile browser, support Joystick, D-Pad, Keyboards ui for play.
DOS游戏模拟器(移动模式),自带摇杆,十字键,通用按键操作。

Ability to synchronize archiving with Google Drive.

DOS游戏模拟器(移动模式),自带摇杆,十字键,通用按键操作。
支持 Google Drive 数据同步。

## Online
Expand Down
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills'
import { VitePWA } from 'vite-plugin-pwa'

export default defineConfig({
publicDir: '/simu-dos/',
base: '/simu-dos/',
assetsInclude: [
'**/*.zip',
],
Expand Down

0 comments on commit 5e5aa2a

Please sign in to comment.