mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-11 12:10:42 +08:00
demo cookie
This commit is contained in:
parent
beff4c3563
commit
06c6d862b3
7
cookie/demo.ini
Executable file
7
cookie/demo.ini
Executable file
@ -0,0 +1,7 @@
|
||||
[main]
|
||||
cookie1
|
||||
cookie2
|
||||
|
||||
[other]
|
||||
cookie3
|
||||
cookie4
|
||||
10
cookie/demo.js
Normal file
10
cookie/demo.js
Normal file
@ -0,0 +1,10 @@
|
||||
export default {
|
||||
"main": [
|
||||
"cookie1",
|
||||
"cookie2"
|
||||
],
|
||||
"other": [
|
||||
"cookie3",
|
||||
"cookie4"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user